mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
docs/man: move FAQ and examples before functions
Like options, function docs are large. Let's put them after the FAQ and config-examples sections
This commit is contained in:
parent
83d3535097
commit
0f8dc108de
1 changed files with 4 additions and 6 deletions
|
@ -8,12 +8,10 @@
|
||||||
pandoc,
|
pandoc,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
markdownSections =
|
markdownSections = [
|
||||||
lib.mapAttrsToList (name: file: "${lib-docs}/${file}") lib-docs.pages
|
../user-guide/faq.md
|
||||||
++ [
|
../user-guide/config-examples.md
|
||||||
../user-guide/faq.md
|
] ++ lib.mapAttrsToList (name: file: "${lib-docs}/${file}") lib-docs.pages;
|
||||||
../user-guide/config-examples.md
|
|
||||||
];
|
|
||||||
manHeader =
|
manHeader =
|
||||||
runCommand "nixvim-general-doc-manpage"
|
runCommand "nixvim-general-doc-manpage"
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue