You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/integrations/datadog.mdx
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ description: ConfigCat Datadog integration. This is a step-by-step guide on how
6
6
7
7
## Overview
8
8
9
-
Ensures that every setting change in ConfigCat is sent to Datadog as an Event.
9
+
Monitor feature flag events in real-time. Feature flag changes will appear as events in Datadog, tagged with relevant product, config, and environment details.
10
10
11
11
<imgsrc="/docs/assets/datadog-event_192dpi.png"alt="Feature flag events logged to Datadog"width="1366"height="219"decoding="async"loading="lazy" />
12
12
@@ -18,14 +18,17 @@ Ensures that every setting change in ConfigCat is sent to Datadog as an Event.
18
18
<imgsrc="/docs/assets/datadog-apikey_192dpi.png"alt="Datadog API Key"width="1366"height="430"decoding="async"loading="lazy" />
19
19
20
20
3. Open the <ahref="https://app.configcat.com/product/integrations"target="_blank">integrations tab</a> on ConfigCat Dashboard.
21
-
4. Click on Datadog's CONNECT button and set your Datadog API key.
21
+
4. Click on Datadog's **Connect** button and set your Datadog API key.
22
22
5. OPTIONAL - Set the proper site of your Datadog account. [More about Datadog site](https://docs.datadoghq.com/getting_started/site/).
23
23
6. You're all set. Go ahead and make some changes on your feature flags, then check your Events in Datadog.
24
24
25
25
## Un-installation
26
26
27
27
1. Open the <ahref="https://app.configcat.com/product/integrations"target="_blank">integrations tab</a> on ConfigCat Dashboard.
28
-
2. Click on Datadog's DISCONNECT button.
28
+
2. Click on Datadog's **Connected** button.
29
+
3. Select the connection from the **Connected** dropdown.
30
+
4. Click the **Disconnect** button in the edit dialog.
Copy file name to clipboardExpand all lines: website/docs/integrations/intellij.mdx
+27-27Lines changed: 27 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,18 +30,18 @@ This guide will help you install the JetBrains/IntelliJ IDE Plugin and familiari
30
30
31
31
### Install within the IDE from Marketplace
32
32
33
-
1. In your IDE, open the `File` > `Settings/Preferences` menu.
34
-
1. Go to the `Plugin` page and select the `Marketplace` tab.
35
-
1. Search for `ConfigCat Feature Flags`.
36
-
1.`Install` the plugin.
33
+
1. In your IDE, open the **File** > **Settings/Preferences** menu.
34
+
1. Go to the **Plugin** page and select the **Marketplace** tab.
35
+
1. Search for **ConfigCat Feature Flags**.
36
+
1.**Install** the plugin.
37
37
1. Configure the plugin ([see below](#configure-extension)).
38
38
39
39
### Install manually within the IDE
40
40
41
41
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).
42
-
1. In your IDE, open the `File` > `Settings/Preferences` menu.
43
-
1. Go to the `Plugin` page and open the `Gear Icon` menu.
44
-
1. Select the `Install plugin from disk...` option.
42
+
1. In your IDE, open the **File** > **Settings/Preferences** menu.
43
+
1. Go to the **Plugin** page and open the **Gear Icon** menu.
44
+
1. Select the **Install plugin from disk...** option.
45
45
1. Configure the plugin ([see below](#configure-extension)).
46
46
47
47
### Compatible IDEs
@@ -67,10 +67,10 @@ The plugin is compatible with the following IDEs. Check the plugin [JetBrains Ma
67
67
68
68
### Authentication
69
69
70
-
1. Get your ConfigCat Public API credentials from[ConfigCat Dashboard/Public Management API credentials](https://app.configcat.com/my-account/public-api-credentials).
71
-
1. In your IDE, open the `File` > `Settings/Preferences` menu.
72
-
1. Search for `ConfigCat Feature Flags` page.
73
-
1. Fill out the `Basic auth user name` and `Basic auth password` inputs.
70
+
1. Get your API credentials for[ConfigCat Public Management API](https://app.configcat.com/my-account/public-api-credentials).
71
+
1. In your IDE, open the **File** > **Settings/Preferences** menu.
72
+
1. Search for **ConfigCat Feature Flags** page.
73
+
1. Fill out the **Basic auth user name** and **Basic auth password** inputs.
@@ -79,11 +79,11 @@ The plugin is compatible with the following IDEs. Check the plugin [JetBrains Ma
79
79
80
80
### Advanced
81
81
82
-
This section is for you if you use a `dedicated hosted`/[on-premise](https://configcat.com/on-premise/) ConfigCat instance. In that case, you can specify your custom ConfigCat URLs in the IDE.
82
+
This section is for you if you use a dedicated hosted/[on-premise](https://configcat.com/on-premise/) ConfigCat instance. In that case, you can specify your custom ConfigCat URLs in the IDE.
83
83
84
-
1. In your IDE, open the `File` > `Settings/Preferences` menu.
85
-
1. Search for `ConfigCat Feature Flags` page.
86
-
1. Fill out the `Public Api Base URL` and `Dashboard Base URL` inputs.
84
+
1. In your IDE, open the **File** > **Settings/Preferences** menu.
85
+
1. Search for **ConfigCat Feature Flags** page.
86
+
1. Fill out the **Public Api Base URL** and **Dashboard Base URL** inputs.
87
87
88
88
-`Public Api Base URL`: the base URL for the ConfigCat Public Management API. Defaults to: https://api.configcat.com.
89
89
-`Dashboard Base URL`: the base URL for ConfigCat Dashboard. Defaults to: https://app.configcat.com.
@@ -92,9 +92,9 @@ This section is for you if you use a `dedicated hosted`/[on-premise](https://con
92
92
93
93
The ConfigCat Feature Flags Tool Window can be opened by clicking the ConfigCat Feature Flags icon on the side of the IDE main window.
94
94
95
-
### Feature Flags & Settings Tab
95
+
### Feature Flags & Settings tab
96
96
97
-
After you successfully configured your ConfigCat account in the `Settings`, you can use the Feature Flags & Settings Tab and:
97
+
After you successfully configured your ConfigCat account in the **Settings**, you can use the **Feature Flags & Settings** tab and:
98
98
99
99
- View all of your Products, Configs and Feature Flags.
100
100
- Create new Configs and Feature Flags.
@@ -110,41 +110,41 @@ After you successfully configured your ConfigCat account in the `Settings`, you
110
110
#### Create a new Feature Flag
111
111
112
112
1. Select the Config in the tree where you want to create your new flag.
113
-
1. Click the `+` button on the action bar to open the create dialog.
113
+
1. Click the **+** button on the action bar to open the **Create Flag** dialog.
114
114
1. Select the setting type.
115
115
1. Enter the new Feature Flag name.
116
116
1. Enter the new Feature Flag key.
117
117
1. Add a hint to your Feature Flag (optional).
118
-
1. Select 'OK' to confirm the Flag creation.
118
+
1. Select **OK** to confirm the Flag creation.
119
119
120
120
#### Copy a Feature Flag's key to the clipboard
121
121
122
122
1. Select the Feature Flag in the tree whose key you want to copy.
123
-
1. Click the `Copy` button on the action bar to copy the key to the clipboard.
123
+
1. Click the **Copy** button on the action bar to copy the key to the clipboard.
124
124
125
-
#### Open your Flags on the ConfigCat Dashboard
125
+
#### Open your Feature Flags on the ConfigCat Dashboard
126
126
127
-
1.Select the Flag you want to open in the Dashboard.
128
-
1. Click the `Open Config in ConfigCat Dashboard` button on the action bar.
127
+
1.In the tree, select the Feature Flag you want to open in the Dashboard.
128
+
1. Click the **Open Config in ConfigCat Dashboard** button on the action bar to open the Feature Flag in the Dashboard.
129
129
130
130
#### Find your Feature Flag's usages in your code
131
131
132
132
1. Select the Feature Flag in the tree you want to search.
133
-
1. Click the `Find Usage` button on the action bar.
133
+
1. Click the **Find Usage** button on the action bar.
134
134
1. See the search results in the opened dialog.
135
135
136
136
#### Create a new Config under a product
137
137
138
138
1. Select the Products in the tree where you want to create your new config.
139
-
1. Click the `+` button on the action bar to open the create dialog.
139
+
1. Click the **+** button on the action bar to open the **Create Config** dialog.
140
140
1. Enter a name for the new config.
141
141
1. Add a hint to your config (optional).
142
-
1. Select `OK` to confirm the Config creation.
142
+
1. Select **OK** to confirm the Config creation.
143
143
144
144
#### Open your Configs on the ConfigCat Dashboard
145
145
146
146
1. Select the Config which you want to open in the Dashboard.
147
-
1. Click the `Open Config in ConfigCat Dashboard` button on the action bar.
147
+
1. Click the **Open Config in ConfigCat Dashboard** button on the action bar to open the Config in the Dashboard.
148
148
149
149
:::info
150
150
The actions are available by right click menu as well.
Copy file name to clipboardExpand all lines: website/docs/integrations/jira.mdx
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ This integration is for Jira Cloud. It does not work on Jira Data Center or Jira
17
17
## Installation
18
18
19
19
1. Add <ahref="https://marketplace.atlassian.com/1222421"target="_blank">ConfigCat Feature Flags</a> to your Jira Cloud instance.
20
-
2. Select `Configure`.
20
+
2. Select **Configure**.
21
21
3. Copy your ConfigCat Public API credentials to the inputs. Read more about <ahref="https://app.configcat.com/my-account/public-api-credentials"target="_blank">ConfigCat Public API credentials here</a>.
22
-
4. Click authorize.
22
+
4. Click **Authorize**.
23
23
24
24
:::info
25
25
Every Jira user must authorize ConfigCat in Jira who wants to use the ConfigCat Feature Flags Plugin.
@@ -35,8 +35,8 @@ Every Jira user must authorize ConfigCat in Jira who wants to use the ConfigCat
35
35
### Linking existing feature flags
36
36
37
37
1. Navigate to any Issue on your Jira board.
38
-
2. Open the `ConfigCat Feature Flag` issue context.
39
-
3. On the `Link existing` tab, select a ConfigCat Product, Config, Environment, and Feature Flag to be linked to your Issue.
38
+
2. Open the **ConfigCat Feature Flag** issue context.
39
+
3. On the **Link existing** tab, select a ConfigCat Product, Config, Environment, and Feature Flag to be linked to your Issue.
40
40
4. When linked, you can manage the selected feature flag from this Issue.
41
41
42
42
<videoclassName="video"controlsmuted>
@@ -47,8 +47,8 @@ Every Jira user must authorize ConfigCat in Jira who wants to use the ConfigCat
47
47
### Creating new feature flags
48
48
49
49
1. Navigate to any Issue on your Jira board.
50
-
2. Open the `ConfigCat Feature Flag` issue context.
51
-
3. On the `Create and Link` tab, select a ConfigCat Product and Config where you want to create the feature flag.
50
+
2. Open the **ConfigCat Feature Flag** issue context.
51
+
3. On the **Create and Link** tab, select a ConfigCat Product and Config where you want to create the feature flag.
52
52
4. Set up your feature flag.
53
53
5. Select which environment you would like to link to this item.
54
54
6. When linked, you can manage the selected feature flag from this Issue.
@@ -61,9 +61,9 @@ Every Jira user must authorize ConfigCat in Jira who wants to use the ConfigCat
61
61
### View and Edit linked feature flags
62
62
63
63
1. Open an Issue on your Jira board with a linked feature flag.
64
-
2. See the linked feature flags in the `Feature Flag (ConfigCat)` issue section.
64
+
2. See the linked feature flags in the **Feature Flag (ConfigCat)** issue section.
65
65
3. You can manage the selected feature flag from this Issue.
66
-
4. You can add new Percentage Options to Feature Flags or Targeting Rules.
66
+
4. You can add new Targeting Rules or Percentage Options to Feature Flags.
67
67
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)
68
68
6. You can remove Targeting Rules as well.
69
69
@@ -75,7 +75,7 @@ Every Jira user must authorize ConfigCat in Jira who wants to use the ConfigCat
75
75
### Remove linked feature flags
76
76
77
77
1. Open an Issue on your Jira board with a linked feature flag.
78
-
2. Remove the linked feature flag by opening the "More menu" and selecting the "Remove from Issue" option.
78
+
2. Remove the linked feature flag by opening the **More menu** and selecting the **Remove from Issue** option.
Copy file name to clipboardExpand all lines: website/docs/integrations/monday.mdx
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This guide will help you with the plugin installation and familiarise you with t
17
17
3. Add the ConfigCat Feature Flags monday app to your Item.
18
18
4. To use ConfigCat Feature Flags, you must first authorize it with your ConfigCat Public API credentials.
19
19
5. Copy your ConfigCat Public API credentials to the inputs. Read more about <ahref="https://app.configcat.com/my-account/public-api-credentials"target="_blank">ConfigCat Public API credentials here</a>.
20
-
6. Click authorize.
20
+
6. Click **Authorize**.
21
21
22
22
:::info
23
23
Every monday.com user must authorize ConfigCat in monday.com who wants to use the ConfigCat Feature Flags app.
@@ -32,8 +32,8 @@ Every monday.com user must authorize ConfigCat in monday.com who wants to use th
32
32
33
33
### Linking existing feature flags
34
34
35
-
1. Open any item on your monday.com board.
36
-
2. Push the `Link existing feature flag`.
35
+
1. Open any Item on your monday.com board.
36
+
2. Push the **Link existing feature flag** button.
37
37
3. Select a Product, Config, Environment, and Feature Flag to be linked to your monday.com Item.
38
38
4. When linked, you can manage the selected feature flag from this monday.com Item.
39
39
@@ -44,8 +44,8 @@ Every monday.com user must authorize ConfigCat in monday.com who wants to use th
44
44
45
45
### Creating new feature flags
46
46
47
-
1. Open any item on your monday.com board.
48
-
2. Push the `Create and link feature flag`.
47
+
1. Open any Item on your monday.com board.
48
+
2. Push the **Create and link feature flag** button.
49
49
3. Select a Product and Config where you want to create the feature flag.
50
50
4. Set up your feature flag.
51
51
5. Select which environment you would like to link to this Item.
@@ -58,10 +58,10 @@ Every monday.com user must authorize ConfigCat in monday.com who wants to use th
58
58
59
59
### View and Edit linked feature flags
60
60
61
-
1. Open any item on your monday.com board.
62
-
2. See the linked feature flags in the `Feature Flag (ConfigCat)` view.
61
+
1. Open any Item on your monday.com board.
62
+
2. See the linked feature flags in the **Feature Flag (ConfigCat)** view.
63
63
3. You can manage the selected feature flag from this Item.
64
-
4. You can add new Percentage Options to Feature Flags or Targeting Rules.
64
+
4. You can add new Targeting Rules or Percentage Options to Feature Flags.
65
65
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)
66
66
6. You can remove Targeting Rules as well.
67
67
@@ -72,8 +72,8 @@ Every monday.com user must authorize ConfigCat in monday.com who wants to use th
72
72
73
73
### Remove linked feature flags
74
74
75
-
1. Open any item on your monday.com board with a linked feature flag.
76
-
2. Remove the linked feature flag by opening the "More menu" and selecting the "Unlink" option.
75
+
1. Open any Item on your monday.com board with a linked feature flag.
76
+
2. Remove the linked feature flag by opening the **More menu** and selecting the **Unlink** option.
0 commit comments