hugo-theme-relearn/layouts/partials/shortcodes/swagger.html
2023-06-09 23:42:03 +02:00

6 lines
No EOL
283 B
HTML

{{ 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
) }}