Highlights
- Added new
json2docscommand to convert SDK JSON into docs-ready markdown output. - Added markdown/MDX generator supporting
md,mdx, andbothformats. - Added optional YAML frontmatter and generated docs structure for module/category/symbol pages.
- Updated README with JSON-to-docs workflow and examples.
Usage
go run ./cmd/json2docs -i ./sdk.json -o ./docs-site/content --format mdx