This repository is part of the commercial open source project CZERTAINLY. You can find more information about the project at CZERTAINLY repository, including the contribution guide.
CZERTAINLY documentation is built using Docusaurus 2, a modern static website generator.
The contribution is easy, fork the repository and make a pull request with your changes. For the contribution guide to the CZERTAINLY, refer to CZERTAINLY repository.
To learn how to work with Docusaurus, refer to the Docusaurus documentation.
- Use
yarn install
for installation of the documentation modules and dependencies. - Use
yarn start
for starting a local development server and opens up a browser window. - Use
yarn build
for building the documentation. This command generates static content into thebuild
directory.