Skip to content

Commit 2f92b78

Browse files
committed
Test 1
1 parent 0221e80 commit 2f92b78

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

content/develop/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
---
22
title: Develop with Redis
33
description: Learn how to develop with Redis
4+
hideListLinks: true
45
linkTitle: Develop
56
---
7+
8+
| Try these commands | Redis Console (redis-cli) |
9+
|:----- |----- |
10+
| | {{< redis-cli >}}{{< /redis-cli >}} |

layouts/develop/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{{ define "main" }}
66
<main class="docs w-full max-w-[1920px] mx-auto px-5 flex flex-col md:flex-row overflow-hidden">
77
{{ partial "docs-nav.html" . }}
8-
<div class="py-12 md:pl-4 xl:px-16 overflow-hidden">
8+
<div class="w-full py-12 md:pl-4 xl:px-16 overflow-hidden">
99
{{ partial "breadcrumbs" . }}
1010
<section class="prose w-full py-12 max-w-none">
1111
<h1>

layouts/develop/single.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
{{ define "main" }}
66
<main class="docs w-full max-w-[1920px] mx-auto px-5 flex flex-col md:flex-row overflow-hidden">
77
{{ partial "docs-nav.html" . }}
8-
<div class="py-12 md:pl-4 xl:px-16 overflow-hidden">
8+
<div class="w-full py-12 md:pl-4 xl:px-16 overflow-hidden">
99
{{ partial "breadcrumbs" . }}
10-
<section class="prose w-full py-12">
10+
<section class="prose w-full py-12 max-w-none">
1111
<h1>
1212
{{ .Title }}</h1>
1313
{{ with .Params.description }}<p class="text-lg -mt-5 mb-10">{{ . | markdownify }}</p>{{ end }}

0 commit comments

Comments
 (0)