dream2nix/website/book.toml
DavHau 2fc4ef33cc docs: overhaul reference documentation pipeline
- use nixosOptionsDoc commonMark output
- simplify a lot of things
- redesign towards a future generic standalon nixosOptionsWebsite function
2024-04-05 19:42:14 +07:00

24 lines
616 B
TOML

[book]
authors = ["David Hauer", "Various contributors"]
language = "en"
multilingual = false
src = "src"
title = "dream2nix"
[output.html]
git-repository-url = "https://github.com/nix-community/dream2nix"
edit-url-template = "https://github.com/nix-community/dream2nix/edit/main/modules/dream2nix/{path}"
no-section-label = true
additional-css = [ "style.css" ]
additional-js = [ "no-edit-options.js" ]
[output.html.print]
enable = false # big single page; don't need that
[output.linkcheck]
follow-web-links = false # no Internet during the build
[preprocessor.toc]
command = "mdbook-toc"
renderer = ["html"]