lix/doc/manual/src
Jan Tojnar 7708a34a51 doc: Add anchors to long lists
Added using the following sed scripts:

- For command-ref/opt-common.md:

    s~- `(--?)([^`]+)`~- [`\1\2`]{#opt-\2}~g

- For expressions/builtin-constants.md:

    s~- `(builtins\.?)([^`]+)`~- [`\1\2`]{#builtins-\2}~g

- For expressions/advanced-attributes.md

    s~^  - `([^`]+)`~  - [`\1`]{#adv-attr-\1}~g

  and manually adjusted outputHashAlgo & outputHashMode.

- For glossary.md

    s~^  - (`([^`]+)`|(.+)) ?\\~  - [\1]{#gloss-\2\3}\\~g;
    s~(gloss-\w+) ~\1-~g

  and manually adjusted anchors for Nix expression, user environment, NAR, ∅ and ε.

- For command-ref/env-common.md

    s~^  - `([^`]+)`~  - [`\1`]{#env-\1}~g'
2022-05-26 18:17:21 +02:00
..
advanced-topics distributed-builds.md: fixing typo of the most minor sort 2022-03-16 12:53:38 +01:00
command-ref doc: Add anchors to long lists 2022-05-26 18:17:21 +02:00
contributing Don’t recommend writing unit tests 2022-05-12 12:02:31 +02:00
expressions doc: Add anchors to long lists 2022-05-26 18:17:21 +02:00
figures Move figures 2020-07-24 12:58:31 +02:00
installation doc: Add removal of darwin-store LaunchDaemon 2022-02-26 14:16:35 +01:00
package-management Fix link to nixos channel 2021-12-09 16:44:24 +00:00
release-notes Allow selecting derivation outputs using 'installable!outputs' 2022-05-03 13:43:52 +02:00
glossary.md doc: Add anchors to long lists 2022-05-26 18:17:21 +02:00
introduction.md doc: De-emphasize nix-env without -A 2021-11-17 17:04:25 +01:00
quick-start.md doc: De-emphasize nix-env without -A 2021-11-17 17:04:25 +01:00
SUMMARY.md.in Move rl-next.md to rl-2.8.md 2022-04-19 21:12:33 +02:00