Skip to content

Commit 4771f27

Browse files
Fix SVG icons in production build by separating from relref links
- 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
1 parent 6746471 commit 4771f27

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

content/develop/tools/insight/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Redis Insight is a powerful tool for visualizing and optimizing data in Redis, m
2727

2828
| | | |
2929
|---|---|---|
30-
| [![Install](/images/redisinsight-desktop.svg)Installation guides]({{< relref "/operate/redisinsight/install" >}})<br/>See installation guides for all platforms | [![Download](/images/redisinsight-download.svg)Download Redis Insight](https://redis.io/downloads/#:~:text=Redis-,Insight,-Download%20a%20powerful)<br/>Download Redis Insight directly from redis.io | [![Release Notes](/images/redisinsight-aws.svg)Release Notes](https://github.com/Redis-Insight/Redis-Insight/releases)<br/>View Redis Insight release notes and changelog |
30+
| <a href="{{< relref "/operate/redisinsight/install" >}}"><img src="/images/redisinsight-desktop.svg" alt="Install" style="display: inline; margin-right: 8px;">Installation guides</a><br/>See installation guides for all platforms | <a href="https://redis.io/downloads/#:~:text=Redis-,Insight,-Download%20a%20powerful"><img src="/images/redisinsight-download.svg" alt="Download" style="display: inline; margin-right: 8px;">Download Redis Insight</a><br/>Download Redis Insight directly from redis.io | <a href="https://github.com/Redis-Insight/Redis-Insight/releases"><img src="/images/redisinsight-aws.svg" alt="Release Notes" style="display: inline; margin-right: 8px;">Release Notes</a><br/>View Redis Insight release notes and changelog |
3131

3232
## Overview
3333

content/integrate/redisinsight/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: integration
1515
weight: 1
1616
---
1717

18-
[![Download Redis Insight](/images/redisinsight-download.svg)Download Redis Insight](https://redis.io/downloads/#:~:text=Redis-,Insight,-Download%20a%20powerful)
18+
<a href="https://redis.io/downloads/#:~:text=Redis-,Insight,-Download%20a%20powerful"><img src="/images/redisinsight-download.svg" alt="Download Redis Insight" style="display: inline; margin-right: 8px;">Download Redis Insight</a>
1919

2020
Redis Insight is a powerful tool for visualizing and optimizing data in Redis, making real-time application development easier and more fun than ever before. Redis Insight lets you do both GUI- and CLI-based interactions in a fully-featured desktop GUI client.
2121

content/operate/redisinsight/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories:
99
weight: 50
1010
---
1111

12-
[Download Redis Insight](https://redis.io/downloads/#:~:text=Redis-,Insight,-Download%20a%20powerful)
12+
<a href="https://redis.io/downloads/#:~:text=Redis-,Insight,-Download%20a%20powerful"><img src="/images/redisinsight-download.svg" alt="Download Redis Insight" style="display: inline; margin-right: 8px;">Download Redis Insight</a>
1313

1414
For information on using Redis Insight, see [these pages]({{< relref "/develop/tools/insight" >}}).
1515

content/operate/redisinsight/install/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Learn how to install Redis Insight on your desktop, Amazon Web Services (AWS), D
1717

1818
| | |
1919
|---|---|
20-
| [![AWS](/images/redisinsight-aws.svg)Install on AWS]({{< relref "/operate/redisinsight/install/install-on-aws" >}})<br/>Install Redis Insight on Amazon Web Services | [![Desktop](/images/redisinsight-desktop.svg)Install on Desktop]({{< relref "/operate/redisinsight/install/install-on-desktop" >}})<br/>Install Redis Insight on Windows, macOS, or Linux desktop |
21-
| [![Kubernetes](/images/redisinsight-kubernetes.svg)Install on Kubernetes]({{< relref "/operate/redisinsight/install/install-on-kubernetes" >}})<br/>Install Redis Insight on Kubernetes clusters | [![Docker](/images/redisinsight-docker.svg)Install on Docker]({{< relref "/operate/redisinsight/install/install-on-docker" >}})<br/>Install Redis Insight using Docker containers |
20+
| <a href="{{< relref "/operate/redisinsight/install/install-on-aws" >}}"><img src="/images/redisinsight-aws.svg" alt="AWS" style="display: inline; margin-right: 8px;">Install on AWS</a><br/>Install Redis Insight on Amazon Web Services | <a href="{{< relref "/operate/redisinsight/install/install-on-desktop" >}}"><img src="/images/redisinsight-desktop.svg" alt="Desktop" style="display: inline; margin-right: 8px;">Install on Desktop</a><br/>Install Redis Insight on Windows, macOS, or Linux desktop |
21+
| <a href="{{< relref "/operate/redisinsight/install/install-on-kubernetes" >}}"><img src="/images/redisinsight-kubernetes.svg" alt="Kubernetes" style="display: inline; margin-right: 8px;">Install on Kubernetes</a><br/>Install Redis Insight on Kubernetes clusters | <a href="{{< relref "/operate/redisinsight/install/install-on-docker" >}}"><img src="/images/redisinsight-docker.svg" alt="Docker" style="display: inline; margin-right: 8px;">Install on Docker</a><br/>Install Redis Insight using Docker containers |

0 commit comments

Comments
 (0)