Skip to content
Snippets Groups Projects
Commit 32cc8018 authored by David Schwarzmann's avatar David Schwarzmann
Browse files

Update sidebar and fix docusaurs branch based build

parent fecdf986
No related branches found
No related tags found
1 merge request!43Introduce docusaurus
# 🚧 Roadmap
## Event Log
TBD
## Callbacks
TBD
## Rückkanal
TBD
## Verschiedene Umgebungen
TBD
/** @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 = {
......
......@@ -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",
id: "more/glossary",
},
{
type: "link",
label: "Feedback",
href: "https://jira.fiep-poc.de/servicedesk/customer/portal/1",
type: 'category',
label: 'Authentifizierung',
items: [
{
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>)
// }],
};
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment