Integriere Docusaurus in Haupt-Compose mit TLS unter /docs
This commit is contained in:
@@ -5,8 +5,8 @@ const config: Config = {
|
||||
title: 'FEDEO Docs',
|
||||
tagline: 'Versionierte Funktionsdokumentation für FEDEO',
|
||||
|
||||
url: 'https://docs.example.com',
|
||||
baseUrl: '/',
|
||||
url: 'https://app.fedeo.de',
|
||||
baseUrl: '/docs/',
|
||||
|
||||
onBrokenLinks: 'throw',
|
||||
onBrokenMarkdownLinks: 'warn',
|
||||
@@ -22,7 +22,7 @@ const config: Config = {
|
||||
{
|
||||
docs: {
|
||||
path: '../docs',
|
||||
routeBasePath: 'docs',
|
||||
routeBasePath: '/',
|
||||
sidebarPath: './sidebars.ts',
|
||||
editUrl: 'https://github.com/DEIN-ORG/DEIN-REPO/tree/main/',
|
||||
},
|
||||
@@ -59,7 +59,7 @@ const config: Config = {
|
||||
items: [
|
||||
{
|
||||
label: 'Funktionsübersicht',
|
||||
to: '/docs/funktionen/uebersicht',
|
||||
to: '/funktionen/uebersicht',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user