big cleanup, minify

This commit is contained in:
David Allemang
2026-06-18 17:03:52 -04:00
parent c522ef877e
commit 50b6578364
27 changed files with 220 additions and 315 deletions

View File

@@ -1,9 +1,7 @@
#import "/docs.typ": docs-page, note, tip, warn
#show: docs-page.with(
route: "/core/",
title: [Core Mechanics],
)
#set document(title: [Core Mechanics])
#show: docs-page("/core.html")
#tip[
Until version 26.2, this only works on multiplayer servers. See @singleplayer.

View File

@@ -1,9 +1,7 @@
#import "/docs.typ": docs-page, note, tip, warn
#show: docs-page.with(
route: "/interference/",
title: [Interference],
)
#set document(title: [Interference])
#show: docs-page("interference.html")
= Entity Spawns
= Single-Player (before 26.2) <singleplayer>

View File

@@ -1,9 +1,7 @@
#import "/docs.typ": docs-page, note, tip, warn
#show: docs-page.with(
route: "/design/",
title: [Design Considerations],
)
#set document(title: [Design Considerations])
#show: docs-page("/design-tips.html")
= Tilesets
== Binary vs Lexicographic

View File

@@ -1,12 +1,8 @@
#import "/docs.typ": docs-page, note, tip, warn
#show: docs-page.with(
route: "/channels/",
title: [Channels],
)
#set document(title: [Channels])
#show: docs-page("/channels.html")
= Static Channel Allocation
= Dynamic Channel Selectors
= Looped Connections

View File

@@ -1,9 +1,7 @@
#import "/docs.typ": docs-page, note, tip, warn
#show: docs-page.with(
route: "/transport/",
title: [Transport Protocols],
)
#set document(title: [Transport Protocols])
#show: docs-page("/transport-protocols.html")
= Mod 4 Binary
= Mod 2 Binary

View File

@@ -1,9 +1,7 @@
#import "/docs.typ": docs-page, note, tip, warn
#show: docs-page.with(
route: "/bulk/",
title: [Bulk Transport],
)
#set document(title: [Bulk Transport])
#show: docs-page("/bulk-transport.html")
= Tileable Receivers
= Interleaved vs Sequential Channels

View File

@@ -1,9 +1,7 @@
#import "/docs.typ": docs-page, note, tip, warn
#show: docs-page.with(
route: "/network/",
title: [Network Protocols],
)
#set document(title: [Network Protocols])
#show: docs-page("/network-protocols.html")
= Collision Prevention
== Checkbit