feat: Allow new custom texts
This commit is contained in:
13
README.md
13
README.md
@@ -39,6 +39,19 @@ Query location data to debug
|
||||
nf query_location <query>
|
||||
```
|
||||
|
||||
# Texts
|
||||
|
||||
There is a system for customizing texts in Notfellchen. Not every change of a tet should mean an update of the software. But this should also not become a CMS.
|
||||
Therefore, a solution is used where a number of predefined texts per site are supported. These markdown texts will then be included in the site, if defined.
|
||||
|
||||
| Textcode | Location |
|
||||
|---------------------|----------|
|
||||
| `how_to` | Index |
|
||||
| `introduction` | Index |
|
||||
| `privacy_statement` | About |
|
||||
| `terms_of_service` | About |
|
||||
| `imprint` | About |
|
||||
| Any rule | About |
|
||||
|
||||
# Developer Notes
|
||||
|
||||
|
Reference in New Issue
Block a user