Skip to content

Commit

Permalink
Add documentation column with README links.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Apr 7, 2024
1 parent 3f91c6f commit 91c1241
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ The client libraries are generated using [OpenAPI Generator](https://openapi-gen
Published packages
------------------

| Language | Package | Status |
|----------|---------|--------|
| JavaScript | [endoflife-date]((http://www.npmjs.com/package/endoflife-date)) | [![Published Version](https://img.shields.io/npm/v/endoflife-date.svg)](http://www.npmjs.com/package/endoflife-date) |
| Python | [endoflifedate]((https://pypi.python.org/pypi/endoflifedate)) | [![Published Version](https://img.shields.io/pypi/v/endoflifedate.svg)](https://pypi.python.org/pypi/endoflifedate) |
| Ruby | [endoflife_date]((https://rubygems.org/gems/endoflife_date)) | [![Published Version](https://img.shields.io/gem/v/endoflife_date.svg)](https://rubygems.org/gems/endoflife_date) |
| Language | Package | Status | Documentation |
|----------|---------|--------|---------------|
| JavaScript | [endoflife-date]((http://www.npmjs.com/package/endoflife-date)) | [![Published Version](https://img.shields.io/npm/v/endoflife-date.svg)](http://www.npmjs.com/package/endoflife-date) | [README](https://github.com/oapicf/endoflife-date/blob/main/clients/javascript/generated/README.md) |
| Python | [endoflifedate]((https://pypi.python.org/pypi/endoflifedate)) | [![Published Version](https://img.shields.io/pypi/v/endoflifedate.svg)](https://pypi.python.org/pypi/endoflifedate) | [README](https://github.com/oapicf/endoflife-date/blob/main/clients/python/generated/README.md) |
| Ruby | [endoflife_date]((https://rubygems.org/gems/endoflife_date)) | [![Published Version](https://img.shields.io/gem/v/endoflife_date.svg)](https://rubygems.org/gems/endoflife_date) | [README](https://github.com/oapicf/endoflife-date/blob/main/clients/ruby/generated/README.md) |

Version matrix
--------------
Expand Down

0 comments on commit 91c1241

Please sign in to comment.