Skip to content

Commit d8ace76

Browse files
more docs updates
1 parent a921c03 commit d8ace76

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

docs/conf.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@
8585
"github_version": "main",
8686
"doc_path": "docs",
8787
}
88-
88+
html_sidebars = {
89+
'examples': []
90+
}
8991

9092
# This allows us to use ::: to denote directives, useful for admonitions
9193
myst_enable_extensions = ["colon_fence"]

docs/index.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ html_theme.sidebar_secondary.remove: false
99

1010
# Redis Vector Library (RedisVL)
1111

12-
RedisVL provides a powerful, dedicated Python client library for using Redis as a [Vector Database](https://redis.com/solutions/use-cases/vector-database). Leverage the speed and reliability of Redis along with vector-based semantic search capabilities to supercharge your application!
12+
A powerful, AI-native Python client library for [Redis](https://redis.io). Leverage the speed, flexibility, and reliability of Redis for real-time data to supercharge your AI application.
1313

1414
```{gallery-grid}
1515
:grid-columns: 1 2 2 3
@@ -54,7 +54,13 @@ This will also spin up the [Redis Insight GUI](https://redis.com/redis-enterpris
5454
:maxdepth: 2
5555
5656
Overview <overview/index>
57+
API <api/index>
5758
User Guides <user_guide/index>
5859
Example Gallery <examples/index>
59-
API <api/index>
60+
```
61+
62+
```{toctree}
63+
:hidden:
64+
65+
Changelog <https://github.com/redis/redis-vl-python/releases>
6066
```

docs/overview/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ myst:
99

1010

1111
```{toctree}
12+
:caption: Overview
1213
:maxdepth: 2
1314
1415
installation

0 commit comments

Comments
 (0)