Changelog
docs.myna.sh
Docs
The documentation site is live. Every page is available as HTML, as raw Markdown, and through llms.txt. Reference pages are generated from the code.
Every page on docs.myna.sh is available three ways:
- HTML, prerendered at build time
- raw Markdown at the same path with a
.mdsuffix - one concatenated document at
llms-full.txt, indexed byllms.txt
The CLI reference, MCP tool reference, error-code table, scope table, and webhook event list are generated by introspecting the command tree, the tool registry, and the contracts.
openapi.json is served from the same origin, generated from the Zod contracts the API validates against.
Affects docs
