Skip to content

Commit 4eaeb1d

Browse files
committed
Promote CLI annotations on reference tables
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent a6f7862 commit 4eaeb1d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

layouts/_default/single.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ <h1 class="fw-bold">{{ .Params.keyword }}</h1>
177177
{{ if isset .Params "annotation" }}
178178
{{ partial "instance-badges.html" (dict "types" .Params.annotation.kind) }}
179179
<small>{{ .Params.annotation.description }}</small>
180+
<small class="d-block mt-2 pt-1 border-top"><b>Hint:</b> You can use the <a href="https://github.com/sourcemeta/jsonschema/blob/main/docs/validate.markdown"><code>jsonschema validate</code></a> command to collect annotations from the command-line</small>
180181
{{ else }}
181182
<small>None</small>
182183
{{ end }}

0 commit comments

Comments
 (0)