Skip to content

Commit f4104e5

Browse files
committed
Apply review comments
1 parent c4e60da commit f4104e5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

content/develop/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: Develop with Redis
33
description: Learn how to develop with Redis
4-
hideListLinks: true
54
linkTitle: Develop
65
---
76

8-
The rest of the landing page.
7+
Explore the pages below to learn more about developing with Redis Open Source.

layouts/develop/list.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,13 @@ <h1>
4646
</thead>
4747
<tbody>
4848
<tr class="flex flex-col md:table-row">
49-
<td class="align-top p-4 w-full md:w-[40%]">
50-
<p>PING</p>
51-
<p>HSET user:1 name antirez vocation artist</p>
52-
<p>SET e 2.71</p>
53-
<p>INCRBYFLOAT e 0.43</p>
54-
<p>RENAME e pi</p>
49+
<td class="align-top p-4 w-full md:w-[40%] text-sm font-mono">
50+
<p><code><a href="/commands/ping">PING</a></code></br>
51+
<code><a href="/commands/hset">HSET</a> user:1 name antirez vocation artist</code></br>
52+
<code><a href="/commands/hgetall">HGETALL</a> user:1</code></br>
53+
<code><a href="/commands/set">SET</a> e 2.71</code></br>
54+
<code><a href="/commands/incrbyfloat">INCRBYFLOAT</a> e 0.43</code></br>
55+
<code><a href="/commands/rename">RENAME</a> e pi</code></p>
5556
</td>
5657
<td class="align-top p-4 w-full md:w-[60%]">
5758
<div class="bg-slate-900 rounded-xl shadow-lg shadow-slate-900/10 h-60 overflow-y-auto">

0 commit comments

Comments
 (0)