[Doc] Fix broken links and unlinked docs, add shortcuts to home sidebar (#18627)

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
Cyrus Leung
2025-05-24 01:22:40 +08:00
committed by GitHub
parent 15b45ffb9a
commit 371f7e4ca2
6 changed files with 16 additions and 11 deletions

View File

@@ -9,8 +9,13 @@ nav:
- getting_started/examples/offline_inference
- getting_started/examples/online_serving
- getting_started/examples/other
- Roadmap: https://roadmap.vllm.ai
- Releases: https://github.com/vllm-project/vllm/releases
- Quick Links:
- User Guide: serving/offline_inference.md
- Developer Guide: contributing/overview.md
- API Reference: api/README.md
- Timeline:
- Roadmap: https://roadmap.vllm.ai
- Releases: https://github.com/vllm-project/vllm/releases
- User Guide:
- Inference and Serving:
- serving/offline_inference.md
@@ -38,7 +43,7 @@ nav:
- contributing/overview.md
- glob: contributing/*
flatten_single_child_sections: true
- contributing/model
- Model Implementation: contributing/model
- Design Documents:
- V0: design
- V1: design/v1