From d30453ea71834dc302c4fee70c85e7cacf21ea4c Mon Sep 17 00:00:00 2001 From: novalisdenahi Date: Thu, 26 Jun 2025 14:47:30 +0200 Subject: [PATCH 01/16] IntelliJ docs update --- website/docs/integrations/intellij.mdx | 16 +++++++-------- .../version-V1/integrations/intellij.mdx | 20 +++++++++---------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/website/docs/integrations/intellij.mdx b/website/docs/integrations/intellij.mdx index eacb88a3..e8e49f09 100644 --- a/website/docs/integrations/intellij.mdx +++ b/website/docs/integrations/intellij.mdx @@ -92,9 +92,9 @@ This section is for you if you use a `dedicated hosted`/[on-premise](https://con The ConfigCat Feature Flags Tool Window can be opened by clicking the ConfigCat Feature Flags icon on the side of the IDE main window. -### Feature Flags & Settings Tab +### Feature Flags & Settings tab -After you successfully configured your ConfigCat account in the `Settings`, you can use the Feature Flags & Settings Tab and: +After you successfully configured your ConfigCat account in the `Settings`, you can use the `Feature Flags & Settings` tab and: - View all of your Products, Configs and Feature Flags. - Create new Configs and Feature Flags. @@ -110,7 +110,7 @@ After you successfully configured your ConfigCat account in the `Settings`, you #### 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 Flag` dialog. 1. Select the setting type. 1. Enter the new Feature Flag name. 1. Enter the new Feature Flag key. @@ -122,10 +122,10 @@ After you successfully configured your ConfigCat account in the `Settings`, you 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. -#### Open your Flags on the ConfigCat Dashboard +#### Open your Feature 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. Select the Feature Flag in the tree you want to open in the Dashboard. +1. Click the `Open Config in ConfigCat Dashboard` button on the action bar to open the Feature Flag in the Dashboard. #### Find your Feature Flag's usages in your code @@ -136,7 +136,7 @@ After you successfully configured your ConfigCat account in the `Settings`, you #### 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 Config` 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. @@ -144,7 +144,7 @@ After you successfully configured your ConfigCat account in the `Settings`, you #### 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 to open the Config in the Dashboard. :::info The actions are available by right click menu as well. diff --git a/website/versioned_docs/version-V1/integrations/intellij.mdx b/website/versioned_docs/version-V1/integrations/intellij.mdx index 14f328fa..0247dd1a 100644 --- a/website/versioned_docs/version-V1/integrations/intellij.mdx +++ b/website/versioned_docs/version-V1/integrations/intellij.mdx @@ -93,9 +93,9 @@ This section is for you if you use a `dedicated hosted`/[on-premise](https://con The ConfigCat Feature Flags Tool Window can be opened by clicking the ConfigCat Feature Flags icon on the side of the IDE main window. -### Feature Flags & Settings Tab +### Feature Flags & Settings tab -After you successfully configured your ConfigCat account in the `Settings`, you can use the Feature Flags & Settings Tab and: +After you successfully configured your ConfigCat account in the `Settings`, you can use the `Feature Flags & Settings` tab and: - View all of your Products, Configs and Feature Flags. - Create new Configs and Feature Flags. @@ -111,7 +111,7 @@ After you successfully configured your ConfigCat account in the `Settings`, you #### 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 Flag` dialog. 1. Select the setting type. 1. Enter the new Feature Flag name. 1. Enter the new Feature Flag key. @@ -123,10 +123,10 @@ After you successfully configured your ConfigCat account in the `Settings`, you 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. -#### Open your Flags on the ConfigCat Dashboard +#### Open your Feature 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. Select the Feature Flag in the tree you want to open in the Dashboard. +1. Click the `Open Config in ConfigCat Dashboard` button on the action bar to open the Feature Flag in the Dashboard. #### Find your Feature Flag's usages in your code @@ -137,7 +137,7 @@ After you successfully configured your ConfigCat account in the `Settings`, you #### 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 Config` 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. @@ -145,12 +145,12 @@ After you successfully configured your ConfigCat account in the `Settings`, you #### 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 to open the Config in the Dashboard. :::info The actions are available by right click menu as well. ::: -### Help & Feedback Tab +### Help & Feedback tab -The Help & Feedback tab provides quick links to open ConfigCat's Documentation and Dashboard and allows you to report issues. \ No newline at end of file +The `Help & Feedback` tab provides quick links to open ConfigCat's Documentation and Dashboard and allows you to report issues. \ No newline at end of file From b44fcca3c93088c9fb5771c482ec07ad75a3f21c Mon Sep 17 00:00:00 2001 From: novalisdenahi Date: Thu, 26 Jun 2025 16:28:34 +0200 Subject: [PATCH 02/16] Jira docs update --- website/docs/integrations/jira.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/integrations/jira.mdx b/website/docs/integrations/jira.mdx index 9ccd81f1..79ba2b0c 100644 --- a/website/docs/integrations/jira.mdx +++ b/website/docs/integrations/jira.mdx @@ -63,7 +63,7 @@ Every Jira user must authorize ConfigCat in Jira who wants to use the ConfigCat 1. Open an Issue on your Jira board with a linked feature flag. 2. See the linked feature flags in the `Feature Flag (ConfigCat)` issue section. 3. You can manage the selected feature flag from this Issue. -4. You can add new Percentage Options to Feature Flags or Targeting Rules. +4. You can add new Targeting Rules or Percentage Options to Feature Flags. 5. You can add new Targeting Rules with User, Segment or Prerequisite Conditions with a large selection of Comparators. [Read more about Targeting.](../targeting/targeting-overview.mdx) 6. You can remove Targeting Rules as well. @@ -75,7 +75,7 @@ Every Jira user must authorize ConfigCat in Jira who wants to use the ConfigCat ### Remove linked feature flags 1. Open an Issue on your Jira board with a linked feature flag. -2. Remove the linked feature flag by opening the "More menu" and selecting the "Remove from Issue" option. +2. Remove the linked feature flag by opening the `More menu` and selecting the `Remove from Issue` option.