Initial commit: Docusaurus docker stack and docs

This commit is contained in:
Johan
2026-07-15 18:57:47 +00:00
commit d5b8c97ec3
61 changed files with 1857 additions and 0 deletions

15
site/sidebars.js Normal file
View 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;