diff --git a/website/docs/integrations/intellij.mdx b/website/docs/integrations/intellij.mdx index d1697b01..1462f93f 100644 --- a/website/docs/integrations/intellij.mdx +++ b/website/docs/integrations/intellij.mdx @@ -23,7 +23,7 @@ This guide will help you install the JetBrains/IntelliJ IDE Plugin and familiari - Create Configs within the IDE. - Open a Config on ConfigCat Dashboard. -Usage of ConfigCat Feature Flags Visual Studio Code Extension +Usage of ConfigCat Feature Flags & Settings Tab ## Install plugin @@ -41,7 +41,7 @@ This guide will help you install the JetBrains/IntelliJ IDE Plugin and familiari 1. Download the latest release from [GitHub](https://github.com/configcat/intellij-plugin/releases/latest) or from [JetBrains Marketplace](https://github.com/configcat/intellij-plugin/releases/latest) 1. Open the `File` > `Settings/Preferences` menu. -1. Go to the `Plugin` page and open the `⚙️` 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). @@ -72,7 +72,7 @@ The plugin is compatible with the following IDEs. Check the plugin [JetBrains Ma 1. Search for `ConfigCat Feature Flags` page. 1. Fill out the `Basic auth user name` and `Basic auth password` inputs. -Installation of ConfigCat Feature Flags Visual Studio Code Extension +Installation of ConfigCat Feature Flags Plugin ### Advanced @@ -100,7 +100,7 @@ After you successfully configured your ConfigCat Config account in the `Settings - Copy a Feature Flag's key to the clipboard. - Find your Feature Flag's usages in your code. -Usage of ConfigCat Feature Flags & Settings View in Visual Studio Code Extension +Usage of ConfigCat Feature Flags & Settings Tab #### Create a new Feature Flag diff --git a/website/static/assets/intellij/auth.gif b/website/static/assets/intellij/auth.gif new file mode 100644 index 00000000..5261ee76 Binary files /dev/null and b/website/static/assets/intellij/auth.gif differ diff --git a/website/static/assets/intellij/usage1.gif b/website/static/assets/intellij/usage1.gif new file mode 100644 index 00000000..0cf3b87c Binary files /dev/null and b/website/static/assets/intellij/usage1.gif differ diff --git a/website/static/assets/intellij/usage2.gif b/website/static/assets/intellij/usage2.gif new file mode 100644 index 00000000..b17e1bde Binary files /dev/null and b/website/static/assets/intellij/usage2.gif differ