nix-community.nixvim/docs/mdbook/book.toml
Guilhem Saurel 13cc4d8457 mdbook: add link to repo
(cherry picked from commit 3b146040d5)
2025-07-02 18:03:50 +00:00

20 lines
372 B
TOML

[book]
authors = []
language = "en"
multilingual = false
src = "."
title = "nixvim docs"
[output.html]
site-url = "@SITE_URL@"
additional-js = ["theme/pagetoc.js"]
additional-css = ["custom.css", "theme/pagetoc.css"]
git-repository-url = "https://github.com/nix-community/nixvim"
[output.html.fold]
enable = true
level = 0
[preprocessor.alerts]
[preprocessor.pagetoc]