add appendices for modules/service/outputs generated doc

This commit is contained in:
Daniel Barlow
2025-04-08 21:25:54 +01:00
parent eb16a35ff3
commit 2f092e126a
4 changed files with 27 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ stdenv.mkDerivation {
];
buildPhase = ''
cat ${json} | fennel --correlate doc/parse-options.fnl > doc/modules-generated.inc.rst
cat ${json} | fennel --correlate doc/parse-options.fnl > doc/module-options-generated.inc.rst
cat ${json} | fennel --correlate doc/parse-options-outputs.fnl > doc/outputs-generated.inc.rst
cp ${(import ./doc/hardware.nix)} doc/hardware.rst
make -C doc html