mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
docs/man: include all sections from lib-doc
This commit is contained in:
parent
0c7e2aa96b
commit
83d3535097
2 changed files with 17 additions and 5 deletions
|
@ -84,6 +84,16 @@ runCommand "nixvim-lib-docs"
|
|||
inherit lib;
|
||||
pageSpecs = elaboratedPageSpecs;
|
||||
};
|
||||
|
||||
passthru.pages = builtins.listToAttrs (
|
||||
builtins.map (
|
||||
{ name, outFile, ... }:
|
||||
{
|
||||
inherit name;
|
||||
value = outFile;
|
||||
}
|
||||
) pagesToRender
|
||||
);
|
||||
}
|
||||
''
|
||||
function docgen {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue