From 3447963c4ed886b0c3fb69dde1b7c71ac99a4158 Mon Sep 17 00:00:00 2001 From: Ryan Florence Date: Fri, 18 Aug 2023 21:23:11 -0600 Subject: [PATCH] docs: moving stuff around --- docs/components/index.md | 2 +- docs/file-conventions/index.md | 2 +- docs/guides/index.md | 2 +- docs/hooks/index.md | 2 +- docs/other-api/index.md | 2 +- docs/{start => pages}/development.md | 0 docs/route/index.md | 2 +- docs/{pages => start}/technical-explanation.md | 2 +- docs/start/upgrading-from-react-router.md | 7 ------- docs/utils/index.md | 2 +- 10 files changed, 8 insertions(+), 15 deletions(-) rename docs/{start => pages}/development.md (100%) rename docs/{pages => start}/technical-explanation.md (99%) delete mode 100644 docs/start/upgrading-from-react-router.md diff --git a/docs/components/index.md b/docs/components/index.md index 459780ddbed..53f043e1b99 100644 --- a/docs/components/index.md +++ b/docs/components/index.md @@ -1,4 +1,4 @@ --- title: Components -order: 12 +order: 5 --- diff --git a/docs/file-conventions/index.md b/docs/file-conventions/index.md index aef2d6c9729..1869c79bca0 100644 --- a/docs/file-conventions/index.md +++ b/docs/file-conventions/index.md @@ -1,4 +1,4 @@ --- title: File Conventions -order: 5 +order: 3 --- diff --git a/docs/guides/index.md b/docs/guides/index.md index 371a7aa0887..736bb5995fe 100644 --- a/docs/guides/index.md +++ b/docs/guides/index.md @@ -1,4 +1,4 @@ --- title: Guides -order: 16 +order: 10 --- diff --git a/docs/hooks/index.md b/docs/hooks/index.md index 539a4547606..90dbdf79019 100644 --- a/docs/hooks/index.md +++ b/docs/hooks/index.md @@ -1,4 +1,4 @@ --- title: Hooks -order: 13 +order: 6 --- diff --git a/docs/other-api/index.md b/docs/other-api/index.md index f0cfc2757d7..055fa5fb8ce 100644 --- a/docs/other-api/index.md +++ b/docs/other-api/index.md @@ -1,4 +1,4 @@ --- title: Other API -order: 15 +order: 9 --- diff --git a/docs/start/development.md b/docs/pages/development.md similarity index 100% rename from docs/start/development.md rename to docs/pages/development.md diff --git a/docs/route/index.md b/docs/route/index.md index d476e29c62e..94df2859163 100644 --- a/docs/route/index.md +++ b/docs/route/index.md @@ -1,4 +1,4 @@ --- title: Route Module API -order: 11 +order: 4 --- diff --git a/docs/pages/technical-explanation.md b/docs/start/technical-explanation.md similarity index 99% rename from docs/pages/technical-explanation.md rename to docs/start/technical-explanation.md index 491e088d6bd..626c42c87bf 100644 --- a/docs/pages/technical-explanation.md +++ b/docs/start/technical-explanation.md @@ -1,6 +1,6 @@ --- title: Technical Explanation -order: 2 +order: 4 --- # Technical Explanation diff --git a/docs/start/upgrading-from-react-router.md b/docs/start/upgrading-from-react-router.md deleted file mode 100644 index 9b7fbf9ae7f..00000000000 --- a/docs/start/upgrading-from-react-router.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Upgrading from React Router -order: 4 -hidden: true ---- - -# Upgrading from React Router diff --git a/docs/utils/index.md b/docs/utils/index.md index 61f3240a091..bf80467e8a2 100644 --- a/docs/utils/index.md +++ b/docs/utils/index.md @@ -1,4 +1,4 @@ --- title: Utilities -order: 14 +order: 8 ---