nix-community.nixvim/docs/mdbook/book.toml
Matt Sturgeon a92339d83b
docs: specify site-url
Fixes 404 page's relative links and styling being relative to `/`.
2024-11-11 18:51:14 +00:00

15 lines
195 B
TOML

[book]
authors = []
language = "en"
multilingual = false
src = "."
title = "nixvim docs"
[output.html]
site-url = "@SITE_URL@"
[output.html.fold]
enable = true
level = 0
[preprocessor.alerts]