mailcow: dockerized - documentation 📰
Datei suchen
2021-11-29 19:12:45 +01:00
.github Add config for renovate bot 2021-11-29 19:12:45 +01:00
docs Update Roundcube docs for release 1.5.1 (#321) 2021-11-28 20:24:29 +01:00
.gitignore Add gitignore for site data 2017-05-01 21:38:12 +02:00
mkdocs.yml Add redirects for debug-reset(-/_)tls.md 2021-11-15 17:54:19 +01:00
README.md Prepare for renovate bot 2021-11-29 19:12:44 +01:00
requirements.txt Prepare for renovate bot 2021-11-29 19:12:44 +01:00

Build and deploy to gh-pages

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

git clone https://github.com/mailcow/mailcow-dockerized-docs.git
pip install -r requirements.txt
mkdocs serve