doca
Version:
A CLI tool that scaffolds API documentation based on JSON HyperSchemas.
16 lines (12 loc) • 856 B
Markdown
## v0.4.0
* Use [json-schema-example-loader 3.0.0](https://github.com/cloudflare/json-schema-example-loader/blob/master/CHANGELOG.md).
* Use [doca-bootstrap-theme 1.0.0](https://github.com/cloudflare/doca-cf-theme),
which adds support for nested objects and arrays, as well as the
`format`, `exclusiveMinimum`, `exclusiveMaximum`,
`minProperties`, `maxProperties`, `minItems`, `maxItems`, and `uniqueItems`
draft-04 keywords. It also provides a number of minor UI enhancements.
* Support using @scoped packages for themes, although only with full package name.
## v0.3.0
* Use [json-schema-example-loader 2.0.0](https://github.com/cloudflare/json-schema-example-loader/blob/master/CHANGELOG.md).
* Add customizable `src/client/introduction.js` and its table of contents hook `getting-started.json`
* Added some guidance on usage in `config.js`