fix(docs): astro starlight repo URL → Memo-2023/managarten

Vorbestehender Bug: zeigte auf nicht-existente Org `mana/`. Korrigiert
auf den tatsächlichen GitHub-Pfad. Edit-Link auf docs-Seite + GitHub-
Icon im Footer funktionieren jetzt.
This commit is contained in:
Till JS 2026-05-09 01:28:50 +02:00
parent b1b9bbc269
commit 0aec1d43c0

View file

@ -16,10 +16,10 @@ export default defineConfig({
replacesTitle: false, replacesTitle: false,
}, },
social: { social: {
github: 'https://github.com/mana/managarten', github: 'https://github.com/Memo-2023/managarten',
}, },
editLink: { editLink: {
baseUrl: 'https://github.com/mana/managarten/edit/main/apps/docs/', baseUrl: 'https://github.com/Memo-2023/managarten/edit/main/apps/docs/',
}, },
customCss: ['./src/styles/custom.css'], customCss: ['./src/styles/custom.css'],
sidebar: [ sidebar: [