Skip to content

Commit

Permalink
Remove deprecated node packages (#699)
Browse files Browse the repository at this point in the history
* Remove deprecated node packages

* Update languages.json

* Update languagetabs.md
  • Loading branch information
Doron-Bargo authored and sserrata committed Jan 18, 2024
1 parent 10dd3c3 commit ba91efb
Show file tree
Hide file tree
Showing 3 changed files with 1,294 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ High level enhancements

- Add support for x-CodeSamples
- Add callbacks support
- Add markdown support to example/examples summary

Other enhancements and bug fixes

- Add support to x-codeSamples in v3 ([#701](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/701))
- Add Callbacks Support to V3 ([#700](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/700))
- Remove deprecated node packages ([#699](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/699))
- Add markdown support to example summary ([#690](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/690))

## 3.0.0-beta.4 (Jan 5, 2024)

Expand Down
2 changes: 1 addition & 1 deletion demo/docs/customization/languagetabs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The Docusaurus OpenAPI docs plugin comes with support for 8 languages which you
| `curl` | bash | `curl`\* |
| `python` | python | `requests`\*, `http.client` |
| `go` | go | `native`\* |
| `nodejs` | javascript | `axios`\*, `native`, `requests`, `unirest` |
| `nodejs` | javascript | `axios`\*, `native` |
| `ruby` | ruby | `net::http`\* |
| `csharp` | csharp | `restsharp`\*, `httpclient` |
| `php` | php | `curl`\*, `guzzle`, `pecl_http`, `http_request2` |
Expand Down
Loading

0 comments on commit ba91efb

Please sign in to comment.