mailcow: dockerized - documentation 📰
Datei suchen
Tim ed884ba71b
[Docs] Example setup of Yubico-OTP (#313)
* Added example setup instructions to setup a YubiKey for OTP
2021-10-31 21:20:01 +01:00
.github/workflows [GH-Actions][pages] Update mkdocs-material to 7.3.5 2021-10-28 18:32:39 +02:00
docs [Docs] Example setup of Yubico-OTP (#313) 2021-10-31 21:20:01 +01:00
.gitignore Add gitignore for site data 2017-05-01 21:38:12 +02:00
mkdocs.yml Update mkdocs.yml 2021-10-29 12:25:38 +02:00
README.md [GH-Actions][pages] Update mkdocs-material to 7.3.5 2021-10-28 18:32:39 +02: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

pip install mkdocs-material==7.3.5 pygments==2.10.0 mkdocs-redirects==1.0.3
mkdocs serve