Skip to content

Commit 968fdda

Browse files
Merge pull request #2011 from redis/DOC-5608
update Redis Insight pages with consistent image-card layout
2 parents fe80b22 + 2521d25 commit 968fdda

File tree

4 files changed

+20
-10
lines changed

4 files changed

+20
-10
lines changed

content/develop/tools/insight/_index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ Redis Insight is a powerful tool for visualizing and optimizing data in Redis, m
2525

2626
### Installation and release notes
2727

28-
| | | |
29-
|---|---|---|
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/#insight)<br/>Download Redis Insight directly from redis.io | {{<image filename="images/redisinsight-aws.svg" alt="Release Notes Redis Insight icon.">}}[Release Notes]({{< relref "/develop/tools/insight/release-notes/" >}})<br/>View Redis Insight release notes and changelog |
28+
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 my-8">
29+
{{< image-card image="images/redisinsight-desktop.svg" alt="Install Redis Insight icon" title="Installation guides" url="/operate/redisinsight/install" description="See installation guides for all platforms" >}}
30+
{{< image-card image="images/redisinsight-download.svg" alt="Download Redis Insight icon" title="Download Redis Insight" url="https://redis.io/downloads/#insight" description="Download Redis Insight directly from redis.io" >}}
31+
{{< image-card image="images/redisinsight-aws.svg" alt="Release Notes Redis Insight icon" title="Release Notes" url="/develop/tools/insight/release-notes/" description="View Redis Insight release notes and changelog" >}}
32+
</div>
3133

3234
## Overview
3335

content/operate/redisinsight/_index.md

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

12-
{{<image filename="images/redisinsight-download.svg" alt="Download Redis Insight icon.">}}[Download Redis Insight](https://redis.io/downloads/#insight)
12+
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 my-8 max-w-2xl">
13+
{{< image-card image="images/redisinsight-download.svg" alt="Download Redis Insight icon" title="Download Redis Insight" url="https://redis.io/downloads/#insight" >}}
14+
</div>
1315

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

content/operate/redisinsight/install/_index.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@ weight: 3
1010
hideListLinks: true
1111
---
1212

13-
[Download Redis Insight](https://redis.io/downloads/#insight)
13+
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 my-8 max-w-2xl">
14+
{{< image-card image="images/redisinsight-download.svg" alt="Download Redis Insight icon" title="Download Redis Insight" url="https://redis.io/downloads/#insight" >}}
15+
</div>
1416

1517
## Installation options
1618
Learn how to install Redis Insight on your desktop, Amazon Web Services (AWS), Docker, and Kubernetes.
1719

18-
| | |
19-
|---|---|
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-k8s" >}})<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 |
20+
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 my-8">
21+
{{< image-card image="images/redisinsight-aws.svg" alt="AWS Redis Insight icon" title="Install on AWS" url="/operate/redisinsight/install/install-on-aws" description="Install Redis Insight on Amazon Web Services" >}}
22+
{{< image-card image="images/redisinsight-desktop.svg" alt="Desktop Redis Insight icon" title="Install on Desktop" url="/operate/redisinsight/install/install-on-desktop" description="Install Redis Insight on Windows, macOS, or Linux desktop" >}}
23+
{{< image-card image="images/redisinsight-kubernetes.svg" alt="Kubernetes Redis Insight icon" title="Install on Kubernetes" url="/operate/redisinsight/install/install-on-k8s" description="Install Redis Insight on Kubernetes clusters" >}}
24+
{{< image-card image="images/redisinsight-docker.svg" alt="Docker Redis Insight icon" title="Install on Docker" url="/operate/redisinsight/install/install-on-docker" description="Install Redis Insight using Docker containers" >}}
25+
</div>

content/operate/redisinsight/install/install-on-desktop.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ title: Install on desktop
99
weight: 1
1010
---
1111

12-
[Download Redis Insight](https://redis.io/downloads/#insight)
12+
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 my-8 max-w-2xl">
13+
{{< image-card image="images/redisinsight-download.svg" alt="Download Redis Insight icon" title="Download Redis Insight" url="https://redis.io/downloads/#insight" >}}
14+
</div>
1315

1416
## Supported operating systems
1517

0 commit comments

Comments
 (0)