Documentation for Axon, covering installation, workspaces, editor behavior, language tooling, extensions, security, releases, and Axon Agent.
Prerequisite: Node.js 22.
git clone https://github.com/axon-editor/docs.git
cd docs
npm ci
npm run devThe local Next.js server is available at http://localhost:3000 unless that port is already occupied.
npm run types:check
npm run lint
npm run buildFound something unclear, outdated, or missing? Open a PR. Documentation contributions do not need an issue first, and small fixes are welcome directly.
For larger restructuring (new sections, navigation changes), open an issue first to discuss.
Same license as axon.