Skip to content
Snippets Groups Projects
Verified Commit 53b7499f authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Update sidebar for training materials

parent e1d9e79a
No related branches found
No related tags found
1 merge request!6Kepzesanyagok
......@@ -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
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment