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

6 lines
283 B
HTML
Raw Normal View History

2023-06-09 21:42:03 +00:00
{{ 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
) }}