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
022d8abe
Unverified
Commit
022d8abe
authored
May 23, 2025
by
Cyrus Leung
Committed by
GitHub
May 23, 2025
Browse files
[Doc] Use a different color for the announcement (#18616)
Signed-off-by:
DarkLight1337
<
tlleungac@connect.ust.hk
>
parent
5221815a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
docs/mkdocs/stylesheets/extra.css
docs/mkdocs/stylesheets/extra.css
+4
-0
mkdocs.yaml
mkdocs.yaml
+3
-0
No files found.
docs/mkdocs/stylesheets/extra.css
0 → 100644
View file @
022d8abe
.md-banner
{
background-color
:
var
(
--md-warning-bg-color
);
color
:
var
(
--md-warning-fg-color
);
}
mkdocs.yaml
View file @
022d8abe
...
@@ -113,6 +113,9 @@ markdown_extensions:
...
@@ -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
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