mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
ff8f9582a0
- print support - use thems styles for swagger - docs
15 lines
No EOL
383 B
HTML
15 lines
No EOL
383 B
HTML
{{- $original := .Get "src" }}
|
|
<rapi-doc
|
|
allow-spec-file-download="true"
|
|
default-schema-tab="example"
|
|
font-size="largest"
|
|
layout="column"
|
|
load-fonts="false"
|
|
render-style="view"
|
|
schema-description-expanded="true"
|
|
schema-style="table"
|
|
show-header="false"
|
|
spec-url = "{{ $original | relURL }}"
|
|
sort-tags="true"
|
|
></rapi-doc>
|
|
{{- .Page.Store.Set "hasSwagger" true }} |