The Vericonomy documentation is built using Docusaurus 2, a modern static website generator.
Documentation can always be improve and we warmly welcome any contribution!
The contribution workflow is described in CONTRIBUTING.md
Our documentation is multilanguage.
You can contribute to it by going on our translation platform: To Be Define
Thanks to everyone who directly contributed to this project:
- @mderasse
- @Calvario
- @effectsToCause
yarn install
yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
yarn build
This command generates static content into the build
directory and can be served using any static contents hosting service.
Deployment of the documentation is automatically done after each merge / commit.