jj/docs
Ilya Grigoriev adc8433204 mkdocs: make MkDocs work with more GitHub-like list formatting
This adds two MkDocs extensions to make list handling more flexible.
It took some trial-and-error, but it seems this config works OK.

revsets.md: use saner formatting that is now possible.

sapling-comparison.md: this was the one case I saw made worse by the
new plugins. I changed the Markdown formatting, it still looks sane.
2023-11-03 19:15:37 -07:00
..
design git: on push, update jj's view of remote branches without using import_refs() 2023-10-17 15:06:03 +09:00
technical docs: More info about syncing jj repo with rsync 2023-09-06 09:15:27 -07:00
branches.md
code-of-conduct.md
config.md merge_tools.toml: add VS Code as a default merge tool. 2023-10-25 12:47:51 -07:00
config.toml docs/config.toml: update the default diff editor 2023-10-25 13:05:04 -07:00
conflicts.md
contributing.md docs: add a section about profiling 2023-09-14 21:15:03 -07:00
FAQ.md FAQ: Add an entry on how Jujutsu saves changes in the working-copy. 2023-11-02 20:29:06 +01:00
git-comparison.md Small addition to index comparison 2023-08-14 13:48:46 +09:00
git-compatibility.md git-compatibility.md: adjust instructions to convert to colocated repo to match 872265a22 2023-10-18 19:45:47 -07:00
github.md docs: fix broken Markdown in github.md, plus various cleanups 2023-10-24 21:31:51 -07:00
glossary.md glossary.md: Add a stub for "Hidden commits, Abandoned commits" 2023-10-31 23:41:41 -07:00
index.md docs index.md: explain that the website sidebar may be hidden 2023-10-04 05:25:37 -07:00
install-and-setup.md install-and-setup.md: Document binary installation with cargo-binstall 2023-10-30 15:12:23 -07:00
operation-log.md
related-work.md
revsets.md mkdocs: make MkDocs work with more GitHub-like list formatting 2023-11-03 19:15:37 -07:00
sapling-comparison.md mkdocs: make MkDocs work with more GitHub-like list formatting 2023-11-03 19:15:37 -07:00
templates.md templater: add local/remote_branches keywords 2023-10-28 11:03:23 +09:00
tutorial.md tutorial.md: no need to mention heads(x) anymore 2023-10-23 12:01:17 +02:00
working-copy.md