mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Convert docs to docsy
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{{ with .Parent }}
|
||||
{{ $id := $.Get "id" | default (printf "td-block-%d" ( add .Ordinal 1 )) }}
|
||||
{{ $color := $.Get "color" | default "blue" }}
|
||||
<a class="btn btn-link text-{{ $color }}" href="#{{ $id }}"><i class="fa fa-chevron-circle-down" style="font-size: 400%"></i></a>
|
||||
{{ else }}
|
||||
{{ errorf "The link-down shortcode is supposed to be nested inside a shortcode"}}
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user