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

@@ -77,7 +77,7 @@
<script>
(function () {
// API URL injected from MkDocs config.extra (set by env_config_hook.py)
var apiUrl = "http://localhost:4002";
var apiUrl = "https://api.cmlite.org";
if (!apiUrl) return;
var trackUrl = apiUrl + "/api/docs-analytics/track";