1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-05 16:41:06 +01:00
nixvim/docs/mdbook/book.toml
Matt Sturgeon 8d085d4094 docs/mdbook: drop pagetoc
It is currently not working.

TODO: investigate and fix
2025-12-03 09:30:43 +00:00

22 lines
490 B
TOML

[book]
authors = []
language = "en"
multilingual = false
src = "."
title = "nixvim docs"
[output.html]
site-url = "@SITE_URL@"
additional-css = ["custom.css"]
git-repository-url = "https://github.com/nix-community/nixvim"
# Redirect targets must be relative to their origin;
# absolute paths can break with different baseHrefs.
[output.html.redirect]
"/user-guide/helpers.html" = "../lib/nixvim/index.html" # Since #3049
[output.html.fold]
enable = true
level = 0
[preprocessor.alerts]