Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 873 Bytes

File metadata and controls

37 lines (25 loc) · 873 Bytes

Contributor's guide

Commit signing

Enable commit signing

git config commit.gpgsign true

Prerequisites

Code quality assurance

Install a pre-push git hook:

git config core.hooksPath .githooks

Running the Rust Documentation Locally

After cloning the repository, follow the instructions below to run the documentation locally:

cargo doc

Docs for TODO(template) template-crate:

RUSTDOCFLAGS="--html-in-header katex-header.html" cargo doc --no-deps -p template-crate --open