reworking layout
This commit is contained in:
@@ -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))
|
||||
}
|
||||
Reference in New Issue
Block a user