-
Notifications
You must be signed in to change notification settings - Fork 209
Add Redis Insight SVG icons and download links across documentation (… #1649
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…OC-5293) - Create 5 new black and red duotone SVG icons for Redis Insight: - redisinsight-aws.svg (AWS installation) - redisinsight-desktop.svg (Desktop installation) - redisinsight-kubernetes.svg (Kubernetes installation) - redisinsight-docker.svg (Docker installation) - redisinsight-download.svg (Direct download) - Update installation pages with icon tables and download links: - /content/operate/redisinsight/install/_index.md (2x2 table with download link at top) - /content/develop/tools/insight/_index.md (single row table with 3 icons) - /content/operate/redisinsight/install/install-on-desktop.md (download link at top) - Add download links across multiple documentation sections: - /content/develop/_index.md (Redis Insight section text link) - /content/develop/tools/_index.md (Redis Insight section text link) - /content/operate/_index.md (Redis Insight table cell) - /content/operate/redisinsight/_index.md (download icon at top) - Create new integration page: /content/integrate/redisinsight/_index.md - Title: 'Redis Insight' - Type: 'integration' - Includes download icon and comprehensive feature overview All download links point to: https://redis.io/downloads/#:~:text=Redis-,Insight,-Download%20a%20powerful SVG icons use Redis brand colors (black #2C2C2C and red #DC382D) for consistency Resolves DOC-5293
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Several image issues.
- Move SVG icons outside of relref/markdown links to use separate <img> tags - Update installation table in operate/redisinsight/install/_index.md - Update installation table in develop/tools/insight/_index.md - Update download links in integrate/redisinsight/_index.md - Update download link in operate/redisinsight/_index.md - Add inline styling for proper icon display and spacing - Ensures SVG icons appear correctly in production builds Fixes image display issues in production environment
- Replace HTML <img> tags with {{<image filename=...>}} shortcode format - Update all installation tables to use proper Hugo shortcode syntax - Fix download links to use Hugo image shortcode followed by markdown link - Ensures proper image rendering in both local and production builds - Follows established pattern from AI project documentation Updated files: - content/operate/redisinsight/install/_index.md (installation table) - content/develop/tools/insight/_index.md (installation table) - content/integrate/redisinsight/_index.md (download link) - content/operate/redisinsight/_index.md (download link)
Co-authored-by: David Dougherty <[email protected]>
Co-authored-by: David Dougherty <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested a local relnotes link and corrected two K8s links.
Co-authored-by: David Dougherty <[email protected]>
Co-authored-by: David Dougherty <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Co-authored-by: Rachel Elledge <[email protected]>
Co-authored-by: Rachel Elledge <[email protected]>
Co-authored-by: Rachel Elledge <[email protected]>
Co-authored-by: Rachel Elledge <[email protected]>
Co-authored-by: Rachel Elledge <[email protected]>
Co-authored-by: Rachel Elledge <[email protected]>
Co-authored-by: Rachel Elledge <[email protected]>
Co-authored-by: Rachel Elledge <[email protected]>
…DOC-5293)
Create 5 new black and red duotone SVG icons for Redis Insight:
Update installation pages with icon tables and download links:
Add download links across multiple documentation sections:
Create new integration page: /content/integrate/redisinsight/_index.md
All download links point to: https://redis.io/downloads/#:~:text=Redis-,Insight,-Download%20a%20powerful SVG icons use Redis brand colors (black #2C2C2C and red #DC382D) for consistency
Resolves DOC-5293