Cleanup and start organizing docs

This commit is contained in:
Felix Malfait
2023-04-20 17:35:16 +02:00
parent c93f003f91
commit db62346bfa
18 changed files with 42 additions and 80 deletions

View File

@ -13,21 +13,9 @@
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
// 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'],
},
],
*/
docsSidebar: [{type: 'autogenerated', dirName: 'docs'}],
userGuideSidebar: [{type: 'autogenerated', dirName: 'user-guide'}],
APISidebar: [{type: 'autogenerated', dirName: 'api'}],
};
module.exports = sidebars;