mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-06-02 13:11:19 +08:00
[Doc] Use a different color for the announcement (#18616)
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
parent
5221815a00
commit
022d8abe29
4
docs/mkdocs/stylesheets/extra.css
Normal file
4
docs/mkdocs/stylesheets/extra.css
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
.md-banner {
|
||||||
|
background-color: var(--md-warning-bg-color);
|
||||||
|
color: var(--md-warning-fg-color);
|
||||||
|
}
|
||||||
@ -113,6 +113,9 @@ markdown_extensions:
|
|||||||
- mdx_math:
|
- mdx_math:
|
||||||
enable_dollar_delimiter: true
|
enable_dollar_delimiter: true
|
||||||
|
|
||||||
|
extra_css:
|
||||||
|
- mkdocs/stylesheets/extra.css
|
||||||
|
|
||||||
extra_javascript:
|
extra_javascript:
|
||||||
- mkdocs/javascript/run_llm_widget.js
|
- mkdocs/javascript/run_llm_widget.js
|
||||||
- https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML
|
- https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user