Merge pull request #491 from bprfh:master

Add explanation for testing with placeholder values replaced
Dieser Commit ist enthalten in:
Niklas Meyer 2022-11-08 12:03:55 +01:00 committet von GitHub
Commit 73ae1401fd
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

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
```