Skip to content

Commit

Permalink
Update Intellij marketplace links in plugin docs. (#513)
Browse files Browse the repository at this point in the history
Added Intellij docs to sidebar and overview.
  • Loading branch information
novalisdenahi authored Dec 17, 2024
1 parent 98e5e6e commit f5e0abd
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 6 deletions.
6 changes: 3 additions & 3 deletions website/docs/integrations/intellij.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<a href="https://plugins.jetbrains.com/plugin/26096-configcat-feature-flags" target="_blank">ConfigCat's JetBrains/IntelliJ IDE plugin</a> 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.

Expand Down Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions website/docs/integrations/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions website/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down
1 change: 1 addition & 0 deletions website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
6 changes: 3 additions & 3 deletions website/versioned_docs/version-V1/integrations/intellij.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<a href="https://plugins.jetbrains.com/plugin/26096-configcat-feature-flags" target="_blank">ConfigCat's JetBrains/IntelliJ IDE plugin</a> 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.

Expand Down Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions website/versioned_docs/version-V1/integrations/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 5 additions & 0 deletions website/versioned_sidebars/version-V1-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f5e0abd

Please sign in to comment.