mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-03 10:25:52 +00:00
docs: move ndg options into ndg.toml
This commit is contained in:
parent
18c55d3beb
commit
40c1ffab4a
2 changed files with 29 additions and 4 deletions
|
|
@ -31,13 +31,10 @@ in
|
|||
|
||||
# Generate the final manual from a set of parameters. This uses
|
||||
# feel-co/ndg to render the web manual.
|
||||
ndg html \
|
||||
ndg --config-file ${./ndg.toml} html \
|
||||
--jobs $NIX_BUILD_CORES --title "NVF" \
|
||||
--module-options ${optionsJSON}/share/doc/nixos/options.json \
|
||||
--manpage-urls ${path}/doc/manpage-urls.json \
|
||||
--options-depth 3 \
|
||||
--generate-search \
|
||||
--highlight-code \
|
||||
--input-dir ./manual \
|
||||
--output-dir "$out/share/doc"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue