diff --git a/docs/conf.py b/docs/conf.py index ba006ade..2ea51882 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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"] diff --git a/docs/index.md b/docs/index.md index db2d3a2b..c39a2faa 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 @@ -54,7 +54,13 @@ This will also spin up the [Redis Insight GUI](https://redis.com/redis-enterpris :maxdepth: 2 Overview +API User Guides Example Gallery -API +``` + +```{toctree} +:hidden: + +Changelog ``` diff --git a/docs/overview/index.md b/docs/overview/index.md index a4d290cd..4bbbb2a8 100644 --- a/docs/overview/index.md +++ b/docs/overview/index.md @@ -9,6 +9,7 @@ myst: ```{toctree} +:caption: Overview :maxdepth: 2 installation