Docs Contributions
The docs site in agirunner/docs is the canonical product docs surface for the public stack.
Run The Site Locally
Section titled “Run The Site Locally”cd /home/mark/agirunner/agirunner/docsnpm installnpm run devThen open http://localhost:4321.
Before landing docs changes, run:
npm run verifyGood Docs Contributions
Section titled “Good Docs Contributions”- clarify public setup and operator flows
- remove stale counts or obsolete screenshots
- improve cross-links between product docs and repo READMEs
- tighten architecture explanations
- document new public API or runtime behavior in the same logical change
Rule Of Thumb
Section titled “Rule Of Thumb”Use the docs site for product, operator, integrator, and deployment docs. Use repo READMEs for repo-local development guidance.