We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8ed88 commit f6de4fdCopy full SHA for f6de4fd
sidebars.js
@@ -13,21 +13,13 @@
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: '.'}],
18
-
19
- // But you can create a sidebar manually
20
- /*
21
- tutorialSidebar: [
22
- 'intro',
23
- 'hello',
+ docs: [{type: 'autogenerated', dirName: '.'}],
+ infra: [
24
{
25
- type: 'category',
26
- label: 'Tutorial',
27
- items: ['tutorial-basics/create-a-document'],
+ type: 'autogenerated',
+ dirName: 'Infra',
28
},
29
],
30
- */
31
};
32
33
module.exports = sidebars;
0 commit comments