From ee99fd644c8dba8b98846272783fdd1c18df1db5 Mon Sep 17 00:00:00 2001 From: wing328 Date: Sun, 20 Jan 2019 18:26:20 +0000 Subject: [PATCH] Deploy website Deploy website version based on f415332406291242c991c594e3b93ceba507fb7b --- docs/code-of-conduct.html | 2 +- docs/code-of-conduct/index.html | 2 +- docs/contributing.html | 2 +- docs/contributing/index.html | 2 +- docs/generators.html | 4 +-- .../graphql-nodejs-express-server.html | 18 +++++++++++++ .../graphql-nodejs-express-server/index.html | 18 +++++++++++++ docs/generators/index.html | 4 +-- docs/generators/python-aiohttp.html | 25 +++++++++++++++++++ docs/generators/python-aiohttp/index.html | 25 +++++++++++++++++++ sitemap.xml | 2 ++ 11 files changed, 96 insertions(+), 8 deletions(-) create mode 100644 docs/generators/graphql-nodejs-express-server.html create mode 100644 docs/generators/graphql-nodejs-express-server/index.html create mode 100644 docs/generators/python-aiohttp.html create mode 100644 docs/generators/python-aiohttp/index.html diff --git a/docs/code-of-conduct.html b/docs/code-of-conduct.html index 68420a4aae6..5390c8e6174 100644 --- a/docs/code-of-conduct.html +++ b/docs/code-of-conduct.html @@ -56,4 +56,4 @@

Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.

Attribution

This Code of Conduct is adapted from the Contributor Covenant, version 1.4, available at http://contributor-covenant.org/version/1/4

-
Last updated on 2019-1-6
GuidelinesBuilding the code
\ No newline at end of file +
Last updated on 2019-1-7
GuidelinesBuilding the code
\ No newline at end of file diff --git a/docs/code-of-conduct/index.html b/docs/code-of-conduct/index.html index 68420a4aae6..5390c8e6174 100644 --- a/docs/code-of-conduct/index.html +++ b/docs/code-of-conduct/index.html @@ -56,4 +56,4 @@

Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.

Attribution

This Code of Conduct is adapted from the Contributor Covenant, version 1.4, available at http://contributor-covenant.org/version/1/4

-
Last updated on 2019-1-6
GuidelinesBuilding the code
\ No newline at end of file +
Last updated on 2019-1-7
GuidelinesBuilding the code
\ No newline at end of file diff --git a/docs/contributing.html b/docs/contributing.html index 9c8e74e2d2c..8ffeb5b8208 100644 --- a/docs/contributing.html +++ b/docs/contributing.html @@ -118,4 +118,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 2019-1-6
    Workflow IntegrationsCode of Conduct
    \ No newline at end of file +
    Last updated on 2019-1-7
    Workflow IntegrationsCode of Conduct
    \ No newline at end of file diff --git a/docs/contributing/index.html b/docs/contributing/index.html index 9c8e74e2d2c..8ffeb5b8208 100644 --- a/docs/contributing/index.html +++ b/docs/contributing/index.html @@ -118,4 +118,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 2019-1-6
    Workflow IntegrationsCode of Conduct
    \ No newline at end of file +
    Last updated on 2019-1-7
    Workflow IntegrationsCode of Conduct
    \ No newline at end of file diff --git a/docs/generators.html b/docs/generators.html index a0f78fdd64d..4d004b88105 100644 --- a/docs/generators.html +++ b/docs/generators.html @@ -99,7 +99,7 @@
  • erlang-server
  • go-gin-server
  • go-server
  • -
  • graphql-nodejs-express-server
  • +
  • graphql-nodejs-express-server
  • haskell
  • java-inflector
  • java-msf4j
  • @@ -122,7 +122,7 @@
  • php-slim
  • php-symfony
  • php-ze-ph
  • -
  • python-aiohttp
  • +
  • python-aiohttp
  • python-flask
  • ruby-on-rails
  • ruby-sinatra
  • diff --git a/docs/generators/graphql-nodejs-express-server.html b/docs/generators/graphql-nodejs-express-server.html new file mode 100644 index 00000000000..432672f0d96 --- /dev/null +++ b/docs/generators/graphql-nodejs-express-server.html @@ -0,0 +1,18 @@ +generators/graphql-nodejs-express-server · OpenAPI Generator
    \ No newline at end of file diff --git a/docs/generators/graphql-nodejs-express-server/index.html b/docs/generators/graphql-nodejs-express-server/index.html new file mode 100644 index 00000000000..432672f0d96 --- /dev/null +++ b/docs/generators/graphql-nodejs-express-server/index.html @@ -0,0 +1,18 @@ +generators/graphql-nodejs-express-server · OpenAPI Generator
    \ No newline at end of file diff --git a/docs/generators/index.html b/docs/generators/index.html index a0f78fdd64d..4d004b88105 100644 --- a/docs/generators/index.html +++ b/docs/generators/index.html @@ -99,7 +99,7 @@
  • erlang-server
  • go-gin-server
  • go-server
  • -
  • graphql-nodejs-express-server
  • +
  • graphql-nodejs-express-server
  • haskell
  • java-inflector
  • java-msf4j
  • @@ -122,7 +122,7 @@
  • php-slim
  • php-symfony
  • php-ze-ph
  • -
  • python-aiohttp
  • +
  • python-aiohttp
  • python-flask
  • ruby-on-rails
  • ruby-sinatra
  • diff --git a/docs/generators/python-aiohttp.html b/docs/generators/python-aiohttp.html new file mode 100644 index 00000000000..1906a8a39ad --- /dev/null +++ b/docs/generators/python-aiohttp.html @@ -0,0 +1,25 @@ +generators/python-aiohttp · OpenAPI Generator
    \ No newline at end of file diff --git a/docs/generators/python-aiohttp/index.html b/docs/generators/python-aiohttp/index.html new file mode 100644 index 00000000000..1906a8a39ad --- /dev/null +++ b/docs/generators/python-aiohttp/index.html @@ -0,0 +1,25 @@ +generators/python-aiohttp · OpenAPI Generator
    \ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml index cfec1f8b144..2a6b530fc0d 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -50,6 +50,7 @@ https://OpenAPITools.github.io/openapi-generator/docs/generators/go-gin-server hourly 1.0 https://OpenAPITools.github.io/openapi-generator/docs/generators/go-server hourly 1.0 https://OpenAPITools.github.io/openapi-generator/docs/generators/go hourly 1.0 + https://OpenAPITools.github.io/openapi-generator/docs/generators/graphql-nodejs-express-server hourly 1.0 https://OpenAPITools.github.io/openapi-generator/docs/generators/graphql-schema hourly 1.0 https://OpenAPITools.github.io/openapi-generator/docs/generators/graphql-server hourly 1.0 https://OpenAPITools.github.io/openapi-generator/docs/generators/groovy hourly 1.0 @@ -93,6 +94,7 @@ https://OpenAPITools.github.io/openapi-generator/docs/generators/php-ze-ph hourly 1.0 https://OpenAPITools.github.io/openapi-generator/docs/generators/php hourly 1.0 https://OpenAPITools.github.io/openapi-generator/docs/generators/powershell hourly 1.0 + https://OpenAPITools.github.io/openapi-generator/docs/generators/python-aiohttp hourly 1.0 https://OpenAPITools.github.io/openapi-generator/docs/generators/python-flask hourly 1.0 https://OpenAPITools.github.io/openapi-generator/docs/generators/python hourly 1.0 https://OpenAPITools.github.io/openapi-generator/docs/generators/r hourly 1.0