Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(ootbc): deprecate power Automate Connector #3314

Merged
merged 2 commits into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading