Skip to content

Commit 02e9470

Browse files
author
Sam Partee
authored
Documentation Update (#23)
Simple docs update
1 parent ff083c7 commit 02e9470

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

docs/_static/css/custom.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.logo__image {
2+
transform: scale(.7);
3+
}
Lines changed: 1 addition & 0 deletions
Loading

docs/conf.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@
7272
html_context = {
7373
"default_mode": "dark"
7474
}
75-
75+
html_logo = "_static/redis-cube-red-white-rgb.svg"
76+
html_favicon = "_static/redis-cube-red-white-rgb.svg"
7677
html_context = {
7778
"github_user": "RedisVentures",
7879
"github_repo": "RedisVL",
@@ -85,6 +86,11 @@
8586
myst_heading_anchors = 2
8687

8788
html_theme_options = {
89+
"logo": {
90+
"text": "RedisVL",
91+
"image_dark": "_static/redis-cube-red-white-rgb.svg",
92+
"alt_text": "RedisVL",
93+
},
8894
"use_edit_page_button": True,
8995
"show_toc_level": 1,
9096
"navbar_align": "left", # [left, content, right] For testing that the navbar items align properly

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ myst:
44
"description lang=en": |
55
Top-level documentation for RedisVL, with links to the rest
66
of the site..
7-
html_theme.sidebar_secondary.remove: true
7+
html_theme.sidebar_secondary.remove: false
88
---
99

1010
# Redis Vector Library (RedisVL)

0 commit comments

Comments
 (0)