Skip to content

Commit d3fba31

Browse files
committed
Test 5
1 parent b7c6656 commit d3fba31

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

content/develop/_index.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,3 @@ linkTitle: Develop
66
---
77

88
The rest of the landing page.
9-
10-
{{% redis-cli %}}
11-
SET mykey "Hello"
12-
GET mykey
13-
14-
SET anotherkey "will expire in a minute" EX 60
15-
{{% /redis-cli %}}

layouts/develop/list.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ <h1>
4545
</thead>
4646
<tbody>
4747
<tr>
48-
<td class="align-top p-4">
48+
<td class="align-top p-4 w-[40%]">
4949
<p>PING</p>
5050
<p>HSET user:1 name antirez vocation artist</p>
5151
<p>SET e 2.71</p>
5252
<p>INCRBYFLOAT e 0.43</p>
5353
<p>RENAME e pi</p>
5454
</td>
55-
<td class="align-top p-4">
56-
<div class="bg-slate-900 rounded-xl shadow-lg shadow-slate-900/10">
55+
<td class="align-top p-4 w-[60%]">
56+
<div class="bg-slate-900 rounded-xl shadow-lg shadow-slate-900/10 h-60 overflow-y-auto">
5757
<div class="border-b border-slate-700 rounded-t-xl px-4 py-3 w-full flex">
5858
{{ partial "icons/cli-circle" (dict "class" "shrink-0 h-[1.0625rem] w-[1.0625rem] fill-slate-50") }}
5959
{{ partial "icons/cli-triangle" (dict "class" "shrink-0 h-[1.0625rem] w-[1.0625rem] fill-slate-50") }}
@@ -62,10 +62,6 @@ <h1>
6262
<form class="redis-cli" typewriter>
6363
<pre tabindex="0" class="whitespace-pre">
6464
PING
65-
HSET user:1 name antirez vocation artist
66-
SET e 2.71
67-
INCRBYFLOAT e 0.43
68-
RENAME e pi
6965
</pre>
7066
</form>
7167
</div>

0 commit comments

Comments
 (0)