What problem does it solve?
Keeps Ax website language documentation accurate when public APIs, examples, package metadata, or supported language routes change, so the markdown site does not drift from repository truth.
Core Features & Use Cases
- Syncs common prose in templates and language-specific details in per-language JSON manifests.
- Maps API sections for TypeScript and generated language packages to the right docs pages.
- Supports adding or reordering website language routes through a single site map.
- Helps maintain runnable public examples, generated package docs, and verified markdown outputs without hand-editing generated files.
- Example: use it when a new language feature needs updated snippets, package labels, and route navigation across the website.
Quick Start
Update the relevant Ax website language route by syncing the repo truth into the language manifest, examples, and site map before regenerating the markdown output.