Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Submission API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Submission API
Commits
32cc8018
Commit
32cc8018
authored
3 years ago
by
David Schwarzmann
Browse files
Options
Downloads
Patches
Plain Diff
Update sidebar and fix docusaurs branch based build
parent
fecdf986
No related branches found
No related tags found
1 merge request
!43
Introduce docusaurus
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/roadmap.md
+17
-0
17 additions, 0 deletions
docs/roadmap.md
docusaurus.config.js
+1
-1
1 addition, 1 deletion
docusaurus.config.js
sidebars.js
+55
-42
55 additions, 42 deletions
sidebars.js
with
73 additions
and
43 deletions
docs/roadmap.md
0 → 100644
+
17
−
0
View file @
32cc8018
# 🚧 Roadmap
## Event Log
TBD
## Callbacks
TBD
## Rückkanal
TBD
## Verschiedene Umgebungen
TBD
This diff is collapsed.
Click to expand it.
docusaurus.config.js
+
1
−
1
View file @
32cc8018
/** @type {import('@docusaurus/types').DocusaurusConfig} */
const
baseUrl
=
process
.
env
.
GIT_BRANCH
||
'
/
'
const
baseUrl
=
`
${
process
.
env
.
GIT_BRANCH
}
/`
||
'
/
'
const
gitBranch
=
process
.
env
.
GIT_BRANCH
||
'
main
'
module
.
exports
=
{
...
...
This diff is collapsed.
Click to expand it.
sidebars.js
+
55
−
42
View file @
32cc8018
...
...
@@ -11,34 +11,39 @@
module
.
exports
=
{
defaultSidebar
:
[
"
overview
"
,
"
status-and-error-codes
"
,
'
overview
'
,
'
roadmap
'
,
'
account
'
,
'
status-and-error-codes
'
,
{
type
:
"
category
"
,
label
:
"
Getting Started
"
,
type
:
'
link
'
,
label
:
'
Terms of Service
'
,
href
:
'
https://www.fitko.de/
'
,
},
{
type
:
'
category
'
,
label
:
'
Getting Started
'
,
items
:
[
"
getting-started/overview
"
,
"
getting-started/account
"
,
"
getting-started/authentication/applications
"
,
"
getting-started/authentication/users
"
,
"
getting-started/encryption
"
,
'
getting-started/overview
'
,
'
getting-started/authentication
'
,
'
getting-started/encryption
'
,
{
type
:
"
category
"
,
label
:
"
Versenden
"
,
type
:
'
category
'
,
label
:
'
Versenden
'
,
items
:
[
{
type
:
"
autogenerated
"
,
dirName
:
"
getting-started/sending
"
,
type
:
'
autogenerated
'
,
dirName
:
'
getting-started/sending
'
,
},
],
},
{
type
:
"
category
"
,
label
:
"
Empfangen
"
,
type
:
'
category
'
,
label
:
'
Empfangen
'
,
items
:
[
{
type
:
"
autogenerated
"
,
dirName
:
"
getting-started/receiving
"
,
type
:
'
autogenerated
'
,
dirName
:
'
getting-started/receiving
'
,
},
],
},
...
...
@@ -53,48 +58,56 @@ module.exports = {
// }]
// },
{
type
:
"
category
"
,
label
:
"
API
Spezifikationen
"
,
type
:
'
category
'
,
label
:
'
Spezifikationen
/Schemata
'
,
items
:
[
// {
// type: "autogenerated",
// dirName: "apis",
// },
{
type
:
"
doc
"
,
label
:
"
Antragsmetadaten
"
,
id
:
"
apis/application-metadata
"
,
type
:
'
doc
'
,
label
:
'
Antragsmetadaten
'
,
id
:
'
apis/application-metadata
'
,
},
{
type
:
"
doc
"
,
label
:
"
Zustelldienst
"
,
id
:
"
apis/delivery-service
"
,
type
:
'
doc
'
,
label
:
'
Zustelldienst
'
,
id
:
'
apis/delivery-service
'
,
},
],
},
{
type
:
"
category
"
,
label
:
"
Weiteres
"
,
type
:
'
category
'
,
label
:
'
Detailinformationen
'
,
items
:
[
'
details/encryption
'
,
{
type
:
"
doc
"
,
label
:
"
Glossar
"
,
i
d
:
"
more/glossary
"
,
},
{
type
:
"
link
"
,
label
:
"
Feedback
"
,
href
:
"
https://jira.fiep-poc.de/servicedesk/customer/portal/1
"
,
type
:
'
category
'
,
label
:
'
Authentifizierung
'
,
i
tems
:
[
{
type
:
'
autogenerated
'
,
dirName
:
'
details/authentication
'
,
}
,
]
,
},
],
},
{
type
:
'
category
'
,
label
:
'
Weiteres
'
,
items
:
[
'
more/glossary
'
,
{
type
:
"
link
"
,
label
:
"
Terms of Service
"
,
href
:
"
https://
www.fitko.de/
"
,
type
:
'
link
'
,
label
:
'
Feedback
'
,
href
:
'
https://
jira.fiep-poc.de/servicedesk/customer/portal/1
'
,
},
{
type
:
"
link
"
,
label
:
"
Impressum
"
,
href
:
"
https://www.fitko.de/Impressum
"
,
type
:
'
link
'
,
label
:
'
✅
Impressum
'
,
href
:
'
https://www.fitko.de/Impressum
'
,
},
],
},
...
...
@@ -104,4 +117,4 @@ module.exports = {
// type: 'autogenerated',
// dirName: '.', // generate sidebar slice from the docs folder (or versioned_docs/<version>)
// }],
}
;
}
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