diff --git a/website/docs/integrations/intellij.mdx b/website/docs/integrations/intellij.mdx index ce535b5e..3ab44654 100644 --- a/website/docs/integrations/intellij.mdx +++ b/website/docs/integrations/intellij.mdx @@ -4,7 +4,7 @@ title: JetBrains/IntelliJ Plugin - Manage your feature flags from JetBrains/Inte description: ConfigCat IntelliJ IDE Plugin. This is a step-by-step guide on how to use the ConfigCat JetBrains/IntelliJ Plugin to manage feature flags in your IDEs. --- -ConfigCat's JetBrains/IntelliJ IDE plugin to manage feature flags from IDEs. +ConfigCat's JetBrains/IntelliJ IDE plugin to manage feature flags from IDEs. Connect your ConfigCat Product and Config to your JetBrains/IntelliJ IDE. Find your Feature Flag's usages in your code easily. @@ -35,14 +35,14 @@ This guide will help you install the JetBrains/IntelliJ IDE Plugin and familiari ### Install manually within the IDE -1. Download the latest release from [GitHub](https://github.com/configcat/intellij-plugin/releases/latest) or from JetBrains Marketplace +1. Download the latest release from [GitHub](https://github.com/configcat/intellij-plugin/releases/latest) or from [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/26096-configcat-feature-flags). 1. In your IDE, open the `File` > `Settings/Preferences` menu. 1. Go to the `Plugin` page and open the `Gear Icon` menu. 1. Select the `Install plugin from disk...` option. 1. Configure the plugin ([see below](#configure-extension)). ### Compatible IDEs -The plugin is compatible with the following IDEs. Check the plugin JetBrains Marketplace page for the full, detailed compatibility list. +The plugin is compatible with the following IDEs. Check the plugin [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/26096-configcat-feature-flags) page for the full, detailed compatibility list. - Android Studio - Aqua diff --git a/website/docs/integrations/overview.mdx b/website/docs/integrations/overview.mdx index fbd5924b..b0e7b385 100644 --- a/website/docs/integrations/overview.mdx +++ b/website/docs/integrations/overview.mdx @@ -41,6 +41,11 @@ 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) +## JetBrains/IntelliJ IDE plugin + +Manage your feature flags from JetBrains/IntelliJ IDE. +[See the detailed guide](intellij.mdx) + ## 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. diff --git a/website/sidebars.ts b/website/sidebars.ts index abb860f4..4839820f 100644 --- a/website/sidebars.ts +++ b/website/sidebars.ts @@ -176,6 +176,7 @@ const sidebars: SidebarsConfig = { { type: 'doc', id: 'integrations/datadog', label: 'Datadog' }, { type: 'doc', id: 'integrations/github', label: 'GitHub Action' }, { type: 'doc', id: 'integrations/google-analytics', label: 'Google Analytics' }, + { type: 'doc', id: 'integrations/intellij', label: 'JetBrains/IntelliJ IDE' }, { type: 'doc', id: 'integrations/jira', label: 'Jira Cloud Plugin' }, { type: 'doc', id: 'integrations/mixpanel', label: 'Mixpanel' }, { type: 'doc', id: 'integrations/monday', label: 'monday.com' }, diff --git a/website/src/pages/index.js b/website/src/pages/index.js index c5004705..b9f72e68 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -96,6 +96,7 @@ const features = [ { url: 'integrations/github', title: 'GitHub Action' }, { url: 'integrations/google-analytics', title: 'Google Analytics' }, { url: 'advanced/code-references/gitlab-ci/', title: 'GitLab (via CLI)' }, + { url: 'integrations/intellij', title: 'JetBrains/IntelliJ IDE' }, { url: 'integrations/jira', title: 'Jira Cloud Plugin' }, { url: 'advanced/notifications-webhooks#connecting-to-microsoft-teams', diff --git a/website/versioned_docs/version-V1/integrations/intellij.mdx b/website/versioned_docs/version-V1/integrations/intellij.mdx index 3777f762..d4cbb81c 100644 --- a/website/versioned_docs/version-V1/integrations/intellij.mdx +++ b/website/versioned_docs/version-V1/integrations/intellij.mdx @@ -4,7 +4,7 @@ title: JetBrains/IntelliJ Plugin - Manage your feature flags from JetBrains/Inte description: ConfigCat IntelliJ IDE Plugin. This is a step-by-step guide on how to use the ConfigCat JetBrains/IntelliJ Plugin to manage feature flags in your IDEs. --- -ConfigCat's JetBrains/IntelliJ IDE plugin to manage feature flags from IDEs. +ConfigCat's JetBrains/IntelliJ IDE plugin to manage feature flags from IDEs. Connect your ConfigCat Product and Config to your JetBrains/IntelliJ IDE. Find your Feature Flag's usages in your code easily. @@ -35,14 +35,14 @@ This guide will help you install the JetBrains/IntelliJ IDE Plugin and familiari ### Install manually within the IDE -1. Download the latest release from [GitHub](https://github.com/configcat/intellij-plugin/releases/latest) or from JetBrains Marketplace +1. Download the latest release from [GitHub](https://github.com/configcat/intellij-plugin/releases/latest) or from [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/26096-configcat-feature-flags) 1. In your IDE, open the `File` > `Settings/Preferences` menu. 1. Go to the `Plugin` page and open the `Gear Icon` menu. 1. Select the `Install plugin from disk...` option. 1. Configure the plugin ([see below](#configure-extension)). ### Compatible IDEs -The plugin is compatible with the following IDEs. Check the plugin JetBrains Marketplace page for the full, detailed compatibility list. +The plugin is compatible with the following IDEs. Check the plugin [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/26096-configcat-feature-flags) page for the full, detailed compatibility list. - Android Studio - Aqua diff --git a/website/versioned_docs/version-V1/integrations/overview.mdx b/website/versioned_docs/version-V1/integrations/overview.mdx index 28d05175..d9757ec3 100644 --- a/website/versioned_docs/version-V1/integrations/overview.mdx +++ b/website/versioned_docs/version-V1/integrations/overview.mdx @@ -41,6 +41,11 @@ 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) +## JetBrains/IntelliJ IDE plugin + +Manage your feature flags from JetBrains/IntelliJ IDE. +[See the detailed guide](./intellij.mdx) + ## 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. diff --git a/website/versioned_sidebars/version-V1-sidebars.json b/website/versioned_sidebars/version-V1-sidebars.json index 8f315c2f..2e100747 100644 --- a/website/versioned_sidebars/version-V1-sidebars.json +++ b/website/versioned_sidebars/version-V1-sidebars.json @@ -203,6 +203,11 @@ "id": "integrations/google-analytics", "label": "Google Analytics" }, + { + "type": "doc", + "id": "integrations/intellij", + "label": "JetBrains/IntelliJ IDE" + }, { "type": "doc", "id": "integrations/jira",