mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 15:13:55 +00:00
adding some js to detect current browser theme
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
19b5656083
commit
026ce73ef8
2 changed files with 10 additions and 0 deletions
|
|
@ -121,6 +121,7 @@ html_static_path = ["../_static"]
|
|||
|
||||
def setup(app):
|
||||
app.add_css_file("css/my_theme.css")
|
||||
app.add_js_file("js/detect_theme.js")
|
||||
|
||||
def dockerhub_role(name, rawtext, text, lineno, inliner, options={}, content=[]):
|
||||
url = f"https://hub.docker.com/r/llamastack/{text}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue