diff --git a/docs/lib/index.md b/docs/lib/index.md index 37d076f2..827d346c 100644 --- a/docs/lib/index.md +++ b/docs/lib/index.md @@ -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: diff --git a/docs/lib/pages.nix b/docs/lib/pages.nix index 7311c1ae..65f42436 100644 --- a/docs/lib/pages.nix +++ b/docs/lib/pages.nix @@ -6,6 +6,7 @@ { lib.pages = { nixvim = { + title = "Nixvim's functions"; markdown = ./index.md; }; };