diff --git a/website/docs/assets/zapier_signin.png b/website/docs/assets/zapier_signin.png deleted file mode 100644 index cd5a678a..00000000 Binary files a/website/docs/assets/zapier_signin.png and /dev/null differ diff --git a/website/docs/integrations/amplitude.mdx b/website/docs/integrations/amplitude.mdx index 691dee0b..4566f7f8 100644 --- a/website/docs/integrations/amplitude.mdx +++ b/website/docs/integrations/amplitude.mdx @@ -26,13 +26,16 @@ Every feature flag change in ConfigCat is annotated on the Amplitude charts as a 2. Get an Amplitude API Key and Secret Key. amplitude_apikey_secretkey 3. Open the integrations tab on ConfigCat Dashboard. -4. Click on Amplitude's CONNECT button and set your Amplitude API key and Secret key. +4. Click on Amplitude's **Connect** button and set your Amplitude API key and Secret key. 5. You're all set. Go ahead and make some changes on your feature flags, then check your charts in Amplitude. ### Un-installation 1. Open the integrations tab on ConfigCat Dashboard. -2. Click on Amplitude's DISCONNECT button. +2. Click on Amplitude's **Connected** button. +2. Select the connection from the **Connected** dropdown. +3. Click the **Disconnect** button in the edit dialog. +4. Click **Yes** in the confirmation dialog. ### Chart Annotation diff --git a/website/docs/integrations/datadog.mdx b/website/docs/integrations/datadog.mdx index c833b198..a81f40fa 100644 --- a/website/docs/integrations/datadog.mdx +++ b/website/docs/integrations/datadog.mdx @@ -6,7 +6,7 @@ description: ConfigCat Datadog integration. This is a step-by-step guide on how ## Overview -Ensures that every setting change in ConfigCat is sent to Datadog as an Event. +Monitor feature flag events in real-time. Feature flag changes will appear as events in Datadog, tagged with relevant product, config, and environment details. Feature flag events logged to Datadog @@ -18,14 +18,17 @@ Ensures that every setting change in ConfigCat is sent to Datadog as an Event. Datadog API Key 3. Open the integrations tab on ConfigCat Dashboard. -4. Click on Datadog's CONNECT button and set your Datadog API key. +4. Click on Datadog's **Connect** button and set your Datadog API key. 5. OPTIONAL - Set the proper site of your Datadog account. [More about Datadog site](https://docs.datadoghq.com/getting_started/site/). 6. You're all set. Go ahead and make some changes on your feature flags, then check your Events in Datadog. ## Un-installation 1. Open the integrations tab on ConfigCat Dashboard. -2. Click on Datadog's DISCONNECT button. +2. Click on Datadog's **Connected** button. +3. Select the connection from the **Connected** dropdown. +4. Click the **Disconnect** button in the edit dialog. +5. Click **Yes** in the confirmation dialog. ## Event details diff --git a/website/docs/integrations/intellij.mdx b/website/docs/integrations/intellij.mdx index eacb88a3..baf70c28 100644 --- a/website/docs/integrations/intellij.mdx +++ b/website/docs/integrations/intellij.mdx @@ -30,18 +30,18 @@ This guide will help you install the JetBrains/IntelliJ IDE Plugin and familiari ### Install within the IDE from Marketplace -1. In your IDE, open the `File` > `Settings/Preferences` menu. -1. Go to the `Plugin` page and select the `Marketplace` tab. -1. Search for `ConfigCat Feature Flags`. -1. `Install` the plugin. +1. In your IDE, open the **File** > **Settings/Preferences** menu. +1. Go to the **Plugin** page and select the **Marketplace** tab. +1. Search for **ConfigCat Feature Flags**. +1. **Install** the plugin. 1. Configure the plugin ([see below](#configure-extension)). ### Install manually within the IDE 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). -1. In your IDE, open the `File` > `Settings/Preferences` menu. -1. Go to the `Plugin` page and open the `Gear Icon` menu. -1. Select the `Install plugin from disk...` option. +1. In your IDE, open the **File** > **Settings/Preferences** 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](#configure-extension)). ### Compatible IDEs @@ -68,9 +68,9 @@ The plugin is compatible with the following IDEs. Check the plugin [JetBrains Ma ### Authentication 1. Get your ConfigCat Public API credentials from [ConfigCat Dashboard/Public Management API credentials](https://app.configcat.com/my-account/public-api-credentials). -1. In your IDE, open the `File` > `Settings/Preferences` menu. -1. Search for `ConfigCat Feature Flags` page. -1. Fill out the `Basic auth user name` and `Basic auth password` inputs. +1. In your IDE, open the **File** > **Settings/Preferences** menu. +1. Search for **ConfigCat Feature Flags** page. +1. Fill out the **Basic auth user name** and **Basic auth password** inputs.