Cleanup
Rename documentation files, simplify Dockerfile, update module exclusions and category IDs, remove unused software section and comments
This commit is contained in:
parent
565b2adeb1
commit
febb0b52d2
10 changed files with 13 additions and 40 deletions
14
sidebars.js
14
sidebars.js
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue