From d31170496b68d715a0186d91194c4a6b869c1de8 Mon Sep 17 00:00:00 2001 From: herizhen <59841270+herizhen@users.noreply.github.com> Date: Wed, 14 Jan 2026 16:50:49 +0800 Subject: [PATCH] [doc]index display by category (#5852) ### What this PR does / why we need it? upgrade tutorial doc index display by category ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? ut - vLLM version: v0.13.0 - vLLM main: https://github.com/vllm-project/vllm/commit/2f4e6548efec402b913ffddc8726230d9311948d --------- Signed-off-by: herizhen <1270637059@qq.com> Signed-off-by: herizhen <59841270+herizhen@users.noreply.github.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- docs/source/tutorials/index.md | 46 +++++++++++++++++++++------------- 1 file changed, 28 insertions(+), 18 deletions(-) diff --git a/docs/source/tutorials/index.md b/docs/source/tutorials/index.md index 2ad30795..b26c374b 100644 --- a/docs/source/tutorials/index.md +++ b/docs/source/tutorials/index.md @@ -1,33 +1,43 @@ # Tutorials :::{toctree} -:caption: Deployment +:caption: Models :maxdepth: 1 Qwen2.5-Omni.md -Qwen2.5-7B -Qwen3-Dense +Qwen2.5-7B.md +Qwen3-Dense.md Qwen-VL-Dense.md Qwen3-30B-A3B.md Qwen3-235B-A22B.md Qwen3-VL-235B-A22B-Instruct.md -Qwen3-Coder-30B-A3B -Qwen3_embedding -Qwen3_reranker -Qwen3-8B-W4A8 -Qwen3-32B-W4A4 -Qwen3-Next +Qwen3-Coder-30B-A3B.md +Qwen3_embedding.md +Qwen3_reranker.md +Qwen3-8B-W4A8.md +Qwen3-32B-W4A4.md +Qwen3-Next.md Qwen3-Omni-30B-A3B-Thinking.md DeepSeek-V3.1.md DeepSeek-V3.2.md DeepSeek-R1.md GLM4.x.md -Kimi-K2-Thinking -PaddleOCR-VL -pd_colocated_mooncake_multi_instance -pd_disaggregation_mooncake_single_node -pd_disaggregation_mooncake_multi_node -long_sequence_context_parallel_single_node -long_sequence_context_parallel_multi_node -ray -310p +Kimi-K2-Thinking.md +PaddleOCR-VL.md +::: + +:::{toctree} +:caption: Features +:maxdepth: 1 +pd_colocated_mooncake_multi_instance.md +pd_disaggregation_mooncake_single_node.md +pd_disaggregation_mooncake_multi_node.md +long_sequence_context_parallel_single_node.md +long_sequence_context_parallel_multi_node.md +ray +::: + +:::{toctree} +:caption: Hardware +:maxdepth: 1 +310p.md :::