mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-15 05:21:08 +01:00
docs/lib: simplify default title-heading
This commit is contained in:
parent
4414d8aa14
commit
c146f6e09c
2 changed files with 11 additions and 14 deletions
|
|
@ -6,16 +6,16 @@
|
|||
{
|
||||
lib.nixvim = {
|
||||
_page = {
|
||||
title = "Nixvim's functions";
|
||||
title = "lib.nixvim: Nixvim's functions";
|
||||
source = ./index.md;
|
||||
};
|
||||
|
||||
utils._page = {
|
||||
title = "utility functions";
|
||||
title = "lib.nixvim.utils: utility functions";
|
||||
functions.file = ../../lib/utils.nix;
|
||||
};
|
||||
lua._page = {
|
||||
title = "lua functions";
|
||||
title = "lib.nixvim.lua: lua functions";
|
||||
functions.file = ../../lib/to-lua.nix;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue