Switch the HTML manual renderer to mdBook while preserving existing docs package outputs and legacy redirect paths.
11 lines
191 B
TOML
11 lines
191 B
TOML
[book]
|
|
title = "Home Manager Manual"
|
|
language = "en"
|
|
src = "."
|
|
|
|
[output.html]
|
|
git-repository-url = "https://github.com/nix-community/home-manager"
|
|
|
|
[output.html.fold]
|
|
enable = true
|
|
level = 0
|