Skip to content

Commit 9553fdb

Browse files
[Doc] Improve API docs (#18713)
Signed-off-by: DarkLight1337 <[email protected]>
1 parent 243eb91 commit 9553fdb

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

docs/.nav.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ nav:
1818
- Roadmap: https://roadmap.vllm.ai
1919
- Releases: https://github.com/vllm-project/vllm/releases
2020
- User Guide:
21-
- usage/README.md
21+
- Summary: usage/README.md
2222
- General:
2323
- usage/*
2424
- Inference and Serving:
@@ -44,7 +44,7 @@ nav:
4444
- features/*
4545
- features/quantization
4646
- Developer Guide:
47-
- contributing/README.md
47+
- Summary: contributing/README.md
4848
- General:
4949
- glob: contributing/*
5050
flatten_single_child_sections: true
@@ -53,9 +53,10 @@ nav:
5353
- V0: design
5454
- V1: design/v1
5555
- API Reference:
56-
- api/README.md
57-
- glob: api/vllm/*
58-
preserve_directory_names: true
56+
- Summary: api/README.md
57+
- Contents:
58+
- glob: api/vllm/*
59+
preserve_directory_names: true
5960
- Community:
6061
- community/*
6162
- Blog: https://blog.vllm.ai

docs/mkdocs/stylesheets/extra.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}
66

77
/* https://christianoliff.com/blog/styling-external-links-with-an-icon-in-css/ */
8-
a:not(:has(svg)):not(.md-icon) {
8+
a:not(:has(svg)):not(.md-icon):not(.autorefs-external) {
99
align-items: center;
1010

1111
&[href^="//"]::after,

0 commit comments

Comments
 (0)