We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac9ba5 commit 9badc0bCopy full SHA for 9badc0b
content/develop/_index.md
@@ -2,8 +2,8 @@
2
title: Develop with Redis
3
description: Learn how to develop with Redis
4
linkTitle: Develop
5
-layout: list-landing
6
hideListLinks: true
+hideTOC: true
7
---
8
9
Get a Redis server running in minutes with a free trial of
layouts/develop/list-landing.html
layouts/develop/list.html
@@ -92,6 +92,8 @@ <h1>
92
{{ partial "feedback.html" . }}
93
</section>
94
</div>
95
- {{ partial "docs-toc.html" . }}
+ {{ if not .Params.hideTOC }}
96
+ {{ partial "docs-toc.html" . }}
97
+ {{ end }}
98
</main>
99
{{ end }}
0 commit comments