doc/lib/index.md: update heading title

Move heading to `pages.nix` page title.
This commit is contained in:
Matt Sturgeon 2025-05-15 15:37:22 +01:00
parent 0f8dc108de
commit 2ee5d71d52
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,3 @@
# Helpers
## Accessing Nixvim's functions
If Nixvim is built using the standalone method, you can access our "helpers" as part of the `lib` module arg:

View file

@ -6,6 +6,7 @@
{
lib.pages = {
nixvim = {
title = "Nixvim's functions";
markdown = ./index.md;
};
};