mailcow: dockerized - documentation 📰
Datei suchen
Bojan Bogojevic bd1021ad0a
Order DNS records alphabetically and fix capital m
original record with capital M: _carddavs._tcp      IN SRV     0        1      443      Mail.example.org.
2020-12-23 17:37:53 +01:00
docs Order DNS records alphabetically and fix capital m 2020-12-23 17:37:53 +01:00
.gitignore Add gitignore for site data 2017-05-01 21:38:12 +02:00
.travis.yml Update .travis.yml 2018-10-06 11:15:28 +08:00
mkdocs.yml move webauthn/fido2 2020-11-20 22:46:47 +01:00
README.md Fix typos 2020-04-21 23:34:34 +02:00

TRAVIS-CI

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
mkdocs serve