Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 379 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 379 Bytes

Docgen

Docgen is a shell script for generating documentation files such as README.md's that are templated. Simply run

nix run .\#docgen

from the root of the repository to generate all documentation.

Docgen also defines a check which verifies that no files were altered while generating docs, which we use in CI to ensure we do not forget to generate documentation.