This commit is contained in:
CaCO3
2023-02-23 00:08:13 +01:00
parent 1a3d0dd040
commit dda4a06d06
2 changed files with 27 additions and 22 deletions

View File

@@ -34,7 +34,7 @@ The script `concat-parameter-pages.py` in `param-docs` should be run whenever on
It then concatenates all pages into the single `../docs/Parameters.md` which gets be added to the `mkdocs` documentation.
### Template Generator
The script `generate-param-doc-pages.py` should be run whenever a new parameter gets added to the config file.
The script `generate-template-param-doc-pages.py` should be run whenever a new parameter gets added to the config file.
It then checks if there is already page for each of the parameters.
- If no page exists yet, a templated page gets generated.
- Existing pages do not get modified.