Files
wireless-docs/index.typ
David Allemang c063b72c41 working on toc
2026-06-17 11:06:41 -04:00

22 lines
563 B
Typst

#import "/docs.typ": docs-page, note, tip, warn
#show: docs-page.with(
route: "/",
title: [The Wireless Masterclass],
)
= Entity ID Wireless Redstone <home>
Welcome! Here, we will talk about Entity ID based wireless redstone (EID Wireless) for Minecraft Java Edition 1.14+.
#note[
Until version 26.2, this only works on multiplayer servers. See @singleplayer.
]
#html.nav(
context for doc in query(document) {
html.h3(link(doc.location(), doc.title))
// outline(title: none, depth: 1, target: selector(heading).within(doc.location()))
},
)