8 Commits
Author SHA1 Message Date
haikdc b050c60919 [haik]: add scoped package search widget to docs overview pages: in-page search box on generated package overviews that filters the site index to only that package's subtree, with CSS styling and JS graceful degradation 2026-06-16 09:37:58 -07:00
haikdc 234fee3ee6 [haik]: replace bare ::: directives for package init.py with card-grid overview pages showing subpackages and leaf modules with icons and docstring summaries, parsed via ast; enable pymdownx.emoji extension in zensical.toml to support :material-folder: and :material-file-code: inline icons used by the grids 2026-06-16 08:26:06 -07:00
haikdc 7c66cb977d [haik]: overhaul docs/gen_pages.py: replace hardcoded reference/guides/frontend output dirs with a dynamic per-folder section model where every top-level repo folder becomes its own sidebar section and root-level Markdown groups under a synthetic general/ section; switch file discovery from rglob to git ls-files so .gitignore exclusions (venvs, caches, build output) apply automatically; introduce a SourceRule dataclass pattern for declaring discover/dest/render per source type; add docs/.gen_manifest for precise cleanup of previously generated files instead of wiping entire directories; update docs/.gitignore to use content/* with explicit preserves; update zensical.toml comments and site_name to Open Swarm -- Developer Documentation; change content/index.md title to match; fix broken relative links in backend/CLAUDE.md, electron/CLAUDE.md, frontend/CLAUDE.md (link syntax to backtick); escape square brackets in backend/ENV_README.md; add init.py for dashboards, health, nine_router, settings backend apps 2026-06-16 05:59:51 -07:00
haikdc 019a71c26d [haik]: added in docs skeleton from other repo into this, still gotta map it onto the current struct 2026-06-14 07:28:14 -07:00
ciregenz 98075fc6df [eric] delete deprecated docs 2026-06-04 20:12:17 -07:00
Eric 0b98228dcd [eric] docs: document the auto-update cycle check and staged rollout gated on boot beacons 2026-05-27 19:11:12 -07:00
Eric 74ffff4148 [eric] docs: add the secret rotation + history-purge runbook so the leaked creds can actually be killed 2026-05-27 13:05:03 -07:00
Eric de599151f2 [eric] docs: move the release runbook, checklist + squirrel plan into docs/ so root stops feeling cluttered 2026-05-27 11:03:43 -07:00