diff --git a/nix/pkgs/homepage/default.nix b/nix/pkgs/homepage/default.nix index 8f6642a..7b279e8 100644 --- a/nix/pkgs/homepage/default.nix +++ b/nix/pkgs/homepage/default.nix @@ -31,7 +31,8 @@ stdenv.mkDerivation { cat ${./linked-data.html} >> index.html pandoc -t html ${../../../doc/vpn.md} > vpn.html pandoc -t html ${gateway-report} > gateway-report.html - pandoc -t html ${switch-report} > switch-report.html + cat ${../../../cabling.md} ${switch-report} >> switch-report.md + pandoc -t html switch-report.md > switch-report.html pandoc -t html ${vlan-report} > vlan-report.html echo '
' > config.html