mailcow: dockerized - documentation 📰
Datei suchen
FingerlessGloves 3f6e6f0058
Add steps to enable local spell checking
Add steps to enable local spell checking, currently it uses spell.roundcube.net, which has been discontinued (due to funding), but as a self hosted service, most people would want spell checking to happen on their own servers not someone else's. I wasn't aware it was doing this until the service got discontinued.
2021-09-06 14:27:17 +01:00
.github/workflows [GH-Actions][pages] Update mkdocs-material to 7.2.6 2021-09-02 19:51:23 +02:00
docs Add steps to enable local spell checking 2021-09-06 14:27:17 +01:00
.gitignore Add gitignore for site data 2017-05-01 21:38:12 +02:00
mkdocs.yml add rspamd asan debugging 2021-09-02 12:45:59 +02:00
README.md [GH-Actions][pages] Update mkdocs-material to 7.2.6 2021-09-02 19:51:23 +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.2.6 pygments==2.10.0 mkdocs-redirects==1.0.3
mkdocs serve