The content and configuration powering the documentation available at docs.gobl.org
Install the Mintlify CLI to preview the documentation changes locally. To install, use the following command
npm i mintlify -g
Run the following command at the root of your documentation (where mint.json is)
mintlify dev
There are two sources:
- Internal script for catalagues, addons, and regime definitions.
- Ruby generate tool (
gobl.generate) for transforming schemas.
For the Ruby Generate tool, see that repo directly for details.
For the internal scripts, simply run:
go build ./cmd/generate && ./generate