docs: user-guide/helpers.mdlib/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:
Matt Sturgeon 2025-05-15 14:54:58 +01:00
parent 1c6dd6579a
commit 0c7e2aa96b
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
7 changed files with 17 additions and 5 deletions

View file

@ -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
]}