From 30437dc5d514b2e3c8f8fdb27b40f78dda75bb52 Mon Sep 17 00:00:00 2001 From: yhh <359807859@qq.com> Date: Sun, 28 Dec 2025 19:50:44 +0800 Subject: [PATCH] docs: add world-streaming to sidebar navigation --- docs/astro.config.mjs | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index e12ad196..a1ee41d8 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -268,6 +268,17 @@ export default defineConfig({ { label: 'API 参考', slug: 'modules/network/api', translations: { en: 'API Reference' } }, ], }, + { + label: '世界流式加载', + translations: { en: 'World Streaming' }, + items: [ + { label: '概述', slug: 'modules/world-streaming', translations: { en: 'Overview' } }, + { label: '区块管理', slug: 'modules/world-streaming/chunk-manager', translations: { en: 'Chunk Manager' } }, + { label: '流式系统', slug: 'modules/world-streaming/streaming-system', translations: { en: 'Streaming System' } }, + { label: '序列化', slug: 'modules/world-streaming/serialization', translations: { en: 'Serialization' } }, + { label: '实际示例', slug: 'modules/world-streaming/examples', translations: { en: 'Examples' } }, + ], + }, ], }, {