forked from lix-project/lix
bring back lost newline
This commit is contained in:
parent
70eea97742
commit
d8bef7358f
|
@ -105,6 +105,6 @@ let
|
||||||
tableOfContents = let
|
tableOfContents = let
|
||||||
showEntry = page:
|
showEntry = page:
|
||||||
" - [${page.command}](command-ref/new-cli/${page.name})";
|
" - [${page.command}](command-ref/new-cli/${page.name})";
|
||||||
in concatStringsSep "\n" (map showEntry manpages);
|
in concatStringsSep "\n" (map showEntry manpages) + "\n";
|
||||||
|
|
||||||
in (listToAttrs manpages) // { "SUMMARY.md" = tableOfContents; }
|
in (listToAttrs manpages) // { "SUMMARY.md" = tableOfContents; }
|
||||||
|
|
Loading…
Reference in a new issue