This is the Mapbender documentation repository.
You find the compiled pages of the latest released version at https://doc.mapbender.org/. Other versions of the documentation are also available at https://docs.mapbender.org/.
The current working branch is release/3.0.6. The released versions are based on the master branch and merged from release/3.0.6.
The website code is generated using Sphinx, therefore the documentation source is written in Restructured Text.
You find a documentation about how the documentation is structured in the documentation itself in chapter How to write Mapbender Documentation? or directly here in this Git-Repository.
To build the website locally, you need to install Sphinx. Install it in Debian-based distributions via
$ apt install python-sphinx
You can then build the documentation by running:
$ make
To participate in the documentation, create a fork, work on the release/3.0.6 branch and create a Pull-Request with the release/3.0.6 branch as base.
Have fun!