(docs): horizontal nav bar

This commit is contained in:
Alexey Rybak 2025-09-10 12:03:20 -07:00
parent 35c2817d0a
commit e6d382dd0e
3 changed files with 146 additions and 0 deletions

View file

@ -120,6 +120,7 @@ html_static_path = ["../_static"]
def setup(app):
app.add_css_file("css/my_theme.css")
app.add_js_file("js/detect_theme.js")
app.add_js_file("js/horizontal_nav.js")
def dockerhub_role(name, rawtext, text, lineno, inliner, options={}, content=[]):
url = f"https://hub.docker.com/r/llamastack/{text}"