# FEDEO Docs Site (Nuxt Content) Diese Docs-App basiert auf Nuxt Content und rendert die Inhalte aus dem Repository-Ordner `docs/`. ## Lokale Entwicklung Im Ordner `docs-site` ausführen: ```bash npm install npm run dev ``` Die App ist danach unter `http://localhost:3005` erreichbar. ## Build ```bash npm run build ``` ## Production-Deploy Das Docker-Image startet einen Node-Server auf Port `3000`. In der Haupt-`docker-compose.yml` wird die App hinter Traefik unter `/docs` veröffentlicht. ## Content-Quelle Vor `dev` und `build` wird automatisch synchronisiert: - Quelle: `../docs/**/*.md` - Ziel: `docs-site/content` Dabei wird `docs/README.md` zu `content/index.md` gemappt.