Skip to content

Commit f6de4fd

Browse files
authored
Update sidebars.js
1 parent fe8ed88 commit f6de4fd

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

sidebars.js

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,13 @@
1313

1414
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
1515
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',
16+
docs: [{type: 'autogenerated', dirName: '.'}],
17+
infra: [
2418
{
25-
type: 'category',
26-
label: 'Tutorial',
27-
items: ['tutorial-basics/create-a-document'],
19+
type: 'autogenerated',
20+
dirName: 'Infra',
2821
},
2922
],
30-
*/
3123
};
3224

3325
module.exports = sidebars;

0 commit comments

Comments
 (0)