summaryrefslogtreecommitdiff
path: root/docs/sidebars.js
diff options
context:
space:
mode:
authorMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-02 18:59:11 +0400
committerMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-02 18:59:11 +0400
commit867e7d7a0c80e0c8c6855d3d0c3232b171f53d69 (patch)
treee6e6265124a3fc05c89d821ab3145d89f22ceaee /docs/sidebars.js
parentf8c2a144e2f3e47371f5e8352e7a7a0b6707bf88 (diff)
parent1acacaae21065be73a02a66868d5f019bf218fc0 (diff)
Merge branch 'main' of https://github.com/discordnova/Nova
Diffstat (limited to 'docs/sidebars.js')
-rw-r--r--docs/sidebars.js26
1 files changed, 0 insertions, 26 deletions
diff --git a/docs/sidebars.js b/docs/sidebars.js
deleted file mode 100644
index 13dd827..0000000
--- a/docs/sidebars.js
+++ /dev/null
@@ -1,26 +0,0 @@
-/**
- * Creating a sidebar enables you to:
- - create an ordered group of docs
- - render a sidebar for each doc of that group
- - provide next/previous navigation
-
- The sidebars can be generated from the filesystem, or explicitly defined here.
-
- Create as many sidebars as you want.
- */
-
-module.exports = {
- // By default, Docusaurus generates a sidebar from the docs folder structure
- documentation: [{type: 'autogenerated', dirName: '.'}],
-
- // But you can create a sidebar manually
- /*
- tutorialSidebar: [
- {
- type: 'category',
- label: 'Tutorial',
- items: ['hello'],
- },
- ],
- */
-};