Merge branch 'master' of github.com:mailcow/mailcow-dockerized-docs
Dieser Commit ist enthalten in:
Commit
cabb802b18
3 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
2
.github/workflows/gh-pages.yml
gevendort
2
.github/workflows/gh-pages.yml
gevendort
|
@ -14,7 +14,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get -y update
|
sudo apt-get -y update
|
||||||
sudo apt-get -y install python3-pip
|
sudo apt-get -y install python3-pip
|
||||||
pip install mkdocs-material==7.2.5 pygments==2.10.0 mkdocs-redirects==1.0.3
|
pip install mkdocs-material==7.2.6 pygments==2.10.0 mkdocs-redirects==1.0.3
|
||||||
|
|
||||||
- name: Build site 🔧
|
- name: Build site 🔧
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -9,6 +9,6 @@ https://mailcow.github.io/mailcow-dockerized-docs
|
||||||
To build it locally, you need the [Material theme for MkDocs](https://squidfunk.github.io/mkdocs-material/), [MkDocs](https://www.mkdocs.org/) itself and [Pygments](http://pygments.org/). To install these with [pip](https://pip.pypa.io/en/stable/) and get it up and running, fire up your terminal and enter
|
To build it locally, you need the [Material theme for MkDocs](https://squidfunk.github.io/mkdocs-material/), [MkDocs](https://www.mkdocs.org/) itself and [Pygments](http://pygments.org/). To install these with [pip](https://pip.pypa.io/en/stable/) and get it up and running, fire up your terminal and enter
|
||||||
|
|
||||||
```
|
```
|
||||||
pip install mkdocs-material==7.2.5 pygments==2.10.0 mkdocs-redirects==1.0.3
|
pip install mkdocs-material==7.2.6 pygments==2.10.0 mkdocs-redirects==1.0.3
|
||||||
mkdocs serve
|
mkdocs serve
|
||||||
```
|
```
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
A quick guide to deeply a malfunctioning Rspamd.
|
A quick guide to deeply analyze a malfunctioning Rspamd.
|
||||||
|
|
||||||
```
|
```
|
||||||
docker-compose exec rspamd-mailcow bash
|
docker-compose exec rspamd-mailcow bash
|
||||||
|
|
Laden …
In neuem Issue referenzieren