Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dokumentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FIT-Connect
Dokumentation
Commits
1d2f83c5
Commit
1d2f83c5
authored
1 month ago
by
Yves Adler
Browse files
Options
Downloads
Patches
Plain Diff
feat: format menu config (
planning#874
)
parent
fb36a1db
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docusaurus.config.js
+55
-34
55 additions, 34 deletions
docusaurus.config.js
with
55 additions
and
34 deletions
docusaurus.config.js
+
55
−
34
View file @
1d2f83c5
...
...
@@ -73,60 +73,74 @@ module.exports = {
height
:
32
,
},
items
:
[
{
type
:
'
dropdown
'
,
label
:
'
Start
'
,
{
type
:
'
dropdown
'
,
label
:
'
Start
'
,
items
:
[
{
href
:
'
/docs/
'
,
label
:
'
Intro
'
},
{
href
:
'
/docs/
'
,
label
:
'
Intro
'
},
{
type
:
'
doc
'
,
label
:
'
Startseite
'
,
docId
:
'
intro
'
},
{
type
:
'
docSidebar
'
,
label
:
'
Anträge senden und empfangen
'
,
sidebarId
:
'
nutzenSidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
'
Anträge senden und empfangen
'
,
sidebarId
:
'
nutzenSidebar
'
},
],
},
{
type
:
'
dropdown
'
,
label
:
'
Infos
'
,
{
type
:
'
dropdown
'
,
label
:
'
Infos
'
,
items
:
[
{
type
:
'
docSidebar
'
,
label
:
'
Informationen für Entscheider:innen
'
,
sidebarId
:
'
EntscheiderSidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
'
Informationen für Verantwortliche
'
,
sidebarId
:
'
VerantwortlicheSidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
'
Informationen für Entwickler:innen
'
,
sidebarId
:
'
EntwicklerSidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
'
Informationen für Entscheider:innen
'
,
sidebarId
:
'
EntscheiderSidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
'
Informationen für Verantwortliche
'
,
sidebarId
:
'
VerantwortlicheSidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
'
Informationen für Entwickler:innen
'
,
sidebarId
:
'
EntwicklerSidebar
'
},
],
},
{
type
:
'
dropdown
'
,
label
:
'
Mediathek
'
,
{
type
:
'
dropdown
'
,
label
:
'
Mediathek
'
,
items
:
[
{
type
:
'
docSidebar
'
,
label
:
'
Videos
'
,
sidebarId
:
'
Mediatheksidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
'
Dokumente
'
,
sidebarId
:
'
Documementesidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
'
Pressesamlung
'
,
sidebarId
:
'
PressesammlungSidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
'
Glossar
'
,
sidebarId
:
'
GlossarySidebar
'
}
{
type
:
'
docSidebar
'
,
label
:
'
Videos
'
,
sidebarId
:
'
Mediatheksidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
'
Dokumente
'
,
sidebarId
:
'
Documementesidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
'
Pressesamlung
'
,
sidebarId
:
'
PressesammlungSidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
'
Glossar
'
,
sidebarId
:
'
GlossarySidebar
'
}
],
},
{
type
:
'
dropdown
'
,
{
type
:
'
dropdown
'
,
label
:
'
Weiterentwicklung
'
,
items
:
[
{
type
:
'
docSidebar
'
,
label
:
"
Roadmap
"
,
sidebarId
:
'
RodmapSidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
"
Changelog
"
,
sidebarId
:
'
ChangelogSidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
"
Abkündigungen
"
,
sidebarId
:
'
AbkuendigungsSidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
"
Dashboard
"
,
sidebarId
:
'
DashboardSidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
"
Roadmap
"
,
sidebarId
:
'
RodmapSidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
"
Changelog
"
,
sidebarId
:
'
ChangelogSidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
"
Abkündigungen
"
,
sidebarId
:
'
AbkuendigungsSidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
"
Dashboard
"
,
sidebarId
:
'
DashboardSidebar
'
},
],
},
{
to
:
'
/docs/faq
'
,
label
:
'
FAQ
'
},
{
type
:
'
dropdown
'
,
{
to
:
'
/docs/faq
'
,
label
:
'
FAQ
'
,
},
{
type
:
'
dropdown
'
,
label
:
'
APIs
'
,
items
:
[
{
type
:
'
docSidebar
'
,
label
:
'
Destination API
'
,
sidebarId
:
'
DestinationApiSidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
'
Submission API
'
,
sidebarId
:
'
SubmissionApiSidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
'
Routing API
'
,
sidebarId
:
'
RoutingApiSidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
'
Self Service API
'
,
sidebarId
:
'
SelfServiceApiSidebar
'
}
],
{
type
:
'
docSidebar
'
,
label
:
'
Destination API
'
,
sidebarId
:
'
DestinationApiSidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
'
Submission API
'
,
sidebarId
:
'
SubmissionApiSidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
'
Routing API
'
,
sidebarId
:
'
RoutingApiSidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
'
Self Service API
'
,
sidebarId
:
'
SelfServiceApiSidebar
'
}
],
},
{
type
:
'
dropdown
'
,
{
type
:
'
dropdown
'
,
label
:
'
SDKs
'
,
items
:
[
{
type
:
'
docSidebar
'
,
label
:
'
Übersicht
'
,
sidebarId
:
'
OverviewSdkSidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
'
.NET SDK
'
,
sidebarId
:
'
NetSdkSidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
'
Java SDK
'
,
sidebarId
:
'
JavaSdkSidebar
'
}
{
type
:
'
docSidebar
'
,
label
:
'
Übersicht
'
,
sidebarId
:
'
OverviewSdkSidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
'
.NET SDK
'
,
sidebarId
:
'
NetSdkSidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
'
Java SDK
'
,
sidebarId
:
'
JavaSdkSidebar
'
}
],
},
{
type
:
'
dropdown
'
,
label
:
'
Kontakt
'
,
{
type
:
'
dropdown
'
,
label
:
'
Kontakt
'
,
items
:
[
{
type
:
'
docSidebar
'
,
label
:
'
Support / Anregungen
'
,
sidebarId
:
'
kontaktSidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
'
Newsletter
'
,
sidebarId
:
'
NewsletterSidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
'
Impressum
'
,
sidebarId
:
'
ImpressumSidebar
'
}
{
type
:
'
docSidebar
'
,
label
:
'
Support / Anregungen
'
,
sidebarId
:
'
kontaktSidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
'
Newsletter
'
,
sidebarId
:
'
NewsletterSidebar
'
},
{
type
:
'
docSidebar
'
,
label
:
'
Impressum
'
,
sidebarId
:
'
ImpressumSidebar
'
}
],
},
// {
...
...
@@ -134,8 +148,15 @@ module.exports = {
// {type: 'doc', label: '🚧 JWK Generator', docId: 'tools/jwk-gen'}
// ]
// },
{
to
:
'
/termine
'
,
label
:
'
Termine
'
},
{
to
:
'
https://portal.auth-testing.fit-connect.fitko.dev/landing
'
,
label
:
'
Self-Service-Portal
'
,
position
:
'
right
'
}
{
to
:
'
/termine
'
,
label
:
'
Termine
'
,
},
{
to
:
'
https://portal.auth-testing.fit-connect.fitko.dev/landing
'
,
label
:
'
Self-Service-Portal
'
,
position
:
'
right
'
}
],
},
footer
:
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment