ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/docs
Ilya Grigoriev 16ec185795 docs, CLI reference: use include-markdown instead of a symlink
The main goal is to avoid having a symlink in our source tree. Currently, there
is no good way to work with the `jj` repo with `jj` on Windows.  Currently `jj`
just crashes with symlinks. This is being worked on, see e.g. #2939, but it will
always depend on whether Developer Mode is enabled in Windows or whether
symlinks are materialized as text files with symlinks. Finally, MkDocs has
trouble following symlinks on Windows, so building docs wouldn't work there.

Another advantage is that, previously, we were lucky that MkDocs treats `insta`
header in `cli-reference@.md.snap` as a Markdown header and follows symlinks at
all. Now, we no longer depend on that.
2024-02-12 10:28:09 -08:00
..
design
technical
branches.md
cli-reference.md docs, CLI reference: use include-markdown instead of a symlink 2024-02-12 10:28:09 -08:00
code-of-conduct.md
config.md docs: fix some automerge fallout 2024-02-09 12:36:28 -06:00
config.toml docs: document git.fetch and git.push config options 2024-02-09 12:03:42 -06:00
conflicts.md
contributing.md rust: bump MSRV to 1.76.0 2024-02-09 15:48:01 -06:00
FAQ.md
git-comparison.md document the jj equivalent of git reset --soft 2024-02-10 08:49:03 -08:00
git-compatibility.md
github.md
glossary.md
index.md
install-and-setup.md
operation-log.md
related-work.md
revsets.md
sapling-comparison.md
templates.md templater: add a local() method on Timestamps (#2900) 2024-02-12 10:22:24 -08:00
tutorial.md
windows.md
working-copy.md