forked from lix-project/lix
26d1877d6e
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.
8 lines
173 B
TOML
8 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"
|