mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-16 04:04:34 +02:00
docs: user-guide/helpers.md
→ lib/index.md
Move the user-guide to the new lib reference docs. Added a MDBook redirect entry. Updated man docs.
This commit is contained in:
parent
1c6dd6579a
commit
0c7e2aa96b
7 changed files with 17 additions and 5 deletions
|
@ -108,7 +108,10 @@ lib.fix (
|
|||
|
||||
gfm-alerts-to-admonitions = pkgs.python3.pkgs.callPackage ./gfm-alerts-to-admonitions { };
|
||||
|
||||
man-docs = pkgs.callPackage ./man { inherit options-json; };
|
||||
man-docs = pkgs.callPackage ./man {
|
||||
inherit options-json;
|
||||
inherit (self) lib-docs;
|
||||
};
|
||||
|
||||
lib-docs = pkgs.callPackage ./lib {
|
||||
inherit nixvim lib;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue