diff options
Diffstat (limited to 'examples/docs/src/config.ts')
-rw-r--r-- | examples/docs/src/config.ts | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/docs/src/config.ts b/examples/docs/src/config.ts index 6b6ce3fdc..96edecaf3 100644 --- a/examples/docs/src/config.ts +++ b/examples/docs/src/config.ts @@ -1,8 +1,9 @@ export const sidebar = [ { - text: 'Introduction', + text: 'Introduction', + link: '/', children: [ - { text: 'Welcome', link: '/' }, + { text: 'Getting Started', link: '/getting-started' }, { text: 'Example', link: '/example' }, ], }, |