Skip to content

Commit

Permalink
Create "Operational guides" section, move to Self-Managed (#2540)
Browse files Browse the repository at this point in the history
* move pages and fix links

* move in sidebars

* move update guide to Connectors component

* link overviews to headers

* adjust links

* fix links
  • Loading branch information
akeller authored Sep 15, 2023
1 parent c04e480 commit cdca06a
Show file tree
Hide file tree
Showing 40 changed files with 97 additions and 611 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ With SDK version 0.4.0, we introduce many basic structural changes:
### Inbound webhook

Spring Zeebe runtime with version `0.4.0` SDK introduces support of inbound webhook capabilities.
See the [list of available inbound Connectors](../../../components/connectors/out-of-the-box-connectors/available-connectors-overview.md).
See the [list of available inbound Connectors](/components/connectors/out-of-the-box-connectors/available-connectors-overview.md).

To function properly, Spring Zeebe runtime requires connection to [Operate API](../../../apis-tools/operate-api/overview.md). Read more on [how to connect to Operate or disable it completely](../../../self-managed/connectors-deployment/connectors-configuration.md#local-installation).
To function properly, Spring Zeebe runtime requires connection to [Operate API](/apis-tools/operate-api/overview.md). Read more on [how to connect to Operate or disable it completely](/self-managed/connectors-deployment/connectors-configuration.md#local-installation).

### What happens if I don't properly configure connection to Operate API?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Out-of-the-box (OOTB) Connectors accelerate solution implementation by providing

Each Connector has a dedicated page with relevant configuration.

All Connectors are available for Camunda 8 SaaS and [Self-Managed](../../../self-managed/connectors-deployment/install-and-start.md).
All Connectors are available for Camunda 8 SaaS and [Self-Managed](/self-managed/connectors-deployment/install-and-start.md).

Beginners to Connectors may want to get familiar with Connectors using a [guide](/guides/configuring-out-of-the-box-connector.md).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: Learn how the AWS EventBridge Connector allows you to start a BPMN
The **AWS EventBridge Webhook Connector** is an inbound Connector enabling you to start a BPMN process instance triggered by an event from [AWS EventBridge](https://aws.amazon.com/eventbridge/).

:::note
If you have used the **AWS EventBridge Webhook Connector** with a Self-Managed Camunda 8 configuration before the Connector SDK [0.7.0 release](https://github.com/camunda/connector-sdk/releases/tag/0.7.0), you might need to manually replace the element template. Refer to the [update guide](/guides/update-guide/connectors/060-to-070.md) for more details.
If you have used the **AWS EventBridge Webhook Connector** with a Self-Managed Camunda 8 configuration before the Connector SDK [0.7.0 release](https://github.com/camunda/connector-sdk/releases/tag/0.7.0), you might need to manually replace the element template. Refer to the [update guide](/components/connectors/custom-built-connectors/update-guide/060-to-070.md) for more details.
:::

## Create an AWS EventBridge Webhook Connector task
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The **GitHub Webhook Connector** is an inbound Connector that allows you to star
:::note
If you have used the GitHub Webhook Connector with a self-managed Camunda 8 configuration before the
Connector SDK [0.7.0 release](https://github.com/camunda/connector-sdk/releases/tag/0.7.0), you might need to manually replace the element template.
Please refer to the [update guide](/guides/update-guide/connectors/060-to-070.md) for more details.
Please refer to the [update guide](/components/connectors/custom-built-connectors/update-guide/060-to-070.md) for more details.
:::

## Create a GitHub Webhook Connector task
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: Learn how the Twilio Webhook Connector allows you to start a BPMN p
The **Twilio Webhook Connector** is an inbound Connector that enables you to start a BPMN process instance triggered by a [Twilio event](https://www.twilio.com/docs/usage/webhooks).

:::note
If you have used the **Twilio Webhook Connector** with a Self-Managed Camunda 8 configuration before the Connector SDK [0.7.0 release](https://github.com/camunda/connector-sdk/releases/tag/0.7.0), you might need to manually replace the element template. Refer to the [update guide](/guides/update-guide/connectors/060-to-070.md) for more details.
If you have used the **Twilio Webhook Connector** with a Self-Managed Camunda 8 configuration before the Connector SDK [0.7.0 release](https://github.com/camunda/connector-sdk/releases/tag/0.7.0), you might need to manually replace the element template. Refer to the [update guide](/components/connectors/custom-built-connectors/update-guide/060-to-070.md) for more details.
:::

## Create a Twilio Webhook Connector task
Expand Down
2 changes: 1 addition & 1 deletion docs/components/connectors/protocol/http-webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The **HTTP Webhook Connector** is an inbound Connector that allows you to start
:::note
If you have used the HTTP Webhook Connector with a self-managed Camunda 8 configuration before the
Connector SDK [0.7.0 release](https://github.com/camunda/connector-sdk/releases/tag/0.7.0), you might need to manually replace the element template.
Please refer to the [update guide](/guides/update-guide/connectors/060-to-070.md) for more details.
Please refer to the [update guide](/components/connectors/custom-built-connectors/update-guide/060-to-070.md) for more details.
:::

## Create an HTTP Webhook Connector event
Expand Down
341 changes: 0 additions & 341 deletions docs/guides/update-guide/026-to-100.md

This file was deleted.

Loading

0 comments on commit cdca06a

Please sign in to comment.