mirror of
https://github.com/NixOS/nix.git
synced 2025-11-14 22:42:41 +01:00
There are still many links to the old manual on the web and having them end up on the Introduction page is a bad user experience.
7 lines
173 B
TOML
7 lines
173 B
TOML
[output.html]
|
|
additional-css = ["custom.css"]
|
|
additional-js = ["redirects.js"]
|
|
|
|
[preprocessor.anchors]
|
|
renderers = ["html"]
|
|
command = "jq --from-file doc/manual/anchors.jq"
|