docs(server): index chunk streaming note in docs README

This commit is contained in:
Serkyo 2026-07-07 22:37:58 +02:00
parent 213995eb77
commit e6895de451

View file

@ -44,5 +44,6 @@ Subsystem notes:
- [`packs.md`](packs.md): data packs & resource packs (load order, layout, resolution).
- [`rendering.md`](rendering.md): rendering & coordinate gotchas (Vulkan clip space, Blender/glTF import).
- [`chunk_streaming.md`](chunk_streaming.md): chunk streaming and async worker pipeline.
Further subsystem notes are added here as systems are implemented and locked.