ADR-0014 records the decision: Wiki.js replaces Docusaurus for the platform wiki — the only option meeting both hard requirements (per-group abschotten AND docs-as-code in git). BookStack ruled out (DB-only, no git). Scope excludes homelab/docs; neckbeard docs stay in management; content in a dedicated wiki repo (not a branch, not a monorepo). ADR-0007 set to superseded. #0047 resolved (decided: Wiki.js). Build issues 0048 (deploy + git storage), 0049 (OIDC + roles/ abschottung: admins write, users read-only), 0050 (theming, colours+logo extracted from homelab/wiki). #0046 becomes the umbrella. STATUS regenerated; all gates green.
36 lines
1.2 KiB
Markdown
36 lines
1.2 KiB
Markdown
---
|
||
type: issue
|
||
id: "0050"
|
||
status: open
|
||
created: 2026-08-12
|
||
milestone: M4
|
||
priority: low
|
||
area: infrastructure
|
||
related: [docs/adr/0014-wikijs-loest-docusaurus-ab.md, docs/issues/0048-wikijs-in-der-suite-deployen.md]
|
||
---
|
||
# Wiki.js: Theming — Docusaurus-Farben und Logo übernehmen
|
||
|
||
## Problem / Motivation
|
||
|
||
Das neue Wiki soll aussehen wie das aktuelle Docusaurus (Wiedererkennung). Werte
|
||
aus `git.lab/homelab/wiki` extrahiert (2026-08-12):
|
||
|
||
- **Akzent/primary**: hell `#2b6cb0`, dunkel `#63b3ed` (blau)
|
||
- **Farbmodus**: dark als Default, `respectPrefersColorScheme`
|
||
- **Hintergrund/Rest**: `custom.css` überschreibt nichts → Docusaurus-Dark-Defaults
|
||
- **Logo**: `homelab/wiki:static/img/logo.png` (183×128, rotes Icon), alt „ThreadNet";
|
||
Wortmarke `threadnet-logo-wortmarke.png` (512×512)
|
||
- **Favicon**: `favicon.ico` + `favicon-32/96.png`
|
||
|
||
## Acceptance
|
||
|
||
- Wiki.js-Theme: dunkler Default, blauer Akzent (`#2b6cb0`/`#63b3ed`), Logo und
|
||
Favicon aus den obigen Assets übernommen (in das `wiki`-Repo kopiert, nicht aus
|
||
`homelab/wiki` referenziert).
|
||
- Optischer Abgleich gegen den Docusaurus-Stand (Screenshot 2026-08-12).
|
||
|
||
## Notes
|
||
|
||
Nice-to-have (`low`), nach #0048/#0049. Assets liegen in `homelab/wiki`; beim Bau
|
||
in das neue `wiki`-Repo kopieren.
|