mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-25 02:10:58 +01:00
docs/modules: init
Modules to represent pages in the docs
This commit is contained in:
parent
9faa339d9e
commit
4414d8aa14
6 changed files with 309 additions and 187 deletions
|
|
@ -12,7 +12,8 @@ let
|
|||
../user-guide/faq.md
|
||||
../user-guide/config-examples.md
|
||||
]
|
||||
++ lib.mapAttrsToList (name: file: "${lib-docs}/${file}") lib-docs.pages;
|
||||
++ lib-docs.pages;
|
||||
|
||||
manHeader =
|
||||
runCommand "nixvim-general-doc-manpage"
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue