Skip to content

Docs Contributions

The docs site in agirunner/docs is the canonical product docs surface for the public stack.

Terminal window
cd /home/mark/agirunner/agirunner/docs
npm install
npm run dev

Then open http://localhost:4321.

Before landing docs changes, run:

Terminal window
npm run verify
  • 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

Use the docs site for product, operator, integrator, and deployment docs. Use repo READMEs for repo-local development guidance.