Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
9553fdb4
Unverified
Commit
9553fdb4
authored
May 26, 2025
by
Cyrus Leung
Committed by
GitHub
May 26, 2025
Browse files
[Doc] Improve API docs (#18713)
Signed-off-by:
DarkLight1337
<
tlleungac@connect.ust.hk
>
parent
243eb919
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
docs/.nav.yml
docs/.nav.yml
+6
-5
docs/mkdocs/stylesheets/extra.css
docs/mkdocs/stylesheets/extra.css
+1
-1
No files found.
docs/.nav.yml
View file @
9553fdb4
...
...
@@ -18,7 +18,7 @@ nav:
-
Roadmap
:
https://roadmap.vllm.ai
-
Releases
:
https://github.com/vllm-project/vllm/releases
-
User Guide
:
-
usage/README.md
-
Summary
:
usage/README.md
-
General
:
-
usage/*
-
Inference and Serving
:
...
...
@@ -44,7 +44,7 @@ nav:
-
features/*
-
features/quantization
-
Developer Guide
:
-
contributing/README.md
-
Summary
:
contributing/README.md
-
General
:
-
glob
:
contributing/*
flatten_single_child_sections
:
true
...
...
@@ -53,9 +53,10 @@ nav:
-
V0
:
design
-
V1
:
design/v1
-
API Reference
:
-
api/README.md
-
glob
:
api/vllm/*
preserve_directory_names
:
true
-
Summary
:
api/README.md
-
Contents
:
-
glob
:
api/vllm/*
preserve_directory_names
:
true
-
Community
:
-
community/*
-
Blog
:
https://blog.vllm.ai
...
...
docs/mkdocs/stylesheets/extra.css
View file @
9553fdb4
...
...
@@ -5,7 +5,7 @@
}
/* 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
;
&[href^="//"]::after,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment