mirror of https://github.com/docker/docs.git
hugo: do not render hidden cli options
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
622e8d99ee
commit
15485594b4
|
@ -102,7 +102,7 @@
|
|||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{{ range . }}
|
||||
{{ range where . "hidden" false }}
|
||||
<tr>
|
||||
<td>{{ with .option }}<code>--{{ . }}</code>{{ end }}</td>
|
||||
<td>{{ with .shorthand }}<code>-{{ . }}</code>{{ end }}</td>
|
||||
|
|
Loading…
Reference in New Issue