mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
doc/lib/index.md: update heading title
Move heading to `pages.nix` page title.
This commit is contained in:
parent
0f8dc108de
commit
2ee5d71d52
2 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
||||||
# Helpers
|
|
||||||
|
|
||||||
## Accessing Nixvim's functions
|
## Accessing Nixvim's functions
|
||||||
|
|
||||||
If Nixvim is built using the standalone method, you can access our "helpers" as part of the `lib` module arg:
|
If Nixvim is built using the standalone method, you can access our "helpers" as part of the `lib` module arg:
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
{
|
{
|
||||||
lib.pages = {
|
lib.pages = {
|
||||||
nixvim = {
|
nixvim = {
|
||||||
|
title = "Nixvim's functions";
|
||||||
markdown = ./index.md;
|
markdown = ./index.md;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue