Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
novalisdenahi committed Sep 19, 2024
1 parent 4162af4 commit 9e1f6d7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions website/docs/integrations/intellij.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ After you successfully configured your ConfigCat Config account in the `Settings
#### Create a new Feature Flag

1. Select the Config in the tree where you want to create your new flag.
1. Click the '+' button on the action bar to open the create dialog.
1. Click the `+` button on the action bar to open the create dialog.
1. Select the setting type.
1. Enter the new Feature Flag name.
1. Enter the new Feature Flag key.
Expand All @@ -115,29 +115,29 @@ After you successfully configured your ConfigCat Config account in the `Settings
#### Copy a Feature Flag's key to the clipboard

1. Select the Feature Flag in the tree whose key you want to copy.
1. Click the 'Copy' button on the action bar to copy the key to the clipboard.
1. Click the `Copy` button on the action bar to copy the key to the clipboard.

#### Open your Flags on the ConfigCat Dashboard
1. Select the Flag you want to open in the Dashboard.
1. Click the 'Open Config in ConfigCat Dashboard' button on the action bar.
1. Click the `Open Config in ConfigCat Dashboard` button on the action bar.

#### Find your Feature Flag's usages in your code

1. Select the Feature Flag in the tree you want to search.
1. Click the 'Find Usage' button on the action bar.
1. Click the `Find Usage` button on the action bar.
1. See the search results in the opened dialog.

#### Create a new Config under a product

1. Select the Products in the tree where you want to create your new config.
1. Click the '+' button on the action bar to open the create dialog.
1. Click the `+` button on the action bar to open the create dialog.
1. Enter a name for the new config.
1. Add a hint to your config (optional).
1. Select 'OK' to confirm the Config creation.
1. Select `OK` to confirm the Config creation.

#### Open your Configs on the ConfigCat Dashboard
1. Select the Config which you want to open in the Dashboard.
1. Click the 'Open Config in ConfigCat Dashboard' button on the action bar.
1. Click the `Open Config in ConfigCat Dashboard` button on the action bar.

:::info
The actions are available by right click menu as well.
Expand Down

0 comments on commit 9e1f6d7

Please sign in to comment.