Skip to content

Commit

Permalink
Remove state connector SDK update guides
Browse files Browse the repository at this point in the history
  • Loading branch information
mesellings committed Dec 19, 2024
1 parent b125e87 commit 8744d11
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,3 @@ Beginners to Connectors may want to get familiar with Connectors using a [guide
In addition to this section on Connectors, we recommend reviewing [Connector secrets](/components/console/manage-clusters/manage-secrets.md).

If you want to build **custom Connectors**, head over to our [Connector SDK guide](/components/connectors/custom-built-connectors/connector-sdk.md).

Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ To use this Connector in your processes:

This Connector is typically used with the following BPMN events:

- [Message events](https://docs.camunda.io/docs/next/components/modeler/bpmn/message-events/)
- [Message events](/components/modeler/bpmn/message-events/)

</details>

Expand Down
31 changes: 1 addition & 30 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,36 +406,7 @@ module.exports = {
"components/connectors/custom-built-connectors/connector-templates",
"components/connectors/manage-connector-templates",
"components/connectors/custom-built-connectors/connector-template-generator",
{
type: "category",
label: "Connector SDK",
link: {
type: "doc",
id: "components/connectors/custom-built-connectors/connector-sdk",
},
items: [
{
type: "category",
label: "Connector SDK updates",
link: {
type: "doc",
id: "components/connectors/custom-built-connectors/update-guide/introduction",
},
items: [
"components/connectors/custom-built-connectors/update-guide/0100-to-0110",
"components/connectors/custom-built-connectors/update-guide/090-to-0100",
"components/connectors/custom-built-connectors/update-guide/080-to-090",
"components/connectors/custom-built-connectors/update-guide/070-to-080",
"components/connectors/custom-built-connectors/update-guide/060-to-070",
"components/connectors/custom-built-connectors/update-guide/050-to-060",
"components/connectors/custom-built-connectors/update-guide/040-to-050",
"components/connectors/custom-built-connectors/update-guide/030-to-040",
"components/connectors/custom-built-connectors/update-guide/020-to-030",
"components/connectors/custom-built-connectors/update-guide/010-to-020",
],
},
],
},
"components/connectors/custom-built-connectors/connector-sdk",
],
},
],
Expand Down

0 comments on commit 8744d11

Please sign in to comment.