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

chore: synchronize sidebars for v8.1/3.9.0 #3153

Merged
merged 2 commits into from
Jan 4, 2024
Merged
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
42 changes: 33 additions & 9 deletions optimize_versioned_sidebars/version-3.9.0-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
{
"type": "link",
"label": "Enable alpha features",
"href": "/docs/components/console/manage-organization/enable-alpha-features/"
"href": "/docs/8.1/components/console/manage-organization/enable-alpha-features/"
},
{
"type": "link",
Expand Down Expand Up @@ -917,9 +917,18 @@
"href": "/docs/8.1/components/connectors/out-of-the-box-connectors/kafka/"
},
{
"type": "link",
"label": "Microsoft Teams Connector",
"href": "/docs/8.1/components/connectors/out-of-the-box-connectors/microsoft-teams/"
"Microsoft": [
{
"type": "link",
"label": "Microsoft Teams Connector",
"href": "/docs/8.1/components/connectors/out-of-the-box-connectors/microsoft-teams/"
},
{
"type": "link",
"label": "Microsoft 365 Connector",
"href": "/docs/8.1/components/connectors/out-of-the-box-connectors/microsoft-o365-mail/"
}
]
},
{
"type": "link",
Expand Down Expand Up @@ -971,11 +980,6 @@

{
"Protocol Connectors": [
{
"type": "link",
"label": "REST Connector",
"href": "/docs/8.1/components/connectors/protocol/rest/"
},
{
"type": "link",
"label": "GraphQL Connector",
Expand All @@ -985,6 +989,16 @@
"type": "link",
"label": "HTTP Webhook Connector",
"href": "/docs/8.1/components/connectors/protocol/http-webhook/"
},
{
"type": "link",
"label": "HTTP Polling Connector",
"href": "/docs/8.1/components/connectors/protocol/polling/"
},
{
"type": "link",
"label": "REST Connector",
"href": "/docs/8.1/components/connectors/protocol/rest/"
}
]
},
Expand Down Expand Up @@ -1849,6 +1863,16 @@
"type": "link",
"label": "Installing in an air-gapped environment",
"href": "/docs/8.1/self-managed/platform-deployment/helm-kubernetes/guides/air-gapped-installation/"
},
{
"type": "link",
"label": "Install Zeebe exporters",
"href": "/docs/8.1/self-managed/platform-deployment/helm-kubernetes/guides/install-zeebe-exporters/"
},
{
"type": "link",
"label": "Running custom Connectors",
"href": "/docs/8.1/self-managed/platform-deployment/helm-kubernetes/guides/running-custom-connectors/"
}
]
},
Expand Down
Loading