aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/book.toml
diff options
context:
space:
mode:
authorTom Bereknyei <tomberek@gmail.com>2022-06-02 16:34:27 -0400
committerTom Bereknyei <tomberek@gmail.com>2022-06-02 16:58:35 -0400
commitffd41d17571478083666cc07764011c97c39b21c (patch)
tree37d0b6284c7a9df4a91204778bd7ee894eddc011 /doc/manual/book.toml
parent8c3939af14106c753bbb963663ad1cfb4fa6de80 (diff)
parent1892355766af57868f74a9efd75aa279b29a04f6 (diff)
Merge branch 'master' into nix-repl-flakes
Diffstat (limited to 'doc/manual/book.toml')
-rw-r--r--doc/manual/book.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/manual/book.toml b/doc/manual/book.toml
index fee41dfb3..5f78a7614 100644
--- a/doc/manual/book.toml
+++ b/doc/manual/book.toml
@@ -1,2 +1,7 @@
[output.html]
additional-css = ["custom.css"]
+additional-js = ["redirects.js"]
+
+[preprocessor.anchors]
+renderers = ["html"]
+command = "jq --from-file doc/manual/anchors.jq"