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

Update Intellij docs #513

Merged
merged 1 commit into from
Dec 17, 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
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
Loading