Skip to content

Commit

Permalink
Added proper intellij plugin gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
novalisdenahi committed Sep 19, 2024
1 parent 7f79425 commit 4162af4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/docs/integrations/intellij.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<img src="/docs/assets/vscode/ff_setting_view.gif" className="zoomable" alt="Usage of ConfigCat Feature Flags Visual Studio Code Extension" />
<img src="/docs/assets/intellij/usage1.gif" className="zoomable" alt="Usage of ConfigCat Feature Flags & Settings Tab" />

## Install plugin

Expand All @@ -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).

Expand Down Expand Up @@ -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.

<img src="/docs/assets/vscode/auth3.gif" className="zoomable" alt="Installation of ConfigCat Feature Flags Visual Studio Code Extension" />
<img src="/docs/assets/intellij/auth.gif" className="zoomable" alt="Installation of ConfigCat Feature Flags Plugin" />

### Advanced

Expand Down Expand Up @@ -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.

<img src="/docs/assets/vscode/ff_setting_view.gif" className="zoomable" alt="Usage of ConfigCat Feature Flags & Settings View in Visual Studio Code Extension" />
<img src="/docs/assets/intellij/usage2.gif" className="zoomable" alt="Usage of ConfigCat Feature Flags & Settings Tab" />

#### Create a new Feature Flag

Expand Down
Binary file added website/static/assets/intellij/auth.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/assets/intellij/usage1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/assets/intellij/usage2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4162af4

Please sign in to comment.