mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-28 09:14:04 +00:00
fc49258d2f
I initially was thinking of using `mdbook`, which looks a little better, but I think versioning the docs is important, and the features I want are pretty much only supported by the Mkdocs' "Material" theme. Mkdocs is written in Python. The prerequesites for building docs on your machine should be to install Python and Poetry, everything else should be installed automatically by Poetry. See the edits to `contributing.md` for more details.
14 lines
234 B
Text
14 lines
234 B
Text
/target/
|
|
/rendered-docs
|
|
.direnv
|
|
.envrc
|
|
# generated by nix build, nix-build
|
|
result
|
|
# generated by the insta crate
|
|
*.pending-snap
|
|
|
|
# Editor specific ignores
|
|
.idea
|
|
|
|
# Generated by setting `JJ_TRACE` environment variable.
|
|
jj-trace-*.json
|