Skip to content

Commit

Permalink
docs(ootbc): deprecate power Automate Connector (#3314)
Browse files Browse the repository at this point in the history
* docs(ootbc): deprecate power Automate Connector

* add redirects

---------

Co-authored-by: Christina Ausley <christina.ausley@camunda.com>
  • Loading branch information
Oleksiivanov and christinaausley authored Feb 16, 2024
1 parent af6ca73 commit da8d1eb
Show file tree
Hide file tree
Showing 21 changed files with 8 additions and 1,244 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ import TabItem from "@theme/TabItem";
- [Microsoft Teams Connector](/components/connectors/out-of-the-box-connectors/microsoft-teams.md) - Interactions with [Microsoft Teams](https://www.microsoft.com/microsoft-teams/) from your BPMN process.
- [Microsoft 365 Connector](/components/connectors/out-of-the-box-connectors/microsoft-o365-mail.md) - Interactions with [Microsoft 365](https://outlook.office.com/mail/) mail from your BPMN process.
- [OpenAI Connector](/components/connectors/out-of-the-box-connectors/openai.md) - Interact with [ChatGPT](https://chat.openai.com/) and [OpenAI Moderation API](https://platform.openai.com/docs/guides/moderation/overview).
- [Power Automate Connector](/components/connectors/out-of-the-box-connectors/power-automate.md) - Orchestrate your [Power Automate](https://powerautomate.microsoft.com) Flows with Camunda.
- [RabbitMQ Producer Connector](/components/connectors/out-of-the-box-connectors/rabbitmq-outbound.md) - Send messages to [RabbitMQ](https://www.rabbitmq.com/) from your BPMN process.
- [Salesforce Connector](/components/connectors/out-of-the-box-connectors/salesforce.md) - Manage your Salesforce instance from your BPMN process.
- [SendGrid Connector](/components/connectors/out-of-the-box-connectors/sendgrid.md) - Quickly send emails from your BPMN processes.
Expand Down
242 changes: 0 additions & 242 deletions docs/components/connectors/out-of-the-box-connectors/power-automate.md

This file was deleted.

4 changes: 0 additions & 4 deletions optimize_sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -884,10 +884,6 @@ module.exports = {
"Camunda Operate Connector",
"components/connectors/out-of-the-box-connectors/operate/"
),
docsLink(
"Power Automate Connector",
"components/connectors/out-of-the-box-connectors/power-automate/"
),
docsLink(
"RabbitMQ Connector",
"components/connectors/out-of-the-box-connectors/rabbitmq/"
Expand Down
5 changes: 0 additions & 5 deletions optimize_versioned_sidebars/version-3.10.0-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -1027,11 +1027,6 @@
"label": "Camunda Operate Connector",
"href": "/docs/8.2/components/connectors/out-of-the-box-connectors/operate/"
},
{
"type": "link",
"label": "Power Automate Connector",
"href": "/docs/8.2/components/connectors/out-of-the-box-connectors/power-automate/"
},
{
"type": "link",
"label": "RabbitMQ Connector",
Expand Down
5 changes: 0 additions & 5 deletions optimize_versioned_sidebars/version-3.11.0-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -1091,11 +1091,6 @@
"label": "Camunda Operate Connector",
"href": "/docs/8.3/components/connectors/out-of-the-box-connectors/operate/"
},
{
"type": "link",
"label": "Power Automate Connector",
"href": "/docs/8.3/components/connectors/out-of-the-box-connectors/power-automate/"
},
{
"type": "link",
"label": "RabbitMQ Connector",
Expand Down
5 changes: 0 additions & 5 deletions optimize_versioned_sidebars/version-3.12.0-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -1136,11 +1136,6 @@
"label": "Camunda Operate Connector",
"href": "/docs/components/connectors/out-of-the-box-connectors/operate/"
},
{
"type": "link",
"label": "Power Automate Connector",
"href": "/docs/components/connectors/out-of-the-box-connectors/power-automate/"
},
{
"type": "link",
"label": "RabbitMQ Connector",
Expand Down
5 changes: 0 additions & 5 deletions optimize_versioned_sidebars/version-3.9.0-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -940,11 +940,6 @@
"label": "Camunda Operate Connector",
"href": "/docs/8.1/components/connectors/out-of-the-box-connectors/operate/"
},
{
"type": "link",
"label": "Power Automate Connector",
"href": "/docs/8.1/components/connectors/out-of-the-box-connectors/power-automate/"
},
{
"type": "link",
"label": "RabbitMQ Connector",
Expand Down
1 change: 0 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ module.exports = {
},
"components/connectors/out-of-the-box-connectors/openai",
"components/connectors/out-of-the-box-connectors/operate",
"components/connectors/out-of-the-box-connectors/power-automate",
"components/connectors/out-of-the-box-connectors/rabbitmq",
"components/connectors/out-of-the-box-connectors/salesforce",
"components/connectors/out-of-the-box-connectors/slack",
Expand Down
8 changes: 8 additions & 0 deletions static/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ RewriteEngine on
RewriteCond %{SERVER_PORT} !^443$
RewriteRule (.*) https://%{SERVER_NAME}/$1 [R=301,L]

# Redirect to Connectors overview upon deprecation of Power Automate Connector
RewriteRule ^docs/components/connectors/out-of-the-box-connectors/power-automate/?$ /docs/components/connectors/out-of-the-box-connectors/available-connectors-overview/ [R=301,L]
RewriteRule ^docs/next/components/connectors/out-of-the-box-connectors/power-automate/?$ /docs/next/components/connectors/out-of-the-box-connectors/available-connectors-overview/ [R=301,L]
RewriteRule ^docs/8.4/components/connectors/out-of-the-box-connectors/power-automate/?$ /docs/8.4/components/connectors/out-of-the-box-connectors/available-connectors-overview/ [R=301,L]
RewriteRule ^docs/8.3/components/connectors/out-of-the-box-connectors/power-automate/?$ /docs/8.3/components/connectors/out-of-the-box-connectors/available-connectors-overview/ [R=301,L]
RewriteRule ^docs/8.2/components/connectors/out-of-the-box-connectors/power-automate/?$ /docs/8.2/components/connectors/out-of-the-box-connectors/available-connectors-overview/ [R=301,L]
RewriteRule ^docs/8.1/components/connectors/out-of-the-box-connectors/power-automate/?$ /docs/8.1/components/connectors/out-of-the-box-connectors/available-connectors-overview/ [R=301,L]

# Disable directory listing and multi views
Options -Indexes -MultiViews

Expand Down
Loading

0 comments on commit da8d1eb

Please sign in to comment.