Clean up obsolete files and refresh MkDocs site

Remove unused planning docs (FEDERATION_PLAN.md, SERVICE_INTEGRATIONS.md),
temporary screenshots, update .gitignore for Playwright MCP logs, and
refresh MkDocs site build with updated repo data.

Bunker Admin
This commit is contained in:
2026-04-03 08:52:15 -06:00
parent 72622671a2
commit 74e5fa6475
122 changed files with 357 additions and 702 deletions

View File

@@ -3,7 +3,7 @@
(function() {
window.MEDIA_API_URL = 'http://localhost:4100';
window.PUBLIC_URL = 'http://localhost:3002';
window.PAYMENT_API_URL = 'http://localhost:4002';
window.PAYMENT_API_URL = 'https://api.cmlite.org';
window.APP_URL = 'http://localhost:3002';
window.GANCIO_URL = 'http://localhost:8092';
window.VIDEO_PLAYER_DEBUG = false;