diff --git a/docs/usage/installation.md b/docs/usage/installation.md index 2e97af2a..961835ce 100644 --- a/docs/usage/installation.md +++ b/docs/usage/installation.md @@ -87,11 +87,70 @@ For more information on controlling Swagger UI through the Docker image, see the ### unpkg -You can embed Swagger UI's code directly in your HTML by using unpkg's interface: +You can embed Swagger UI's code directly in your HTML by using [unpkg's](https://unpkg.com/) interface: ```html - - + + + + + + + SwaggerUI + + + +
+ + + + +``` + +Using `StandalonePreset` will render `TopBar` and `ValidatorBadge` as well. + +```html + + + + + + + SwaggerUI + + + +
+ + + + + ``` See [unpkg's main page](https://unpkg.com/) for more information on how to use unpkg.