Add explanation for testing with placeholder values replaced

Dieser Commit ist enthalten in:
Roman Nemec 2022-11-04 18:03:27 +01:00
Ursprung afb94618b2
Commit c9d3fe3488
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: E552933D5D6F1C1E

Datei anzeigen

@ -124,3 +124,13 @@ git clone https://github.com/mailcow/mailcow-dockerized-docs.git
pip install -r requirements.txt
mkdocs serve
```
The Placeholder values get replaced by the javascript in the file docs/assets/javascript/client.js.
If you want to test how the documentation looks like with the placeholder values filled in, you can set the values via url parameters.
For Example:
```
http://127.0.0.1:8000/client/client-manual/#host=mail.test.org&email=mail@example.org&name=mail&ui=mail.example.org&port=443
```