diff --git a/app/sidebars.js b/app/sidebars.js index 7f322bd575a92c1ebe7eb297afafa4b27736f723..a7ad82c2637da7d257e0d23da973f8995252e713 100644 --- a/app/sidebars.js +++ b/app/sidebars.js @@ -14,7 +14,50 @@ /** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */ const sidebars = { // By default, Docusaurus generates a sidebar from the docs folder structure - guidesSidebar: [{ type: "autogenerated", dirName: "guides" }], + guidesSidebar: [ + "guides/main", + { + type: "category", + label: "Szolgáltatásaink", + link: { + type: "generated-index", + }, + items: [{ type: "autogenerated", dirName: "guides/services" }], + }, + { + type: "category", + label: "Képzésanyagaink", + link: { + type: "generated-index", + }, + items: [ + { + type: "category", + label: "Python3", + link: { + type: "generated-index", + }, + items: [{ type: "autogenerated", dirName: "guides/training/python" }], + }, + { + type: "category", + label: "Git", + link: { + type: "generated-index", + }, + items: [{ type: "autogenerated", dirName: "guides/training/git" }], + }, + { + type: "category", + label: "Linux", + link: { + type: "generated-index", + }, + items: [{ type: "autogenerated", dirName: "guides/training/linux" }], + }, + ], + }, + ], // But you can create a sidebar manually /*