mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 14:52:55 +00:00
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 New Issue
Block a user