diff options
Diffstat (limited to 'examples/doc/src/config.ts')
-rw-r--r-- | examples/doc/src/config.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/doc/src/config.ts b/examples/doc/src/config.ts index 645ea9f61..6b6ce3fdc 100644 --- a/examples/doc/src/config.ts +++ b/examples/doc/src/config.ts @@ -3,7 +3,7 @@ export const sidebar = [ text: 'Introduction', children: [ { text: 'Welcome', link: '/' }, - { text: 'Example', link: '/example' } - ] - } -] + { text: 'Example', link: '/example' }, + ], + }, +]; |