Skip to content

Commit

Permalink
how to update config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
forman committed Sep 14, 2024
1 parent 9297271 commit c5270c5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ checklist are addressed in your PR.
Use `pytest --cov=zappend --cov-report=html` to verify.
* If your change affects the current project documentation,
please adjust it and include the change in the PR.
Run `mkdocs serve` to verify.
Run `mkdocs serve` to verify.
* The configuration reference `docs/config.md` is generated.
Therefore, if you modify the `zappend` configuration,
regenerate docs by `zappend --help-config md > docs/config.md`
and verify the output.

## Code style

Expand Down

0 comments on commit c5270c5

Please sign in to comment.