From 1b14c14fda363763d6341fb94847eb4e38bb8ce0 Mon Sep 17 00:00:00 2001 From: wing328 Date: Sun, 7 Jul 2019 14:52:49 +0000 Subject: [PATCH] Deploy website Deploy website version based on 51e7005373fdb55daa1c253f36fb6267a64a7bf7 --- docs/online.html | 6 ++---- docs/online/index.html | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/online.html b/docs/online.html index 5a406b182f2..decfc403349 100644 --- a/docs/online.html +++ b/docs/online.html @@ -79,9 +79,7 @@

The openapi-generator-online Docker image can act as a self-hosted web application and API for generating code. This container can be incorporated into a CI pipeline, and requires at least two HTTP requests and some docker orchestration to access generated code.

Example usage:

# Start container at port 8888 and save the container id
-CID=$(docker run -d -p 8888:8080 \
-        -e GENERATOR_HOST=http://localhost:8888 \
-        openapitools/openapi-generator-online)
+CID=$(docker run -d -p 8888:8080 openapitools/openapi-generator-online)
 
 # allow for startup
 sleep 10
@@ -177,4 +175,4 @@ mvn spring-boot:run
   }
 }
 
-
Last updated on 2019-6-25
PluginsUsage
\ No newline at end of file +
Last updated on 2019-7-7
PluginsUsage
\ No newline at end of file diff --git a/docs/online/index.html b/docs/online/index.html index 5a406b182f2..decfc403349 100644 --- a/docs/online/index.html +++ b/docs/online/index.html @@ -79,9 +79,7 @@

The openapi-generator-online Docker image can act as a self-hosted web application and API for generating code. This container can be incorporated into a CI pipeline, and requires at least two HTTP requests and some docker orchestration to access generated code.

Example usage:

# Start container at port 8888 and save the container id
-CID=$(docker run -d -p 8888:8080 \
-        -e GENERATOR_HOST=http://localhost:8888 \
-        openapitools/openapi-generator-online)
+CID=$(docker run -d -p 8888:8080 openapitools/openapi-generator-online)
 
 # allow for startup
 sleep 10
@@ -177,4 +175,4 @@ mvn spring-boot:run
   }
 }
 
-
Last updated on 2019-6-25
PluginsUsage
\ No newline at end of file +
Last updated on 2019-7-7
PluginsUsage
\ No newline at end of file