Enable commit signing
git config commit.gpgsign trueInstall a pre-push git hook:
git config core.hooksPath .githooksAfter cloning the repository, follow the instructions below to run the documentation locally:
cargo docDocs for TODO(template) template-crate:
RUSTDOCFLAGS="--html-in-header katex-header.html" cargo doc --no-deps -p template-crate --open