pkgs/homepage: export switch-report with cabling.md

This commit is contained in:
Astro 2022-10-23 23:00:37 +02:00
parent 807f9d8e29
commit b54f6d431c
1 changed files with 2 additions and 1 deletions

View File

@ -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 '<pre>' > config.html