The NSClient++ documentation is written in GitHub flavored Markdown.
It is located in the docs/ directory and can be edited with your preferred editor. You can also
edit it online on GitHub.
vim docs/setup/installing.md
In order to review and test changes, you can install the mkdocs Python library.
pip install mkdocs
This allows you to start a local mkdocs viewer instance on http://localhost:8000
mkdocs serve
Changes on the chapter layout can be done inside the mkdocs.yml file in the main tree.