Skip to content

Commit

Permalink
remove community clients
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaausley committed Dec 4, 2024
1 parent b044202 commit 2f8106f
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 102 deletions.
11 changes: 0 additions & 11 deletions docs/apis-tools/community-clients/c-sharp.md

This file was deleted.

12 changes: 6 additions & 6 deletions docs/apis-tools/community-clients/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Camunda extensions found in the [Camunda Community Hub](https://github.com/camun
:::

:::tip
Camunda now officially supports the [Javascript SDK](/apis-tools/node-js-sdk.md) and the [Spring Zeebe SDK](/apis-tools/spring-zeebe-sdk/getting-started.md).
Camunda now officially supports the [JavaScript SDK](/apis-tools/node-js-sdk.md) and the [Spring Zeebe SDK](/apis-tools/spring-zeebe-sdk/getting-started.md).
:::

In addition to the core Camunda-maintained clients, there are a number of community-maintained component libraries:
Expand All @@ -29,16 +29,16 @@ In addition to the core Camunda-maintained clients, there are a number of commun
<TabItem value='zeebe'>

- [Ballerina](https://github.com/camunda-community-hub/ballerina-zeebe)
- [C#](c-sharp.md)
- [C#](https://github.com/camunda-community-hub/zeebe-client-csharp)
- [CLI](cli-client/index.md)
- [Delphi](https://github.com/camunda-community-hub/DelphiZeeBeClient)
- [EJB](https://github.com/camunda-community-hub/zeebe-ejb-client)
- [Go](go-client/index.md)
- [Micronaut](https://github.com/camunda-community-hub/micronaut-zeebe-client)
- [Python](python.md)
- [Ruby](ruby.md)
- [Rust](rust.md)
- [Quarkus](quarkus.md)
- [Python](https://gitlab.com/stephane.ludwig/zeebe_python_grpc)
- [Quarkus](https://github.com/quarkiverse/quarkus-zeebe)
- [Ruby](https://github.com/zeebe-io/zeebe-client-ruby)
- [Rust](https://github.com/camunda-community-hub/zeebest)

</TabItem>

Expand Down
15 changes: 0 additions & 15 deletions docs/apis-tools/community-clients/micronaut.md

This file was deleted.

18 changes: 0 additions & 18 deletions docs/apis-tools/community-clients/python.md

This file was deleted.

15 changes: 0 additions & 15 deletions docs/apis-tools/community-clients/quarkus.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/apis-tools/community-clients/ruby.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/apis-tools/community-clients/rust.md

This file was deleted.

9 changes: 0 additions & 9 deletions optimize_sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -2347,20 +2347,11 @@ module.exports = {

{
"Zeebe clients": [
docsLink("C#", "apis-tools/community-clients/c-sharp/"),
docsLink(
"JavaScript/Node.js",
"apis-tools/community-clients/javascript/"
),
docsLink(
"Micronaut",
"apis-tools/community-clients/micronaut/"
),
docsLink("Python", "apis-tools/community-clients/python/"),
docsLink("Ruby", "apis-tools/community-clients/ruby/"),
docsLink("Rust", "apis-tools/community-clients/rust/"),
docsLink("Spring", "apis-tools/community-clients/spring/"),
docsLink("Quarkus", "apis-tools/community-clients/quarkus/"),
{
"CLI client": [
docsLink("Quick reference", "apis-tools/cli-client/"),
Expand Down
6 changes: 0 additions & 6 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -839,12 +839,6 @@ module.exports = {
"apis-tools/community-clients/index",
{
"Zeebe clients": [
"apis-tools/community-clients/c-sharp",
"apis-tools/community-clients/micronaut",
"apis-tools/community-clients/python",
"apis-tools/community-clients/ruby",
"apis-tools/community-clients/rust",
"apis-tools/community-clients/quarkus",
{
"CLI client": [
"apis-tools/community-clients/cli-client/index",
Expand Down
8 changes: 8 additions & 0 deletions static/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,14 @@ RewriteRule ^docs/reference/bpmn-processes/?(.*)$ /docs/components/modeler/bpmn/
# 8.7: content moves introduced prior to the release of version 8.7.
#---------------------------------------------------------------------------------

# Remove community clients
RewriteRule ^docs/apis-tools/community-clients/c-sharp/?$ /docs/apis-tools/community-clients/$1 [R=301,L]
RewriteRule ^docs/apis-tools/community-clients/micronaut/?$ /docs/apis-tools/community-clients/$1 [R=301,L]
RewriteRule ^docs/apis-tools/community-clients/python/?$ /docs/apis-tools/community-clients/$1 [R=301,L]
RewriteRule ^docs/apis-tools/community-clients/quarkus/?$ /docs/apis-tools/community-clients/$1 [R=301,L]
RewriteRule ^docs/apis-tools/community-clients/ruby/?$ /docs/apis-tools/community-clients/$1 [R=301,L]
RewriteRule ^docs/apis-tools/community-clients/rust/?$ /docs/apis-tools/community-clients/$1 [R=301,L]

# Move contact page
RewriteRule ^contact/?$ /docs/reference/contact/ [R=301,L]

Expand Down

0 comments on commit 2f8106f

Please sign in to comment.