From e6895de451e0e709caf6a5c25a775bf922eb6ce6 Mon Sep 17 00:00:00 2001 From: Serkyo Date: Tue, 7 Jul 2026 22:37:58 +0200 Subject: [PATCH] docs(server): index chunk streaming note in docs README --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index 03f9ace..cfcf2d3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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.