docs: include function docs

Embed the function reference docs into the main docs website.
This commit is contained in:
Matt Sturgeon 2025-05-15 14:24:55 +01:00
parent dfaea5982e
commit 1c6dd6579a
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
3 changed files with 16 additions and 1 deletions

View file

@ -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;
};
}
)