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

Integration sidenav ordering + name differences #478

Merged
merged 2 commits into from
Aug 13, 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
10 changes: 5 additions & 5 deletions website/docs/integrations/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Scan your code repository to identify unused feature flags, helping you maintain
Scan your code repository to identify unused feature flags, helping you maintain a clean and efficient codebase.
[See the detailed guide](bitrise.mdx)

## CircleCI
## CircleCI Orb

Scan your code repository to identify unused feature flags, helping you maintain a clean and efficient codebase.
[See the detailed guide](circleci.mdx)
Expand All @@ -41,7 +41,7 @@ Discover feature flag usages in your source code and upload the found code refer
Log feature flag evaluations into Google Analytics experiments for advanced analytics and A/B test results.
[See the detailed guide](google-analytics.mdx)

## Jira
## Jira Cloud Plugin

Link ConfigCat feature flags to Jira issues, enabling you to turn features on or off, add targeting or percentage rules right from Jira.
[See the detailed guide](jira.mdx)
Expand All @@ -51,7 +51,7 @@ Link ConfigCat feature flags to Jira issues, enabling you to turn features on or
This integration enables you to log feature flag data into Mixpanel, providing insights into user interactions and experiment results.
[See the detailed guide](mixpanel.mdx)

## monday
## monday.com

Turn features On / Off right from a linked item on your monday.com board.
[See the detailed guide](monday.mdx)
Expand All @@ -66,7 +66,7 @@ Receive instant notifications in Slack about feature flag updates, ensuring ever
Configure and access ConfigCat resources via Terraform.
[See the detailed guide](terraform.mdx)

## Trello
## Trello Power-Up

Turn features On / Off right from a linked card on your Trello board.
[See the detailed guide](trello.mdx)
Expand All @@ -81,7 +81,7 @@ Track feature flag evaluations and monitor change events. This integration allow
Manage your feature flags from VSCode.
[See the detailed guide](vscode.mdx)

## Zapier
## Zapier Zap

Integrate ConfigCat with Zapier to automate workflows and connect with over 2,000 web services.
[See the detailed guide](zapier.mdx)
Expand Down
10 changes: 5 additions & 5 deletions website/versioned_docs/version-V1/integrations/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Scan your code repository to identify unused feature flags, helping you maintain
Scan your code repository to identify unused feature flags, helping you maintain a clean and efficient codebase.
[See the detailed guide](./bitrise.mdx)

## CircleCI
## CircleCI Orb

Scan your code repository to identify unused feature flags, helping you maintain a clean and efficient codebase.
[See the detailed guide](./circleci.mdx)
Expand All @@ -41,7 +41,7 @@ Discover feature flag usages in your source code and upload the found code refer
Log feature flag evaluations into Google Analytics experiments for advanced analytics and A/B test results.
[See the detailed guide](./google-analytics.mdx)

## Jira
## Jira Cloud Plugin

Link ConfigCat feature flags to Jira issues, enabling you to turn features on or off, add targeting or percentage rules right from Jira.
[See the detailed guide](./jira.mdx)
Expand All @@ -51,7 +51,7 @@ Link ConfigCat feature flags to Jira issues, enabling you to turn features on or
This integration enables you to log feature flag data into Mixpanel, providing insights into user interactions and experiment results.
[See the detailed guide](./mixpanel.mdx)

## monday
## monday.com

Turn features On / Off right from a linked item on your monday.com board.
[See the detailed guide](./monday.mdx)
Expand All @@ -66,7 +66,7 @@ Receive instant notifications in Slack about feature flag updates, ensuring ever
Configure and access ConfigCat resources via Terraform.
[See the detailed guide](./terraform.mdx)

## Trello
## Trello Power-Up

Turn features On / Off right from a linked card on your Trello board.
[See the detailed guide](./trello.mdx)
Expand All @@ -81,7 +81,7 @@ Track feature flag evaluations and monitor change events. This integration allow
Manage your feature flags from VSCode.
[See the detailed guide](vscode.mdx)

## Zapier
## Zapier Zap

Integrate ConfigCat with Zapier to automate workflows and connect with over 2,000 web services.
[See the detailed guide](./zapier.mdx)
Expand Down
20 changes: 10 additions & 10 deletions website/versioned_sidebars/version-V1-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,11 @@
"id": "integrations/github",
"label": "GitHub Action"
},
{
"type": "doc",
"id": "integrations/google-analytics",
"label": "Google Analytics"
},
{
"type": "doc",
"id": "integrations/jira",
Expand All @@ -208,16 +213,6 @@
"id": "integrations/mixpanel",
"label": "Mixpanel"
},
{
"type": "doc",
"id": "integrations/segment",
"label": "Twilio Segment"
},
{
"type": "doc",
"id": "integrations/google-analytics",
"label": "Google Analytics"
},
{
"type": "doc",
"id": "integrations/monday",
Expand All @@ -238,6 +233,11 @@
"id": "integrations/trello",
"label": "Trello Power-Up"
},
{
"type": "doc",
"id": "integrations/segment",
"label": "Twilio Segment"
},
{
"type": "doc",
"id": "integrations/vscode",
Expand Down
Loading