19 lines
510 B
TOML
19 lines
510 B
TOML
[book]
|
|
title = "Stylix"
|
|
language = "en"
|
|
|
|
[preprocessor.alerts]
|
|
|
|
[output.html]
|
|
site-url = "/stylix/"
|
|
git-repository-url = "https://github.com/nix-community/stylix"
|
|
edit-url-template = "https://github.com/nix-community/stylix/edit/master/doc/{path}"
|
|
no-section-label = true
|
|
|
|
[output.html.fold]
|
|
enable = true
|
|
|
|
[output.html.redirect]
|
|
# Must use relative paths with . or .. for offline browsing to work correctly
|
|
"/options/hm.html" = "./platforms/home_manager.html"
|
|
"/options/nixos.html" = "./platforms/nixos.html"
|