Skip to content

Commit 9badc0b

Browse files
DOC-5131 removed extra layout page, as suggested in feedback
1 parent 8ac9ba5 commit 9badc0b

File tree

3 files changed

+4
-98
lines changed

3 files changed

+4
-98
lines changed

content/develop/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Develop with Redis
33
description: Learn how to develop with Redis
44
linkTitle: Develop
5-
layout: list-landing
65
hideListLinks: true
6+
hideTOC: true
77
---
88

99
Get a Redis server running in minutes with a free trial of

layouts/develop/list-landing.html

Lines changed: 0 additions & 96 deletions
This file was deleted.

layouts/develop/list.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ <h1>
9292
{{ partial "feedback.html" . }}
9393
</section>
9494
</div>
95-
{{ partial "docs-toc.html" . }}
95+
{{ if not .Params.hideTOC }}
96+
{{ partial "docs-toc.html" . }}
97+
{{ end }}
9698
</main>
9799
{{ end }}

0 commit comments

Comments
 (0)