mailcow: dockerized - documentation 📰
Datei suchen
Niklas Meyer 0f82690483
[WebAuthn] Use warning box (instead of Emoji)
This PR replace the Warning Emoji with the Warning Alertbox from MKDocs (Looks better)
2022-01-27 14:45:20 +01:00
.github [GH-Actions][stale] Add close_old_issues_and_prs.yml 2022-01-22 18:17:08 +01:00
docs [WebAuthn] Use warning box (instead of Emoji) 2022-01-27 14:40:12 +01:00
.gitignore Add gitignore for site data 2017-05-01 21:38:12 +02:00
mkdocs.yml [Mkdocs] Update Copyright + added Twitter Link 2022-01-21 20:27:51 +01:00
README.md Prepare for renovate bot 2021-11-29 19:12:44 +01:00
requirements.txt Update dependency mkdocs-material to v8.1.8 (#355) 2022-01-23 14:35:13 +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