Initial commit: Docusaurus docker stack and docs
This commit is contained in:
15
site/sidebars.js
Normal file
15
site/sidebars.js
Normal file
@@ -0,0 +1,15 @@
|
||||
// @ts-check
|
||||
|
||||
/**
|
||||
* Sidebar is fully auto-generated from the docs/ folder structure, driven by
|
||||
* each plugin's _category_.json for ordering and labels — add a new .md file
|
||||
* anywhere under docs/ and it appears in the sidebar automatically, no
|
||||
* manual entry needed here.
|
||||
*
|
||||
* @type {import('@docusaurus/plugin-content-docs').SidebarsConfig}
|
||||
*/
|
||||
const sidebars = {
|
||||
docsSidebar: [{type: 'autogenerated', dirName: '.'}],
|
||||
};
|
||||
|
||||
export default sidebars;
|
||||
Reference in New Issue
Block a user