mailcow: dockerized - documentation 📰
32dcb9a0b6
* Add pre_ and post_update_hook doc * Add hint for hook to update page * Update u_e-update-hooks.md Co-authored-by: André Peters <andre.peters@debinux.de> Co-authored-by: Patrik Kernstock <patrik@kernstock.net> |
||
---|---|---|
.github/workflows | ||
docs | ||
.gitignore | ||
mkdocs.yml | ||
README.md |
mailcow: dockerized documentation
This project aims to provide the mailcow: dockerized documentation for the mailcow: dockerized project.
https://mailcow.github.io/mailcow-dockerized-docs
To build it locally, you need the Material theme for MkDocs, MkDocs itself and Pygments. To install these with pip and get it up and running, fire up your terminal and enter
pip install mkdocs-material==7.2.1 pygments==2.9.0 mkdocs-redirects==1.0.3
mkdocs serve