docs/options: Add option reference generator
Evaluate custom module options through a synthetic system, stabilize configuration-dependent defaults for rendering, and commit the generated reference beside its updater.
This commit is contained in:
@@ -15,4 +15,8 @@ in
|
||||
update-docs-assignments = pkgs.writeShellScriptBin "update-docs-assignments" ''
|
||||
exec ${pkgs.python3}/bin/python3 ${../ci/update-docs-assignments.py} "$@"
|
||||
'';
|
||||
|
||||
update-docs-options = pkgs.writeShellScriptBin "update-docs-options" ''
|
||||
exec ${pkgs.python3}/bin/python3 ${../ci/update-docs-options.py} "$@"
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user