[Doc] Fix API doc link in side navigation (#22585)

Signed-off-by: 22quinn <33176974+22quinn@users.noreply.github.com>
This commit is contained in:
22quinn 2025-08-10 01:35:22 -07:00 committed by GitHub
parent 326976291b
commit 010e0e39ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
nav:
- Home:
- Home:
- vLLM: README.md
- Getting Started:
- getting_started/quickstart.md
@ -11,7 +11,7 @@ nav:
- Quick Links:
- User Guide: usage/README.md
- Developer Guide: contributing/README.md
- API Reference: api/README.md
- API Reference: api/summary.md
- CLI Reference: cli/README.md
- Timeline:
- Roadmap: https://roadmap.vllm.ai
@ -49,7 +49,7 @@ nav:
- General:
- glob: contributing/*
flatten_single_child_sections: true
- Model Implementation:
- Model Implementation:
- contributing/model/README.md
- contributing/model/basic.md
- contributing/model/registration.md