mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Convert docs to docsy
This commit is contained in:
16
site/themes/docsy/layouts/shortcodes/swaggerui.html
Normal file
16
site/themes/docsy/layouts/shortcodes/swaggerui.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{{ $original := .Get "src" }}
|
||||
<div id="ohpen_swagger_ui"></div>
|
||||
<script>
|
||||
window.onload = function() {
|
||||
const ui = SwaggerUIBundle({
|
||||
url: {{ $original }},
|
||||
dom_id: '#ohpen_swagger_ui',
|
||||
presets: [
|
||||
SwaggerUIBundle.presets.apis,
|
||||
SwaggerUIStandalonePreset
|
||||
]
|
||||
})
|
||||
|
||||
window.ui = ui
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user