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 sources are on Github.
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-sphinxYou can then build the documentation by running:
$ makeTo participate in the documentation, create a fork and submit a pull request with your changes.
Have fun!