Files
wireless-docs/main.typ
2026-06-18 17:03:52 -04:00

33 lines
710 B
Typst

#set heading(numbering: "1.")
// #import "docs.typ": docs-page
// #show: it => document("/index.html", it)
// #include "static/index.typ"
// #docs-page(include "index.typ") <index>
// #docs-page(include "content/00-intro.typ")
// #let docs-page(it) = document("index.html", {
// context {
// repr(query(selector(metadata).before(<front-matter>)))
// }
// it
// })
// #let docs-page(it) = context {
// }
#include "static/index.typ"
#include "index.typ"
#include "content/01-core.typ"
#include "content/02-interference.typ"
#include "content/03-design.typ"
#include "content/04-channels.typ"
#include "content/05-transport.typ"
#include "content/06-bulk.typ"
#include "content/07-network.typ"