mailcow: dockerized - documentation 📰
Datei suchen
Marc Samendinger 932887c4e0
Update link to Solr
Solr has become a Apache Software Foundation Top Level Project (TLP) on 17 February 2021.
This means it moved from being a sub of lucene http://lucene.apache.org/solr/  to a new website.
See https://web.archive.org/web/20210424020503/https://solr.apache.org/news.html#apache-solr-becomes-an-apache-tlp
2021-06-21 20:55:52 +02:00
.github/workflows [GH-Actions][pages] Update mkdocs-material to 7.1.8 2021-06-12 21:20:12 +02:00
docs Update link to Solr 2021-06-21 20:55:52 +02:00
.gitignore Add gitignore for site data 2017-05-01 21:38:12 +02:00
mkdocs.yml custom css 2021-05-28 11:11:32 +02:00
README.md [GH-Actions][pages] Update mkdocs-material to 7.1.8 2021-06-12 21:20:12 +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.1.8 pygments==2.9.0 mkdocs-redirects==1.0.3
mkdocs serve