Conversation
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 67e8114. Configure here.
| - you want to reuse an existing Redis index without rebuilding retrieval logic in every client | ||
|
|
||
| For setup steps, config, commands, and examples, see [Run RedisVL MCP](../user_guide/how_to_guides/mcp.md). | ||
| For setup steps, config, commands, and examples, see [Run RedisVL MCP]({{< relref "../user_guide/how_to_guides/mcp" >}}). |
There was a problem hiding this comment.
Broken relref link to nonexistent MCP page
High Severity
The relref to "../user_guide/how_to_guides/mcp" points to a page that doesn't exist — the how_to_guides directory has no mcp.md file (or any content files at all). Converting the old plain markdown link to a Hugo relref shortcode means this will now cause a Hugo build failure, rather than just producing a 404 at runtime.
Reviewed by Cursor Bugbot for commit 67e8114. Configure here.


update for redisvl 0.18.0
Note
Low Risk
Low risk documentation-only changes; main risk is broken navigation if any
relreftargets or renamed user guide slugs don’t exist at build time.Overview
Updates RedisVL concept/user-guide docs to use Hugo shortcodes: replaces the architecture diagram markdown image with
{{< image >}}and adds the diagram SVG understatic/images/redisvl.Converts many relative markdown links (concepts, API refs, and user guide pages) to
{{< relref >}}and switches user-guide references from numbered filenames (e.g.01_getting_started.md) to slug-based paths (e.g.getting_started).Reviewed by Cursor Bugbot for commit 67e8114. Bugbot is set up for automated code reviews on this repo. Configure here.