sub-document rework

This commit is contained in:
David Allemang
2026-06-19 12:47:04 -04:00
parent 50b6578364
commit 50895cc79d
18 changed files with 122 additions and 148 deletions

View File

@@ -1,32 +1,14 @@
#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 {
// }
#set heading(numbering: "1.1 -")
#set document(title: [The EID Wireless Masterclass])
#include "static/index.typ"
#include "index.typ"
#include "content/00-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"
#include "content/03-tileset.typ"
#include "content/04-design.typ"
#include "content/05-channels.typ"
#include "content/06-transport.typ"
#include "content/07-bulk.typ"
#include "content/08-network.typ"