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
|
||||
showEntry = page:
|
||||
" - [${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; }
|
||||
|
|
Loading…
Reference in a new issue