We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9297271 commit c5270c5Copy full SHA for c5270c5
CONTRIBUTING.md
@@ -29,7 +29,11 @@ checklist are addressed in your PR.
29
Use `pytest --cov=zappend --cov-report=html` to verify.
30
* If your change affects the current project documentation,
31
please adjust it and include the change in the PR.
32
- Run `mkdocs serve` to verify.
+ Run `mkdocs serve` to verify.
33
+* The configuration reference `docs/config.md` is generated.
34
+ Therefore, if you modify the `zappend` configuration,
35
+ regenerate docs by `zappend --help-config md > docs/config.md`
36
+ and verify the output.
37
38
## Code style
39
0 commit comments