Rename documentation files, simplify Dockerfile, update module exclusions and category IDs, remove unused software section and comments
This commit is contained in:
Jeddunk 2024-07-25 20:23:47 +02:00
parent 565b2adeb1
commit febb0b52d2
10 changed files with 13 additions and 40 deletions

View file

@ -13,19 +13,7 @@
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
// By default, Docusaurus generates a sidebar from the docs folder structure
defaultSidebar: [{type: 'autogenerated', dirName: '.'}],
// But you can create a sidebar manually
/*tutorialSidebar: [
'intro',
//'hello',
{
type: 'category',
label: 'Tutorial',
items: ['tutorial-basics/create-a-document'],
},
],*/
defaultSidebar: [{type: 'autogenerated', dirName: '.'}]
};
export default sidebars;