Refactor the docs (#9031)

This commit is contained in:
Lianmin Zheng
2025-08-10 19:49:45 -07:00
committed by GitHub
parent 0f229c07f1
commit 2449a0afe2
80 changed files with 619 additions and 750 deletions

View File

@@ -12,31 +12,41 @@ The core features include:
.. toctree::
:maxdepth: 1
:caption: Installation
:caption: Get Started
start/install.md
get_started/install.md
.. toctree::
:maxdepth: 1
:caption: Backend Tutorial
:caption: Basic Usage
references/deepseek
references/llama4
backend/send_request.ipynb
backend/openai_api_completions.ipynb
backend/openai_api_vision.ipynb
backend/openai_api_embeddings.ipynb
backend/native_api.ipynb
backend/offline_engine_api.ipynb
basic_usage/send_request.ipynb
basic_usage/openai_api.rst
basic_usage/offline_engine_api.ipynb
basic_usage/native_api.ipynb
basic_usage/sampling_params.md
basic_usage/deepseek.md
basic_usage/gpt_oss.md
basic_usage/llama4.md
.. toctree::
:maxdepth: 1
:caption: Advanced Backend Configurations
:caption: Advanced Features
backend/server_arguments.md
backend/sampling_params.md
backend/hyperparameter_tuning.md
backend/attention_backend.md
advanced_features/server_arguments.md
advanced_features/hyperparameter_tuning.md
advanced_features/speculative_decoding.ipynb
advanced_features/structured_outputs.ipynb
advanced_features/structured_outputs_for_reasoning_models.ipynb
advanced_features/function_calling.ipynb
advanced_features/separate_reasoning.ipynb
advanced_features/quantization.md
advanced_features/lora.ipynb
advanced_features/pd_disaggregation.md
advanced_features/vlm_query.ipynb
advanced_features/router.md
advanced_features/observability.md
advanced_features/attention_backend.md
.. toctree::
:maxdepth: 1
@@ -46,43 +56,38 @@ The core features include:
supported_models/multimodal_language_models.md
supported_models/embedding_models.md
supported_models/reward_models.md
supported_models/rerank_models.md
supported_models/support_new_models.md
supported_models/transformers_fallback.md
supported_models/modelscope.md
.. toctree::
:maxdepth: 1
:caption: Advanced Features
:caption: Hardware Platforms
backend/speculative_decoding.ipynb
backend/structured_outputs.ipynb
backend/function_calling.ipynb
backend/separate_reasoning.ipynb
backend/structured_outputs_for_reasoning_models.ipynb
backend/custom_chat_template.md
backend/quantization.md
backend/lora.ipynb
backend/pd_disaggregation.md
backend/vlm_query.ipynb
platforms/amd_gpu.md
platforms/blackwell_gpu.md
platforms/cpu_server.md
platforms/tpu.md
platforms/nvidia_jetson.md
platforms/ascend_npu.md
.. toctree::
:maxdepth: 1
:caption: Frontend Tutorial
:caption: Developer Guide
frontend/frontend.ipynb
frontend/choices_methods.md
developer_guide/contribution_guide.md
developer_guide/development_guide_using_docker.md
developer_guide/benchmark_and_profiling.md
.. toctree::
:maxdepth: 1
:caption: SGLang Router
:caption: References
router/router.md
.. toctree::
:maxdepth: 1
:caption: References
references/general
references/hardware
references/advanced_deploy
references/performance_analysis_and_optimization
references/developer
references/faq.md
references/environment_variables.md
references/production_metrics.md
references/custom_chat_template.md
references/frontend/frontend_index.rst
references/multi_node_deployment/multi_node_index.rst
references/learn_more.md