Skip to content

Commit

Permalink
more docs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerhutcherson committed Jan 8, 2025
1 parent 72c3c8e commit a7fe35d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@
"github_version": "main",
"doc_path": "docs",
}

html_sidebars = {
'examples': []
}

# This allows us to use ::: to denote directives, useful for admonitions
myst_enable_extensions = ["colon_fence"]
Expand Down
10 changes: 8 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ html_theme.sidebar_secondary.remove: false

# Redis Vector Library (RedisVL)

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!
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.

```{gallery-grid}
:grid-columns: 1 2 2 3
Expand Down Expand Up @@ -54,7 +54,13 @@ This will also spin up the [Redis Insight GUI](https://redis.com/redis-enterpris
:maxdepth: 2
Overview <overview/index>
API <api/index>
User Guides <user_guide/index>
Example Gallery <examples/index>
API <api/index>
```

```{toctree}
:hidden:
Changelog <https://github.com/redis/redis-vl-python/releases>
```
1 change: 1 addition & 0 deletions docs/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ myst:


```{toctree}
:caption: Overview
:maxdepth: 2
installation
Expand Down

0 comments on commit a7fe35d

Please sign in to comment.