Merge pull request #491 from bprfh:master
Add explanation for testing with placeholder values replaced
Dieser Commit ist enthalten in:
Commit
73ae1401fd
1 geänderte Dateien mit 10 neuen und 0 gelöschten Zeilen
10
README.md
10
README.md
|
@ -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
|
||||
```
|
Laden …
In neuem Issue referenzieren