Adjust config files to use doc plugin

This commit is contained in:
2022-08-03 16:17:40 +02:00
parent 1b4f47eb1d
commit bf6dbf2e53
3 changed files with 50 additions and 38 deletions

View File

@ -17,15 +17,13 @@ const sidebars = {
tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
// But you can create a sidebar manually
/*
tutorialSidebar: [
{
type: 'category',
label: 'Tutorial',
items: ['hello'],
},
],
*/
// tutorialSidebar: [
// {
// type: 'category',
// label: 'Tutorial',
// items: ['hello'],
// },
// ],
};
module.exports = sidebars;