Changed
- Public docs routes render dynamically so published HTML is not held for long ISR windows.
- Admin writes bump a shared
docs_cache_version; open docs tabs poll it and refresh within a few seconds.- Prefetch/
/api/docs/pageresponses areno-storeso clients do not keep serving outdated page bodies.
Notes
- Do not run
docker compose down -vunless you intend to wipe all named volumes.- After pulling these changes, rebuild the image:
docker compose up -d --build.
