From 9e7486b89e712b765d947297f228650cdc0c488e Mon Sep 17 00:00:00 2001 From: Andrew Patton Date: Wed, 13 Mar 2024 15:32:11 -0700 Subject: [PATCH 1/3] docs: Fix use-navigate.md example output in section on using useLocation with the URL constructor (#11344) --- contributors.yml | 1 + docs/hooks/use-navigate.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors.yml b/contributors.yml index 02956eb71b..b8254acaa9 100644 --- a/contributors.yml +++ b/contributors.yml @@ -3,6 +3,7 @@ - abeadam - abhi-kr-2100 - AchThomas +- acusti - adamdotjs - adil62 - adriananin diff --git a/docs/hooks/use-navigate.md b/docs/hooks/use-navigate.md index 9aacff0ea7..3a80fc692d 100644 --- a/docs/hooks/use-navigate.md +++ b/docs/hooks/use-navigate.md @@ -109,7 +109,7 @@ new URL("..", window.origin + location.pathname); // With trailing slashes: new URL(".", window.origin + location.pathname + "/"); -// 'https://remix.run/docs/en/main/start/future-flags/' +// 'https://remix.run/docs/en/main/start/quickstart/' new URL("..", window.origin + location.pathname + "/"); // 'https://remix.run/docs/en/main/start/' ``` From 7bdef76522304fd60a09df609d35e18fc401978f Mon Sep 17 00:00:00 2001 From: Brooks Lybrand Date: Tue, 26 Mar 2024 12:31:10 -0500 Subject: [PATCH 2/3] Add changelog doc --- docs/start/changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/start/changelog.md diff --git a/docs/start/changelog.md b/docs/start/changelog.md new file mode 100644 index 0000000000..75c8f19716 --- /dev/null +++ b/docs/start/changelog.md @@ -0,0 +1,9 @@ +--- +title: Changelog +--- + +# Changelog + +See the detailed changelog for each release on [GitHub][changelog]. + +[changelog]: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md \ No newline at end of file From 00ffa36b0aa5f046239acbc7675c83c43bfb4e2a Mon Sep 17 00:00:00 2001 From: Remix Run Bot Date: Tue, 26 Mar 2024 17:33:43 +0000 Subject: [PATCH 3/3] chore: format --- docs/start/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start/changelog.md b/docs/start/changelog.md index 75c8f19716..b44fc91b8c 100644 --- a/docs/start/changelog.md +++ b/docs/start/changelog.md @@ -6,4 +6,4 @@ title: Changelog See the detailed changelog for each release on [GitHub][changelog]. -[changelog]: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md \ No newline at end of file +[changelog]: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md