Skip to content

Commit 6e462d2

Browse files
committed
Switch Redis catalog icon to the official Red wordmark SVG
The page previously used the Redis org GitHub avatar PNG (460x460, cube mark). Swap to `Redis_Logo_Red_RGB.svg` from the official Redis brand kit (sourced via redis/redis-vl-python), matching the logo used in the adk-redis README hero. SVG is acceptable for catalog assets (see goodmem.svg precedent). Note: this asset is a wordmark (viewBox ~500x156), wider than peer catalog cards which are mostly square. If it renders awkwardly on the catalog grid, swap back to a square cube-mark variant. - Add `docs/integrations/assets/redis.svg`. - Update `catalog_icon` in `redis.md` frontmatter. - Drop `docs/integrations/assets/redis.png`. Verified with `mkdocs build --strict`.
1 parent 13ecf2e commit 6e462d2

3 files changed

Lines changed: 67 additions & 1 deletion

File tree

docs/integrations/assets/redis.png

-8.99 KB
Binary file not shown.

docs/integrations/assets/redis.svg

Lines changed: 66 additions & 0 deletions
Loading

docs/integrations/redis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
catalog_title: Redis
33
catalog_description: Vector, hybrid, and SQL search plus session, memory, and semantic cache for agents
4-
catalog_icon: /integrations/assets/redis.png
4+
catalog_icon: /integrations/assets/redis.svg
55
catalog_tags: ["data","mcp"]
66
---
77

0 commit comments

Comments
 (0)