File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11---
22title : Develop with Redis
33description : Learn how to develop with Redis
4+ hideListLinks : true
45linkTitle : Develop
56---
7+
8+ | Try these commands | Redis Console (redis-cli) |
9+ | :----- | ----- |
10+ | | {{< redis-cli >}}{{< /redis-cli >}} |
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments