Skip to content

Commit ba91efb

Browse files
Doron-Bargosserrata
authored andcommitted
Remove deprecated node packages (#699)
* Remove deprecated node packages * Update languages.json * Update languagetabs.md
1 parent 10dd3c3 commit ba91efb

File tree

3 files changed

+1294
-1
lines changed

3 files changed

+1294
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ High level enhancements
44

55
- Add support for x-CodeSamples
66
- Add callbacks support
7+
- Add markdown support to example/examples summary
78

89
Other enhancements and bug fixes
910

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

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

demo/docs/customization/languagetabs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Docusaurus OpenAPI docs plugin comes with support for 8 languages which you
1515
| `curl` | bash | `curl`\* |
1616
| `python` | python | `requests`\*, `http.client` |
1717
| `go` | go | `native`\* |
18-
| `nodejs` | javascript | `axios`\*, `native`, `requests`, `unirest` |
18+
| `nodejs` | javascript | `axios`\*, `native` |
1919
| `ruby` | ruby | `net::http`\* |
2020
| `csharp` | csharp | `restsharp`\*, `httpclient` |
2121
| `php` | php | `curl`\*, `guzzle`, `pecl_http`, `http_request2` |

0 commit comments

Comments
 (0)