docs: Move standalone usage to modules section

This commit is contained in:
Matt Sturgeon 2024-04-01 12:05:46 +01:00 committed by Gaétan Lepage
parent db6b61f117
commit 87df94dcbd
3 changed files with 15 additions and 5 deletions

View file

@ -34,11 +34,11 @@
cat \
${./nixvim-header-start.5} \
${mkMDSection ../user-guide/helpers.md} \
${mkMDSection ../user-guide/extending-config.md} \
${mkMDSection ../user-guide/faq.md} \
${./nixvim-header-end.5} \
>$out/nixvim-header.5
'';
# FIXME add platform specific docs to manpage
in
runCommand "nixvim-configuration-reference-manpage" {
nativeBuildInputs = [installShellFiles nixos-render-docs];