Skip to content

Commit

Permalink
Update community clients page (#4076)
Browse files Browse the repository at this point in the history
* Update community client page to have all recent C8 clients added.

* Add Go client under 'Other'

* Add Micronaut and disclaimer that these clients are community maintained

* Update docs/apis-tools/community-clients/index.md

Co-authored-by: Amara Graham <akeller@users.noreply.github.com>

* Add updated community clients to 8.5

---------

Co-authored-by: Amara Graham <akeller@users.noreply.github.com>
  • Loading branch information
SamanthaHolstine and akeller authored Jul 31, 2024
1 parent 28b3da0 commit 6603a2c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
9 changes: 6 additions & 3 deletions docs/apis-tools/community-clients/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";

:::note
Camunda extensions found in the [Camunda Community Hub](https://github.com/camunda-community-hub) are maintained by the community and are not part of the commercial Camunda product. Camunda does not support community extensions as part of its commercial services to enterprise customers.
Camunda extensions found in the [Camunda Community Hub](https://github.com/camunda-community-hub) are maintained by the community and are not part of the commercial Camunda product. Camunda does not support community extensions as part of its commercial services to enterprise customers. Please evaluate each client to make sure it meets your requirements before using.
:::

:::tip
Expand All @@ -30,11 +30,13 @@ In addition to the core Camunda-maintained clients, there are a number of commun

- [Ballerina](https://github.com/camunda-community-hub/ballerina-zeebe)
- [C#](c-sharp.md)
- [Micronaut](micronaut.md)
- [Delphi](https://github.com/camunda-community-hub/DelphiZeeBeClient)
- [EJB](https://github.com/camunda-community-hub/zeebe-ejb-client)
- [Micronaut](https://github.com/camunda-community-hub/micronaut-zeebe-client)
- [Python](python.md)
- [Ruby](ruby.md)
- [Rust](rust.md)
- [Spring](spring.md)
- [Spring](spring.md) – The Spring integration is a community extension that allows you to easily leverage Zeebe within your Spring or Spring Boot environment.
- [Quarkus](quarkus.md)

</TabItem>
Expand All @@ -55,6 +57,7 @@ In addition to the core Camunda-maintained clients, there are a number of commun
<TabItem value='other'>

- [Web Modeler - Java](https://github.com/camunda-community-hub/web-modeler-java-client)
- [Console - Go](https://github.com/camunda-community-hub/console-customer-api-go)

</TabItem>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";

:::note
Camunda extensions found in the [Camunda Community Hub](https://github.com/camunda-community-hub) are maintained by the community and are not part of the commercial Camunda product. Camunda does not support community extensions as part of its commercial services to enterprise customers.
Camunda extensions found in the [Camunda Community Hub](https://github.com/camunda-community-hub) are maintained by the community and are not part of the commercial Camunda product. Camunda does not support community extensions as part of its commercial services to enterprise customers. Please evaluate each client to make sure it meets your requirements before using.
:::

:::tip
Expand All @@ -30,11 +30,13 @@ In addition to the core Camunda-maintained clients, there are a number of commun

- [Ballerina](https://github.com/camunda-community-hub/ballerina-zeebe)
- [C#](c-sharp.md)
- [Micronaut](micronaut.md)
- [Delphi](https://github.com/camunda-community-hub/DelphiZeeBeClient)
- [EJB](https://github.com/camunda-community-hub/zeebe-ejb-client)
- [Micronaut](https://github.com/camunda-community-hub/micronaut-zeebe-client)
- [Python](python.md)
- [Ruby](ruby.md)
- [Rust](rust.md)
- [Spring](spring.md)
- [Spring](spring.md) – The Spring integration is a community extension that allows you to easily leverage Zeebe within your Spring or Spring Boot environment.
- [Quarkus](quarkus.md)

</TabItem>
Expand All @@ -55,6 +57,7 @@ In addition to the core Camunda-maintained clients, there are a number of commun
<TabItem value='other'>

- [Web Modeler - Java](https://github.com/camunda-community-hub/web-modeler-java-client)
- [Console - Go](https://github.com/camunda-community-hub/console-customer-api-go)

</TabItem>

Expand Down

0 comments on commit 6603a2c

Please sign in to comment.