diff --git a/docs/index.md b/docs/index.md index 08b29442..92c9f291 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,10 +13,10 @@ hero: actions: - theme: brand text: Get Started - link: /guide/installation + link: /get-started/installation - theme: alt text: Learn More - link: /guide/introduction + link: /get-started/introduction features: - icon: 🌐 diff --git a/docs/public/_redirects b/docs/public/_redirects index 595e8d0e..a6c2b3b0 100644 --- a/docs/public/_redirects +++ b/docs/public/_redirects @@ -10,8 +10,6 @@ /get-started/compare.html /guide/compare.html /get-started/configuration.html /guide/configuration.html /get-started/entrypoints.html /guide/entrypoints.html -/get-started/installation.html /guide/installation.html -/get-started/introduction.html /guide/introduction.html /get-started/publishing.html /guide/publishing.html /get-started/testing.html /guide/testing.html /guide/background.html /entrypoints/background.html @@ -29,3 +27,5 @@ /guide/unlisted-pages.html /entrypoints/unlisted-pages.html /guide/unlisted-scripts.html /entrypoints/unlisted-scripts.html /guide/build-targets.html /guide/multiple-browsers.html +/guide/installation.html /get-started/installation.html +/guide/introduction.html /get-started/introduction.html