Skip to content

Commit

Permalink
add nodejs sdk to overview page (#4784)
Browse files Browse the repository at this point in the history
* add nodejs sdk to overview page

* fix links

* remove sdk from name

* adjust description

---------

Co-authored-by: Amara Graham <[email protected]>
  • Loading branch information
christinaausley and akeller authored Dec 18, 2024
1 parent f2efb13 commit 6a61a11
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/apis-tools/node-js-sdk.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: node-js-sdk
title: Node.js
description: Get started with the official Camunda 8 JavaScript SDK for Node.js, available via npm.
description: Get started with the official Camunda 8 JavaScript SDK for Node.js.
---

As of 8.5.0, the official [Camunda 8 JavaScript SDK for Node.js](https://github.com/camunda/camunda-8-js-sdk) is available via [npm](https://www.npmjs.com/package/@camunda8/sdk).
Expand Down
3 changes: 3 additions & 0 deletions docs/apis-tools/working-with-apis-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ Additionally, visit our documentation on [Operate](../self-managed/operate-deplo
### SDKs

<DocCardList items={[{type:"link", href:"/docs/next/apis-tools/spring-zeebe-sdk/getting-started/", label: "Spring Zeebe", docId:"apis-tools/spring-zeebe-sdk/getting-started"},
{
type:"link", href:"/docs/next/apis-tools/node-js-sdk/", label: "Node.js", docId:"apis-tools/node-js-sdk"
},
]}/>

### Postman
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-8.5/apis-tools/node-js-sdk.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: node-js-sdk
title: Node.js
description: Get started with the official Camunda 8 JavaScript SDK for Node.js, available via npm.
description: Get started with the official Camunda 8 JavaScript SDK for Node.js.
---

As of 8.5.0, the official [Camunda 8 JavaScript SDK for Node.js](https://github.com/camunda/camunda-8-js-sdk) is available via [npm](https://www.npmjs.com/package/@camunda8/sdk).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ Additionally, visit our documentation on [Operate](../self-managed/operate-deplo
### SDKs

<DocCardList items={[{type:"link", href:"/docs/8.5/apis-tools/spring-zeebe-sdk/getting-started/", label: "Spring Zeebe", docId:"apis-tools/spring-zeebe-sdk/getting-started"},
{
type:"link", href:"/docs/next/apis-tools/node-js-sdk/", label: "Node.js", docId:"apis-tools/node-js-sdk"
},
]}/>

### Postman
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-8.6/apis-tools/node-js-sdk.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: node-js-sdk
title: Node.js
description: Get started with the official Camunda 8 JavaScript SDK for Node.js, available via npm.
description: Get started with the official Camunda 8 JavaScript SDK for Node.js.
---

As of 8.5.0, the official [Camunda 8 JavaScript SDK for Node.js](https://github.com/camunda/camunda-8-js-sdk) is available via [npm](https://www.npmjs.com/package/@camunda8/sdk).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ Additionally, visit our documentation on [Operate](../self-managed/operate-deplo
### SDKs

<DocCardList items={[{type:"link", href:"/docs/apis-tools/spring-zeebe-sdk/getting-started/", label: "Spring Zeebe", docId:"apis-tools/spring-zeebe-sdk/getting-started"},
{
type:"link", href:"/docs/next/apis-tools/node-js-sdk/", label: "Node.js", docId:"apis-tools/node-js-sdk"
},
]}/>

### Postman
Expand Down

0 comments on commit 6a61a11

Please sign in to comment.