summaryrefslogtreecommitdiff
path: root/examples/docs/src/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'examples/docs/src/config.ts')
-rw-r--r--examples/docs/src/config.ts9
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' },
+ ],
+ },
+];