github.com/wawandco/oxpecker@v1.5.7-0.20210910201653-5958d4afdd89/docs/web/sidebars.js (about) 1 /** 2 * Creating a sidebar enables you to: 3 - create an ordered group of docs 4 - render a sidebar for each doc of that group 5 - provide next/previous navigation 6 7 The sidebars can be generated from the filesystem, or explicitly defined here. 8 9 Create as many sidebars as you want. 10 */ 11 12 module.exports = { 13 // By default, Docusaurus generates a sidebar from the docs folder structure 14 tutorialSidebar: [{type: 'autogenerated', dirName: '.'}], 15 16 // But you can create a sidebar manually 17 /* 18 tutorialSidebar: [ 19 { 20 type: 'category', 21 label: 'Tutorial', 22 items: ['hello'], 23 }, 24 ], 25 */ 26 };