Skip to content

Commit 5a57082

Browse files
Merge pull request #582 from redis/DOC-4163-spurious-commands-tile
DOC-4163 removed Commands tile from home page
2 parents 18725fc + b60f60c commit 5a57082

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

layouts/commands/list.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ <h1>Commands</h1>
120120
{{ $pages = (where $pages ".Parent" "!=" nil) }}
121121
{{ $pages = (where $pages "Parent.File.UniqueID" "==" $parent.File.UniqueID) }}
122122
{{ $pages = (where $pages ".Params.hidden" "!=" true) }}
123+
{{ $pages = (where $pages "Kind" "!=" "section") }}
123124
<div id="commands-grid" class="flex flex-col md:grid grid-cols-[repeat(auto-fit,minmax(18rem,1fr))] gap-4 text-redis-ink-900 mx-auto">
124125
{{ range $index, $page := $pages }}
125126
<article

0 commit comments

Comments
 (0)