From 28444c41face2b91ba06d0d2c043f39dc6b54dd9 Mon Sep 17 00:00:00 2001 From: Dina Berry Date: Thu, 20 Dec 2018 07:55:38 -0800 Subject: [PATCH] Public issue #4976 --- docs/usage/installation.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/usage/installation.md b/docs/usage/installation.md index 967a1495f1c..1753d7885b7 100644 --- a/docs/usage/installation.md +++ b/docs/usage/installation.md @@ -83,7 +83,7 @@ This will serve Swagger UI at `/swagger` instead of `/`. For more information on controlling Swagger UI through the Docker image, see the Docker section of the [Configuration documentation](configuration.md#docker). -### unpkg +### unpkg You can embed Swagger-UI's code directly in your HTML by using unpkg's interface: @@ -93,3 +93,7 @@ You can embed Swagger-UI's code directly in your HTML by using unpkg's interface ``` See [unpkg's main page](https://unpkg.com/) for more information on how to use unpkg. + +### Static files without HTTP or HTML + +Once swagger-ui has successfully generated the `/dist` directory, you can copy this to your own file system and host from there. \ No newline at end of file