Commit Graph

7 Commits

Author SHA1 Message Date
1bfbbebfa3 docs: collect mongo-ops wiki (UC 18 aggregation + UC 19 bulk ops in Advanced Usage, Testing merged into top-level tab, Common Patterns removed, prev/next footer enabled) 2026-09-14 21:16:46 +05:30
9aa4d5b438 docs: collect refreshed mongo-ops wiki site (UC 17 Related cross-links + themed index map) 2026-09-14 21:02:19 +05:30
be1a5abe25 docs: collect mongo-ops wiki with Use Cases promoted to its own tab (themed groups) 2026-09-14 20:20:29 +05:30
1e560f9a35 docs: collect refreshed mongo-ops wiki site (UC17 populate/depopulate worked examples) 2026-09-14 20:19:22 +05:30
317fd128bf docs: collect refreshed mongo-ops wiki site (UC15/16 deep dives, UC10 cache-miss fix, corrected cache imports) 2026-09-14 14:37:23 +05:30
f406aa2f21 docs: collect refreshed mongo-ops wiki site (API-correct overhaul, v0.1.5) 2026-09-14 13:46:11 +05:30
a32eeaf2b4 feat: serve docs flat at /<repo>/ with no redirects
- collect.py copies each repo's built site contents directly to a
  top-level <repo>/ dir (was libs|apis|wiki/<repo>/site nesting)
- nginx uses `index index.html lib/index.html api/index.html` so
  /dagpipe/ -> lib/index.html, /auth-server/ -> api/index.html are
  served internally with no redirects
- _index regenerates links against the flat layout
  (/dagpipe/lib/, /auth-server/api/, /mongo-ops/, /blog/...)
- config.yml static entries point at vendored blog/ + media-manager/
- Dockerfile copies per-repo dirs flat into the nginx html root
- removed stale libs/, apis/, wiki/, tutorials/ category trees
2026-09-11 21:32:30 +05:30