Skip to content

Commit 0f99fff

Browse files
committed
Improved readability of generated configuration reference
1 parent d9c8063 commit 0f99fff

File tree

5 files changed

+464
-404
lines changed

5 files changed

+464
-404
lines changed

docs/about.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ mkdocs serve
6464
mkdocs gh-deploy
6565
```
6666

67+
If the configuration JSON schema in `zappend/config/schema.py` changes
68+
then the configuration reference documentation `docs/config.md` must be
69+
regenerated:
70+
71+
```bash
72+
zappend --help-config md > docs/config.md
73+
```
74+
6775
## License
6876

6977
`zappend` is open source made available under the terms and conditions of the

0 commit comments

Comments
 (0)