Yuya Nishihara
fcc0b86f0a
docs: fix another missing shell quoting around root()
...
We've turned the "root" symbol into a function before. That's probably why.
2024-06-04 21:19:16 +09:00
Ilya Grigoriev
c9b44f3828
docs: ask MkDocs to fail on links to non-existent sections
...
This also requires anchors to be lower-cased: https://github.com/mkdocs/mkdocs/issues/3703
2024-05-14 13:14:27 -07:00
Ilya Grigoriev
69bc1f2b0f
docs branches.md
: insert definitions for related terms
2024-01-24 18:47:17 -08:00
Ilya Grigoriev
0df851e6e2
glossary.md: Add a stub for "Hidden commits, Abandoned commits"
2023-10-31 23:41:41 -07:00
Ilya Grigoriev
c79920095b
glossary.md: Clarify description of "visible commits"
2023-10-31 23:41:41 -07:00
Yuya Nishihara
e3c85d6ecc
revset: convert root symbol to function
...
The idea is that we can fully eliminate special symbols that would otherwise
shadow user branches, tags, or change ID prefixes.
Closes #2095
2023-09-04 10:36:30 +09:00
Vincent Breitmoser
e8239c7f4e
docs: add information about Change ID scope to glossary
2023-08-29 22:24:48 -07:00
Martin von Zweigbergk
e65b8c3cad
docs: add a glossary
...
The need for a glossary came up on Discord today.
This needs some more work, but I think this is a good start. I'm still
happy to update it if anyone has suggestions, of course. I haven't
started sprinkling pointers to the glossary from other places, so
users will only discover it by browsing the `docs/` directory.
2023-04-17 16:48:23 -07:00