Skip to content

v1.2.0

Latest

Choose a tag to compare

@nedimf nedimf released this 08 Feb 12:14
· 3 commits to main since this release

Highlights

  • Added new json2docs command to convert SDK JSON into docs-ready markdown output.
  • Added markdown/MDX generator supporting md, mdx, and both formats.
  • 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