In theory, packagers could put these docs somewhere. I'm not sure what the best way is to make it convenient to use.
Also, I'm not sure about jj v0.25, but in the upcoming (probably tomorrow) 0.26, you can get a lot of docs by doing e.g. `jj help -k config`. Ironically, this fact is currently somewhat under-documented. `jj help` just says at the end:
`'jj help --help' lists available keywords. Use 'jj help -k' to show help for one of these keywords.`
Yeah I made it as far as planning out a change to the `jj config --help` output to at least link to the documentation and then realized that my copy didn't have the documentation. Oops. And then I got occupied by some other FOSS bug and forgot to circle back.
Unfortunately there was a gap between installing it and trying it for the clever merge resolution use case I had in mind, and I've forgotten how I installed it, so I need to reverse engineer that to figure out how I got here.
If you clone the repo there’s a bunch of documentation and example files, but if you install jj, those do not exist.