Sidebars
Here's sample configuration for Sidebars, which represent Wikis.
const sidebars: SidebarsConfig = {
// By default, Docusaurus generates a sidebar from the "docs" folder structure
tutorialSidebar: [{ type: "autogenerated", dirName: "." }],
// But you can create a sidebar manually
/*
tutorialSidebar: [
'intro',
'hello',
{
type: 'category',
label: 'Tutorial',
items: ['tutorial-basics/create-a-document'],
},
],
*/
};