We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9ee234 + 1613455 commit 9147d2eCopy full SHA for 9147d2e
docs/usage/installation.md
@@ -49,7 +49,7 @@ const ui = SwaggerUIBundle({
49
presets: [
50
SwaggerUIBundle.presets.apis,
51
SwaggerUIBundle.SwaggerUIStandalonePreset
52
- ]
+ ],
53
layout: "StandaloneLayout"
54
})
55
```
@@ -86,7 +86,7 @@ This will serve Swagger UI at `/swagger` instead of `/`.
86
You can embed Swagger-UI's code directly in your HTML by using unkpg's interface:
87
88
```html
89
-<script src="//unpkg.com/swagger-ui-dist@3/swagger-ui-bundle.js">
+<script src="//unpkg.com/swagger-ui-dist@3/swagger-ui-bundle.js"></script>
90
<!-- `SwaggerUIBundle` is now available on the page -->
91
92
0 commit comments