nix-community.nixvim/docs/mdbook/book.toml
Matt Sturgeon 8d29728abf
docs: specify site-url
Fixes 404 page's relative links and styling being relative to `/`.

Cherry-picked:
- a92339d83b
- cdbda982f0
2024-11-18 19:46:21 +00:00

13 lines
172 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