Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.logo__image {
transform: scale(.7);
}
1 change: 1 addition & 0 deletions docs/_static/redis-cube-red-white-rgb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
html_context = {
"default_mode": "dark"
}

html_logo = "_static/redis-cube-red-white-rgb.svg"
html_favicon = "_static/redis-cube-red-white-rgb.svg"
html_context = {
"github_user": "RedisVentures",
"github_repo": "RedisVL",
Expand All @@ -85,6 +86,11 @@
myst_heading_anchors = 2

html_theme_options = {
"logo": {
"text": "RedisVL",
"image_dark": "_static/redis-cube-red-white-rgb.svg",
"alt_text": "RedisVL",
},
"use_edit_page_button": True,
"show_toc_level": 1,
"navbar_align": "left", # [left, content, right] For testing that the navbar items align properly
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ myst:
"description lang=en": |
Top-level documentation for RedisVL, with links to the rest
of the site..
html_theme.sidebar_secondary.remove: true
html_theme.sidebar_secondary.remove: false
---

# Redis Vector Library (RedisVL)
Expand Down