Skip to content

Commit ece6b3b

Browse files
authored
Merge pull request #2 from Omena0/copilot/update-table-of-contents
docs: Add MeshDisplay and Internals category to table of contents
2 parents 87097ab + 69bdc18 commit ece6b3b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/src/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ Drop your `.py` file into the server's `scripts/` folder and reload. The bridge
107107
| [BlockDisplay](blockdisplay.md) | Block display entity |
108108
| [ItemDisplay](itemdisplay.md) | Item display entity |
109109
| [ImageDisplay](imagedisplay.md) | Pixel art display |
110+
| [MeshDisplay](meshdisplay.md) | 3D triangle mesh rendering |
110111

111112
### Utilities
112113

@@ -122,3 +123,14 @@ Drop your `.py` file into the server's `scripts/` folder and reload. The bridge
122123
| Page | Description |
123124
| ---- | ----------- |
124125
| [Examples](examples.md) | Full script examples |
126+
127+
### Internals
128+
129+
| Page | Description |
130+
| ---- | ----------- |
131+
| [Bridge](bridge.md) | Overview of the bridge architecture and wire protocol |
132+
| [Events](events_internal.md) | Event subscriptions, dispatch, cancellation, overrides, and commands |
133+
| [Execution](execution.md) | Call dispatch, threading, timing, and batching |
134+
| [Serialization](serialization.md) | Object handles, type serialization, and proxy classes |
135+
| [Lifecycle](lifecycle.md) | Startup, shutdown, and hot reload |
136+
| [Debugging](debugging.md) | Debug logging, metrics, error codes, and performance tips |

0 commit comments

Comments
 (0)