diff options
Diffstat (limited to 'examples/docs/src/config.ts')
-rw-r--r-- | examples/docs/src/config.ts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/docs/src/config.ts b/examples/docs/src/config.ts new file mode 100644 index 000000000..6b6ce3fdc --- /dev/null +++ b/examples/docs/src/config.ts @@ -0,0 +1,9 @@ +export const sidebar = [ + { + text: 'Introduction', + children: [ + { text: 'Welcome', link: '/' }, + { text: 'Example', link: '/example' }, + ], + }, +]; |