mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-02 00:54:48 +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
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
lib,
|
||||
options-json,
|
||||
lib-docs,
|
||||
runCommand,
|
||||
installShellFiles,
|
||||
nixos-render-docs,
|
||||
|
@ -23,7 +24,7 @@ let
|
|||
cat ${./nixvim-header-start.5}
|
||||
|
||||
${lib.concatMapStringsSep "\n" (file: "mkMDSection ${file}") [
|
||||
../user-guide/helpers.md
|
||||
"${lib-docs}/lib/index.md"
|
||||
../user-guide/faq.md
|
||||
../user-guide/config-examples.md
|
||||
]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue