reworking layout

This commit is contained in:
David Allemang
2026-06-17 16:16:09 -04:00
parent c063b72c41
commit cc834c24e1
6 changed files with 393 additions and 162 deletions

View File

@@ -1,15 +0,0 @@
#import "/docs.typ": docs-page, note, tip, warn
#show: docs-page.with(
route: "/toc/",
title: [Contents],
)
#context for doc in query(document) {
let target = selector(heading).within(doc.location())
show outline.entry: it => {
}
outline(depth: 1, target: target, title: link(doc.location(), doc.title))
}