Skip to content

dimi-cb/gobl.docs

 
 

Repository files navigation

GOBL Documentation

The content and configuration powering the documentation available at docs.gobl.org

👩‍💻 Development

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

Generated Content

There are two sources:

  • Internal script for catalagues, addons, and regime definitions.
  • Ruby generator tool (gobl.generator) for transforming schemas.

For the Ruby Generate tool, see that repo directly for details. Generally, you can run:

rm -rf ./draft-0
../gobl.generator/bin/generate -l markdown -i ../gobl/data/schemas -o ./draft-0

For the internal scripts, simply run:

go build ./cmd/generate && ./generate

After running any generation script, you'll need to double check that everything is linked to from the docs.json file.

About

Official GOBL Documentation

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • MDX 97.7%
  • Go 2.2%
  • Ruby 0.1%