summaryrefslogtreecommitdiff
path: root/docs-www/src/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'docs-www/src/config.ts')
-rw-r--r--docs-www/src/config.ts10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs-www/src/config.ts b/docs-www/src/config.ts
deleted file mode 100644
index 5ec22a02b..000000000
--- a/docs-www/src/config.ts
+++ /dev/null
@@ -1,10 +0,0 @@
-export const sidebar = [
- {
- text: 'Introduction',
- link: '', // No leading slash needed, so this links to the homepage
- children: [
- { text: 'Getting Started', link: 'getting-started' },
- { text: 'Example', link: 'example' },
- ],
- },
-];