backy/docs/themes/hugo-theme-relearn/layouts/partials/shortcodes/swagger.html

6 lines
283 B
HTML
Raw Normal View History

{{ warnf "%q: DEPRECATED shortcode `swagger`found, use `openapi` instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/migration/#5130-2023-05-17" .context.File.Path }}
{{- partial "shortcodes/openapi.html" (dict
"context" .context
"src" .src
"id" .id
) }}