diff --git a/docs-src/config.ts b/docs-src/config.ts index 2bc26208..90ba3d73 100644 --- a/docs-src/config.ts +++ b/docs-src/config.ts @@ -61,20 +61,20 @@ const config: { name: string; pages: Page[] } = { root: true, }, { - path: '/documentation/get-started', - name: 'Get Started', - title: 'Documentation: Get Started', + path: '/documentation/installation', + name: 'Installation', + title: 'Documentation: Installation', description: 'Markup: HTML Templating System by Before Semicolon', - component: GetStartedPage, + component: InstallationPage, group: 'Introduction', root: false, }, { - path: '/documentation/installation', - name: 'Installation', - title: 'Documentation: Installation', + path: '/documentation/get-started', + name: 'Get Started', + title: 'Documentation: Get Started', description: 'Markup: HTML Templating System by Before Semicolon', - component: InstallationPage, + component: GetStartedPage, group: 'Introduction', root: false, },