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.
2 parents 18725fc + b60f60c commit 5a57082Copy full SHA for 5a57082
layouts/commands/list.html
@@ -120,6 +120,7 @@ <h1>Commands</h1>
120
{{ $pages = (where $pages ".Parent" "!=" nil) }}
121
{{ $pages = (where $pages "Parent.File.UniqueID" "==" $parent.File.UniqueID) }}
122
{{ $pages = (where $pages ".Params.hidden" "!=" true) }}
123
+ {{ $pages = (where $pages "Kind" "!=" "section") }}
124
<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">
125
{{ range $index, $page := $pages }}
126
<article
0 commit comments