feat(superadmin): migrate internal docs from docusaurus to guava kb
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-02-07 09:58:39 +01:00
parent 1d2242fb4d
commit fb45d1f6ab
77 changed files with 3813 additions and 18636 deletions

View File

@@ -34,18 +34,6 @@ server {
fastcgi_buffers 8 16k;
}
location ^~ /internal-docs/ {
# Docusaurus static build lives in app-code volume at /var/www/html/docs/site/build
alias /var/www/html/docs/site/build/;
index index.html;
try_files $uri $uri/ /internal-docs/index.html;
auth_basic "Fotospiel Internal Docs";
auth_basic_user_file /etc/nginx/.htpasswd-docs;
add_header Cache-Control "private, no-store";
}
location ~* \.(jpg|jpeg|gif|png|css|js|ico|svg|webp|woff2?)$ {
expires 30d;
access_log off;