hugo-theme-relearn/layouts/shortcodes/swagger.html
2022-03-27 18:42:11 +02:00

17 lines
No EOL
411 B
HTML

{{- $original := .Get "src" }}
<rapi-doc
allow-spec-file-download="true"
d-bg-color=""
default-schema-tab="example"
layout="column"
d-primary-color=""
render-style="view"
schema-description-expanded="true"
schema-style="table"
show-header="false"
spec-url = "{{ $original | relURL }}"
sort-tags="true"
d-text-color=""
theme="light"
></rapi-doc>
{{- .Page.Store.Set "hasSwagger" true }}