Skip to content

Commit fb7c62e

Browse files
Use Hugo image shortcode for SVG icons instead of HTML tags
- 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)
1 parent 4771f27 commit fb7c62e

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-
| <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 |
30+
| {{<image filename="images/redisinsight-desktop.svg" alt="Install Redis Insight icon.">}}[Installation guides]({{< relref "/operate/redisinsight/install" >}})<br/>See installation guides for all platforms | {{<image filename="images/redisinsight-download.svg" alt="Download Redis Insight icon.">}}[Download Redis Insight](https://redis.io/downloads/#:~:text=Redis-,Insight,-Download%20a%20powerful)<br/>Download Redis Insight directly from redis.io | {{<image filename="images/redisinsight-aws.svg" alt="Release Notes Redis Insight icon.">}}[Release Notes](https://github.com/Redis-Insight/Redis-Insight/releases)<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-
<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>
18+
{{<image filename="images/redisinsight-download.svg" alt="Download Redis Insight icon.">}}[Download Redis Insight](https://redis.io/downloads/#:~:text=Redis-,Insight,-Download%20a%20powerful)
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-
<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>
12+
{{<image filename="images/redisinsight-download.svg" alt="Download Redis Insight icon.">}}[Download Redis Insight](https://redis.io/downloads/#:~:text=Redis-,Insight,-Download%20a%20powerful)
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-
| <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 |
20+
| {{<image filename="images/redisinsight-aws.svg" alt="AWS Redis Insight icon.">}}[Install on AWS]({{< relref "/operate/redisinsight/install/install-on-aws" >}})<br/>Install Redis Insight on Amazon Web Services | {{<image filename="images/redisinsight-desktop.svg" alt="Desktop Redis Insight icon.">}}[Install on Desktop]({{< relref "/operate/redisinsight/install/install-on-desktop" >}})<br/>Install Redis Insight on Windows, macOS, or Linux desktop |
21+
| {{<image filename="images/redisinsight-kubernetes.svg" alt="Kubernetes Redis Insight icon.">}}[Install on Kubernetes]({{< relref "/operate/redisinsight/install/install-on-kubernetes" >}})<br/>Install Redis Insight on Kubernetes clusters | {{<image filename="images/redisinsight-docker.svg" alt="Docker Redis Insight icon.">}}[Install on Docker]({{< relref "/operate/redisinsight/install/install-on-docker" >}})<br/>Install Redis Insight using Docker containers |

0 commit comments

Comments
 (0)