This module contains the source of the documentation that is published at https://docs.zeebe.io/.
The documentation is generated by mdbook.
- Install the latest mdbook version, see installation instructions on GitHub.
- Install the link checking backend for mdbook, see installation instructions on GitHub.
- Go to the
docs
folder in the Zeebe repository - Run the command
mdbook serve
to start the web server. It will generate the documentation on every change. - See the documentation at http://localhost:3000
The documentation is written in Markdown.
The important folders/files are:
docs/src
- Markdown files grouped by sections + PNG imagesSUMMARY.md
- the table of content (updated manually)
docs/media-src
- BPMN files to create the images from- Google Drive - sources of other graphics/diagrams
When a pull request is merged to develop
then it generates the documentation and publish it to https://stage.docs.zeebe.io/.
The documentation is usually published from the stage environment to https://docs.zeebe.io/ during the release. However, it can be manually triggered using the Zeebe CI job if needed.