diff options
Diffstat (limited to 'docs-www/src/config.ts')
-rw-r--r-- | docs-www/src/config.ts | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docs-www/src/config.ts b/docs-www/src/config.ts index 113301367..5ec22a02b 100644 --- a/docs-www/src/config.ts +++ b/docs-www/src/config.ts @@ -1,12 +1,10 @@ export const sidebar = [ { text: 'Introduction', + link: '', // No leading slash needed, so this links to the homepage children: [ - { - text: 'What is Astro?', - link: '/', - }, - { text: 'Example', link: '/example' }, + { text: 'Getting Started', link: 'getting-started' }, + { text: 'Example', link: 'example' }, ], }, ]; |