85 Commits

Author SHA1 Message Date
dependabot[bot]
2c3721720e
Bump websocket-extensions from 0.1.3 to 0.1.4 in /website (#6578)
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-07 19:32:21 -04:00
Frieder Bluemle
a96e783f06
Fix docs typos (#6478) 2020-05-31 23:03:12 +08:00
Jim Schubert
7e5f720f20
Remove deprecations 5.0 (#6060)
* [breaking] Enforce vendor extension naming convention

* [breaking] Rename system properties to global properties

* [docs] Update site with global properties list and usage explanation

* Use proper vendor extension casing in all templates

* Set remaining vendor extensions to convention of lower kebab-cased with x- prefix

* [samples] Regenerate

* Update modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/RustServerCodegen.java

Before we were adding hasPathParams twice, once with !op.pathParams.isEmpty(), and then again with hasPathParams. This was probably caused by a mistaken merge.

This is causing the difference in samples

Co-authored-by: Richard Whitehouse <richard.whitehouse@metaswitch.com>

* [Samples] Regenerated!

* Fix -D conversion to additional-properties, missed in bat files

* JERSEY2 option changed

* [samples] Regenerate

* [scala][finch] Fix remaining vendor extensions format to conventino

* [scala] The -D option was replaced with --global-property

* [samples] Regenerate

* Fix -DskipFormModel usage which has been moved to --global-property skipFormModel=true

* [samples] Regenerate

Co-authored-by: Richard Whitehouse <richard.whitehouse@metaswitch.com>
2020-05-31 19:14:31 +08:00
William Cheng
64ddad5919 update datadog logo 2020-05-27 16:33:22 +08:00
William Cheng
45fc71b06a
add datadog as sponsor (#6444) 2020-05-27 15:21:11 +08:00
William Cheng
a986867a95
add vonage to the user list (#6245) 2020-05-10 21:34:33 +08:00
William Cheng
003165c2c2
Prepare 4.3.1 release (#6187)
* prepare 4.3.1 release

* update doc
2020-05-06 17:10:31 +08:00
Alexander Hirner
eccdf1d667
add MoonVision user (#6076)
* add MoonVision user

* add moonvision to readme list
2020-04-28 00:10:42 +08:00
William Cheng
c9882cb494 add allianz logo 2020-04-21 17:07:29 +08:00
William Cheng
5acbbf8878
Add YITU Technology to the user list (#5967)
* add yitu to the user list

* use yitu technology
2020-04-17 10:45:01 +08:00
William Cheng
a6f521c7b7 minor fix to users.yml 2020-04-13 21:23:51 +08:00
emileonhardt
54a350fbff
Added emineo to list of companies on website (#5905) 2020-04-13 16:16:41 +08:00
William Cheng
c224cf484b
4.3.0 release (#5721) 2020-03-27 11:34:43 +08:00
Erica Kastner
ce49fe587f
Generator for JavaScript/Apollo Client (#5645)
Co-authored-by: William Cheng <wing328hk@gmail.com>
2020-03-26 17:02:44 +08:00
William Cheng
eabdafad88
add Agoda as the user (#5494) 2020-03-02 13:17:49 +08:00
Jim Schubert
ea2acf0cc1
[docs] Enable Algolia search (#5472) 2020-02-28 11:33:40 +08:00
William Cheng
93ff976102
Add mailslurp to the user list (#5412) 2020-02-24 10:05:34 +08:00
William Cheng
fcf6a8e550
use new k6 logo (#5383) 2020-02-21 09:17:29 +08:00
William Cheng
bb113eb4db
add k6.io to the user list (#5379) 2020-02-20 09:40:54 +08:00
Jim Schubert
32b9b399fd
[doc] Minor website fixes (#5343)
* [doc] Fix level 2 header on cutomization.md

* [doc] Specify https on API/online link

* [docs] Invert github/twitter links in dark mode

* [doc] Pin version for alpha release artifacts
2020-02-17 14:03:25 +08:00
Jim Schubert
04e8fe07a3
[docs] Support old site's users.html (#5297)
Our Docusaurus 1.x site had a users.html page. This adds a redirect from
that location to /users
2020-02-12 12:55:09 -05:00
Jim Schubert
aa7cd4f5af
[docs] Upgrade to Docusaurus 2 (#5271)
* [docs] Upgrade to Docusaurus 2

Due to formatting issues with Docusaurus 1 and code blocks, and upcoming
4.3 and 5.0 releases, this is an upgrade to have more control over
formatting and other functionality.

This adds behavior to have light/dark themes.

As a consequence of upgrading, columnar format on ul element in
generated generator docs had to be moved to css. This will not impact
users viewing the markdown on GitHub because it didn't display the
column format.

This upgrade should improve syntax highlighting and performance.

* Fix user page layout, choose theme with clear diff colors
2020-02-11 21:22:58 +08:00
Kazuyuki Miyake
5b9b8bda76
add freee to the user list (#5203) 2020-02-04 22:07:50 +08:00
Jim Schubert
7d366ad6ac
[docs] Slack block, formatting, 'color' CLI option (#5194)
Adds a more prominent Slack block on the main doc site in response
to a few users not setting the Slack chat links on the Readme or in the
"Learn how" block.

Fixes a rendering issue in the "Try via NPM" block.

Adds a one-liner about the recently added `-Dcolor` option for
optionally colorizing output in the CLI.
2020-02-03 16:08:51 +08:00
Jim Schubert
7cdbcec1a5
[doc] Update versions missed during release (#5185)
* [doc] Update versions missed during release

Removed old script bin/utils/release_version_update_docs.sh to avoid
confusion. New script solves issues of not "globally" replacing.

New script is at:

bin/utils/release/release_version_update_docs.sh

* Update Gradle Plugin README with correct version

* Update gradle.properties to correct version
2020-01-31 22:40:33 -05:00
Jim Schubert
bbe88ba635
Add docs/installation.md and docsite index to version update script (#5037) 2020-01-19 18:02:28 -05:00
William Cheng
55c6c0385b
add k8s to the user list (#5002) 2020-01-15 16:21:18 +08:00
William Cheng
4627c7d534
Add Cisco to the user list (#4971) 2020-01-11 10:48:44 +08:00
William Cheng
966eab4cf3
Add woleet.io to the user list (#4854) 2019-12-21 11:07:55 +08:00
William Cheng
8d37641ae1
Add Oracle as the OpenAPI Generator user (#4809)
* add oracel as the user

* add oracle to the user list
2019-12-17 09:47:54 +08:00
William Cheng
85affe83cb
add linode logo (#4730) 2019-12-09 10:58:16 +08:00
William Cheng
acf081bc02 add docspring image 2019-12-04 16:40:01 +08:00
William Cheng
cb2df9e848
add docspring as sponsor (#4686) 2019-12-04 09:41:55 +08:00
William Cheng
fac83ce760
add crossover health to user list (#4622) 2019-11-27 21:36:25 +08:00
William Cheng
e09417d25c
add SIE (#4618) 2019-11-27 15:48:42 +08:00
William Cheng
c104821d6e
Add GetMyuide logo (#4611)
* add getmyguide logo

* fix typo
2019-11-26 18:33:59 +08:00
William Cheng
d9bde12ebb
add yahoo logo (#4601) 2019-11-25 14:09:16 +08:00
William Cheng
6a828d55df fix broken link to image 2019-11-23 16:56:58 +08:00
William Cheng
e472d02669
add freshcells to company list (#4414) 2019-11-08 09:41:12 +08:00
William Cheng
16ad66759b
Add Kronsoft Development to the user list (#4371)
* Add Kronsoft Development to the user list

* add kronsoft to the user list
2019-11-05 15:47:52 +08:00
William Cheng
ae798d9433
Add arduino.cc to the user list (#4307)
* Add arduino.cc to the user list

* Add Arduino logo

* add logo
2019-10-29 21:48:55 +08:00
William Cheng
66be33a37b
Add Bosch logo (#4265) 2019-10-25 17:01:17 +08:00
tkrtmy
84c6a7c1e7 Add dwango to the user list (#4249)
* Add dwango to company/project to the list in README

* Add dwango to the user list

* Fix DB's link
2019-10-24 17:10:13 +08:00
William Cheng
fbf3d593df
Add RedHat to the list of users (#4242)
* Add RedHat to the list of users

* add redhat to the user list
2019-10-23 22:08:42 +08:00
William Cheng
3e880ae0ce
add ANZ to the user list (#4234) 2019-10-23 16:02:40 +08:00
William Cheng
6e8515af7a
Add Openet to the user list (#4223)
* Add Openet to the user list

* add openet logo
2019-10-22 22:58:24 +08:00
William Cheng
73421f79e8
Add TravelTime to list of users (#4213)
* Add TravelTime to list of users

* add traveltime platforom to user list

* do not show in front page
2019-10-22 16:33:35 +08:00
William Cheng
a38527d8b6
Add IBM to the user list (#4206)
* Add IBM to the user list

* add ibm logo

* update url
2019-10-22 00:50:20 +08:00
William Cheng
c68389ef47
update user list in website (#4204) 2019-10-21 23:55:19 +08:00
William Cheng
fd24088dda fix pricefx.png naming 2019-10-19 23:56:10 +08:00