From 450c0a5cbe92d0aa757a55a257ffbfd92e4f8df0 Mon Sep 17 00:00:00 2001 From: wing328 Date: Sat, 1 Feb 2020 09:36:45 +0000 Subject: [PATCH] Deploy website Deploy website version based on c8cd255ad31a704615640c9ecea87950578210bf --- docs/contributing.html | 2 +- docs/contributing/index.html | 2 +- docs/installation.html | 10 +++++----- docs/installation/index.html | 10 +++++----- en/index.html | 2 +- index.html | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/contributing.html b/docs/contributing.html index 419baed569a..c06b9226288 100644 --- a/docs/contributing.html +++ b/docs/contributing.html @@ -160,4 +160,4 @@
  • To close an issue (e.g. issue 1542) automatically after a PR is merged, use keywords "fix", "close", "resolve" in the PR description, e.g. fix #1542. (Ref: closing issues using keywords)
  • -
    Last updated on 1/13/2020
    Workflow IntegrationsCode of Conduct
    \ No newline at end of file +
    Last updated on 12/9/2019
    Workflow IntegrationsCode of Conduct
    \ No newline at end of file diff --git a/docs/contributing/index.html b/docs/contributing/index.html index 419baed569a..c06b9226288 100644 --- a/docs/contributing/index.html +++ b/docs/contributing/index.html @@ -160,4 +160,4 @@
  • To close an issue (e.g. issue 1542) automatically after a PR is merged, use keywords "fix", "close", "resolve" in the PR description, e.g. fix #1542. (Ref: closing issues using keywords)
  • -
    Last updated on 1/13/2020
    Workflow IntegrationsCode of Conduct
    \ No newline at end of file +
    Last updated on 12/9/2019
    Workflow IntegrationsCode of Conduct
    \ No newline at end of file diff --git a/docs/installation.html b/docs/installation.html index 271a5f11540..1a55026ef48 100644 --- a/docs/installation.html +++ b/docs/installation.html @@ -82,7 +82,7 @@ Installing OpenAPI Generator's CLI tool allows users to generate all available g

    To install a specific version of the tool, pass the version during installation:

    ```bash -npm install @openapitools/openapi-generator-cli@cli-4.2.2 -g +npm install @openapitools/openapi-generator-cli@cli-4.2.3 -g ``` To install the tool as a dev dependency in your current project: @@ -124,12 +124,12 @@ You'll then need to output the generated code to this mapped volume. Everything If you're looking for the latest stable version, you can grab it directly from Maven.org (Java 8 runtime at a minimum): -

    JAR location: https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/4.2.2/openapi-generator-cli-4.2.2.jar

    +

    JAR location: https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/4.2.3/openapi-generator-cli-4.2.3.jar

    For Mac/Linux users:

    -
    wget https//repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/4.2.2/openapi-generator-cli-4.2.2.jar -O openapi-generator-cli.jar
    +
    wget https//repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/4.2.3/openapi-generator-cli-4.2.3.jar -O openapi-generator-cli.jar
     

    For Windows users, you will need to install wget or you can use Invoke-WebRequest in PowerShell (3.0+), e.g.

    -
    Invoke-WebRequest -OutFile openapi-generator-cli.jar https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/4.2.2/openapi-generator-cli-4.2.2.jar
    +
    Invoke-WebRequest -OutFile openapi-generator-cli.jar https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/4.2.3/openapi-generator-cli-4.2.3.jar
     

    After downloading the JAR, run java -jar openapi-generator-cli.jar help to show the usage.

    @@ -172,4 +172,4 @@ openapi-generator-cli version # is also 3.0.2 source ~/.bashrc openapi-generator-cli version # is always 3.0.2, unless any of the above overrides are done ad hoc
    -
    Last updated on 1/19/2020
    \ No newline at end of file +
    Last updated on 2/1/2020
    \ No newline at end of file diff --git a/docs/installation/index.html b/docs/installation/index.html index 271a5f11540..1a55026ef48 100644 --- a/docs/installation/index.html +++ b/docs/installation/index.html @@ -82,7 +82,7 @@ Installing OpenAPI Generator's CLI tool allows users to generate all available g

    To install a specific version of the tool, pass the version during installation:

    ```bash -npm install @openapitools/openapi-generator-cli@cli-4.2.2 -g +npm install @openapitools/openapi-generator-cli@cli-4.2.3 -g ``` To install the tool as a dev dependency in your current project: @@ -124,12 +124,12 @@ You'll then need to output the generated code to this mapped volume. Everything If you're looking for the latest stable version, you can grab it directly from Maven.org (Java 8 runtime at a minimum): -

    JAR location: https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/4.2.2/openapi-generator-cli-4.2.2.jar

    +

    JAR location: https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/4.2.3/openapi-generator-cli-4.2.3.jar

    For Mac/Linux users:

    -
    wget https//repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/4.2.2/openapi-generator-cli-4.2.2.jar -O openapi-generator-cli.jar
    +
    wget https//repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/4.2.3/openapi-generator-cli-4.2.3.jar -O openapi-generator-cli.jar
     

    For Windows users, you will need to install wget or you can use Invoke-WebRequest in PowerShell (3.0+), e.g.

    -
    Invoke-WebRequest -OutFile openapi-generator-cli.jar https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/4.2.2/openapi-generator-cli-4.2.2.jar
    +
    Invoke-WebRequest -OutFile openapi-generator-cli.jar https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/4.2.3/openapi-generator-cli-4.2.3.jar
     

    After downloading the JAR, run java -jar openapi-generator-cli.jar help to show the usage.

    @@ -172,4 +172,4 @@ openapi-generator-cli version # is also 3.0.2 source ~/.bashrc openapi-generator-cli version # is always 3.0.2, unless any of the above overrides are done ad hoc
    -
    Last updated on 1/19/2020
    \ No newline at end of file +
    Last updated on 2/1/2020
    \ No newline at end of file diff --git a/en/index.html b/en/index.html index 7a9a57c088d..218fb5b199d 100644 --- a/en/index.html +++ b/en/index.html @@ -50,7 +50,7 @@ # install the latest version of "openapi-generator-cli" npm install @openapitools/openapi-generator-cli -g

    install a specific version of "openapi-generator-cli"

    -

    npm install @openapitools/openapi-generator-cli@cli-4.2.2 -g

    +

    npm install @openapitools/openapi-generator-cli@cli-4.2.3 -g

    Or install it as dev-dependency in your node.js projects

    npm install @openapitools/openapi-generator-cli -D

    <!-- /RELEASE_VERSION -->
    diff --git a/index.html b/index.html
    index a2384514b7d..632b578354a 100644
    --- a/index.html
    +++ b/index.html
    @@ -50,7 +50,7 @@
      # install the latest version of "openapi-generator-cli"
      npm install @openapitools/openapi-generator-cli -g
     

    install a specific version of "openapi-generator-cli"

    -

    npm install @openapitools/openapi-generator-cli@cli-4.2.2 -g

    +

    npm install @openapitools/openapi-generator-cli@cli-4.2.3 -g

    Or install it as dev-dependency in your node.js projects

    npm install @openapitools/openapi-generator-cli -D

    <!-- /RELEASE_VERSION -->