Integriere Docusaurus in Haupt-Compose mit TLS unter /docs

This commit is contained in:
2026-04-22 14:48:11 +02:00
parent 9fea18b215
commit 30dc99e4e0
5 changed files with 49 additions and 38 deletions

View File

@@ -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',
},
],
},