Back to Skaffold

Page Meta Links

docs-v2/layouts/partials/page-meta-links.html

2.19.0596 B
Original Source

{{ if .Path }} {{ $gh_repo := ($.Param "github_repo") }} {{ if $gh_repo }}

{{ $editURL := printf "%s/edit/main/docs-v2/content/%s/%s" $gh_repo ($.Site.Language.Lang) .Path }} {{ $issuesURL := printf "%s/issues/new?title=%s" $gh_repo (htmlEscape $.Title )}} {{ T "post_edit_this" }}{{ T "post_create_issue" }} {{ if in .Permalink "/docs/references/yaml"}}

Schema Versions

{{ range (readDir "/content/en/schemas") }} {{ if strings.HasSuffix .Name ".json"}} - {{ trim .Name ".json" }} {{ end }} {{ end }} {{ end }} {{ end }} {{ end }}