mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-27 13:28:42 +08:00
[Doc] Improve API docs (#18713)
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
parent
243eb9199f
commit
9553fdb41e
@ -18,7 +18,7 @@ nav:
|
|||||||
- Roadmap: https://roadmap.vllm.ai
|
- Roadmap: https://roadmap.vllm.ai
|
||||||
- Releases: https://github.com/vllm-project/vllm/releases
|
- Releases: https://github.com/vllm-project/vllm/releases
|
||||||
- User Guide:
|
- User Guide:
|
||||||
- usage/README.md
|
- Summary: usage/README.md
|
||||||
- General:
|
- General:
|
||||||
- usage/*
|
- usage/*
|
||||||
- Inference and Serving:
|
- Inference and Serving:
|
||||||
@ -44,7 +44,7 @@ nav:
|
|||||||
- features/*
|
- features/*
|
||||||
- features/quantization
|
- features/quantization
|
||||||
- Developer Guide:
|
- Developer Guide:
|
||||||
- contributing/README.md
|
- Summary: contributing/README.md
|
||||||
- General:
|
- General:
|
||||||
- glob: contributing/*
|
- glob: contributing/*
|
||||||
flatten_single_child_sections: true
|
flatten_single_child_sections: true
|
||||||
@ -53,9 +53,10 @@ nav:
|
|||||||
- V0: design
|
- V0: design
|
||||||
- V1: design/v1
|
- V1: design/v1
|
||||||
- API Reference:
|
- API Reference:
|
||||||
- api/README.md
|
- Summary: api/README.md
|
||||||
- glob: api/vllm/*
|
- Contents:
|
||||||
preserve_directory_names: true
|
- glob: api/vllm/*
|
||||||
|
preserve_directory_names: true
|
||||||
- Community:
|
- Community:
|
||||||
- community/*
|
- community/*
|
||||||
- Blog: https://blog.vllm.ai
|
- Blog: https://blog.vllm.ai
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* https://christianoliff.com/blog/styling-external-links-with-an-icon-in-css/ */
|
/* https://christianoliff.com/blog/styling-external-links-with-an-icon-in-css/ */
|
||||||
a:not(:has(svg)):not(.md-icon) {
|
a:not(:has(svg)):not(.md-icon):not(.autorefs-external) {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
&[href^="//"]::after,
|
&[href^="//"]::after,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user