mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 09:48:42 +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
|
@ -4,5 +4,9 @@
|
|||
# If there is an issue parsing the file, the resulting markdown will not contain any function docs.
|
||||
|
||||
{
|
||||
# TODO
|
||||
lib.pages = {
|
||||
nixvim = {
|
||||
markdown = ./index.md;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue