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