mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
docs: include function docs
Embed the function reference docs into the main docs website.
This commit is contained in:
parent
dfaea5982e
commit
1c6dd6579a
3 changed files with 16 additions and 1 deletions
|
@ -127,7 +127,7 @@ lib.fix (
|
|||
# > sandbox-exec: pattern serialization length 69298 exceeds maximum (65535)
|
||||
docs = pkgs.callPackage ./mdbook {
|
||||
inherit evaledModules transformOptions;
|
||||
inherit (self) search;
|
||||
inherit (self) search lib-docs;
|
||||
};
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue