6 lines
283 B
HTML
6 lines
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
|
||
|
) }}
|