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,
|
||||
}:
|
||||
let
|
||||
markdownSections =
|
||||
lib.mapAttrsToList (name: file: "${lib-docs}/${file}") lib-docs.pages
|
||||
++ [
|
||||
markdownSections = [
|
||||
../user-guide/faq.md
|
||||
../user-guide/config-examples.md
|
||||
];
|
||||
] ++ lib.mapAttrsToList (name: file: "${lib-docs}/${file}") lib-docs.pages;
|
||||
manHeader =
|
||||
runCommand "nixvim-general-doc-manpage"
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue