We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c8b56f commit c46ada3Copy full SHA for c46ada3
sidebars.js
@@ -9,21 +9,13 @@
9
Create as many sidebars as you want.
10
*/
11
12
-module.exports = {
+// @ts-check
13
+
14
+/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
15
+const sidebars = {
16
// By default, Docusaurus generates a sidebar from the docs folder structure
17
tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
- // docs: {
- // quick_start: [
- // 'quick_start',
18
- // {
19
- // type: 'category',
20
- // label: 'Docs',
21
- // collapsible: true,
22
- // collapsed: false,
23
- // items: ['quick_start'],
24
- // },
25
- // ],
26
27
// But you can create a sidebar manually
28
/*
29
tutorialSidebar: [
@@ -35,3 +27,5 @@ module.exports = {
35
],
36
37
};
30
31
+module.exports = sidebars;
0 commit comments