Skip to content
Snippets Groups Projects

Kepzesanyagok

Merged Rafael László requested to merge kepzesanyagok into master
1 file
+ 44
1
Compare changes
  • Side-by-side
  • Inline
+ 44
1
@@ -14,7 +14,50 @@
@@ -14,7 +14,50 @@
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
const sidebars = {
// By default, Docusaurus generates a sidebar from the docs folder structure
// 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
// But you can create a sidebar manually
/*
/*
Loading