wip content

This commit is contained in:
2026-06-20 20:51:44 -04:00
parent 742b2d9fef
commit 8fc002cda1
14 changed files with 202 additions and 94 deletions

View File

@@ -87,13 +87,14 @@
it
}
rawdoc("index.html", include "content/00-index.typ")
doc("core.html", include "content/01-core.typ")
doc("interference.html", include "content/02-interference.typ")
doc("timing.html", include "content/03-timing.typ")
doc("design.html", include "content/04-design.typ")
doc("channels.html", include "content/05-channels.typ")
doc("transport.html", include "content/06-transport.typ")
doc("bulk.html", include "content/07-bulk.typ")
doc("network.html", include "content/08-network.typ")
rawdoc("index.html", include "content/index.typ")
doc("core.html", include "content/core.typ")
doc("data-protocols.html", include "content/data-protocols.typ")
doc("interference-causes.html", include "content/interference-causes.typ")
doc("interference-fixes.html", include "content/interference-fixes.typ")
doc("design.html", include "content/design.typ")
doc("channels.html", include "content/channels.typ")
doc("bulk.html", include "content/bulk.typ")
doc("network-protocols.html", include "content/network.typ")
}