hugo-theme-relearn/layouts/partials/shortcodes/swagger.html

6 lines
194 B
HTML
Raw Normal View History

{{ warnf "DEPRECATED: Use shortcode openapi instead of swagger in %q" .context.File.Path }}
{{- partial "shortcodes/openapi.html" (dict
"context" .context
"src" .src
"id" .id
) }}