Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Website
Manage
Activity
Members
Labels
Plan
JetBrains YouTrack
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KSZK
Website
Merge requests
!6
Kepzesanyagok
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Kepzesanyagok
kepzesanyagok
into
master
Overview
0
Commits
4
Pipelines
0
Changes
1
Merged
Rafael László
requested to merge
kepzesanyagok
into
master
3 years ago
Overview
0
Commits
4
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
53b7499f
Prev
Next
Show latest version
1 file
+
44
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
53b7499f
Update sidebar for training materials
· 53b7499f
Rafael László
authored
3 years ago
app/sidebars.js
+
44
−
1
View file @ 53b7499f
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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