Skip to content

Commit

Permalink
switch get started page to after installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ECorreia45 committed Dec 9, 2023
1 parent f38a270 commit 05d2451
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs-src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit 05d2451

Please sign in to comment.