Added manpages to the generated documentation
This commit is contained in:
parent
ba6377b375
commit
4472d74e96
5 changed files with 49 additions and 0 deletions
|
|
@ -6,6 +6,8 @@
|
|||
}:
|
||||
|
||||
let
|
||||
man = pkgs.callPackage ./man { inherit self; };
|
||||
|
||||
baseModule = _: {
|
||||
# Hide documentation relating to _module.args, which isn't a part
|
||||
# of this flake
|
||||
|
|
@ -35,6 +37,8 @@ let
|
|||
commonMark = docs.optionsCommonMark;
|
||||
json = docs.optionsJSON;
|
||||
nix = docs.optionsNix;
|
||||
|
||||
man = man.build "modules" subcomponent docs.optionsJSON;
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue