From f4c957a837fb035ab8e2e196fe13f7135b780bd2 Mon Sep 17 00:00:00 2001 From: Ben Rometsch Date: Wed, 20 Dec 2023 12:52:18 +0000 Subject: [PATCH] docs: add beta integrations (#3175) Co-authored-by: Matthew Elwell --- docs/docs/integrations/analytics/adobe.md | 16 ++++++++ docs/docs/integrations/overview.md | 39 +++++++++++++++++++ .../project-management/servicenow.md | 15 +++++++ .../img/integrations/adobe/adobe-logo.svg | 15 +++++++ .../servicenow/servicenow-logo.svg | 1 + 5 files changed, 86 insertions(+) create mode 100644 docs/docs/integrations/analytics/adobe.md create mode 100644 docs/docs/integrations/project-management/servicenow.md create mode 100644 docs/static/img/integrations/adobe/adobe-logo.svg create mode 100644 docs/static/img/integrations/servicenow/servicenow-logo.svg diff --git a/docs/docs/integrations/analytics/adobe.md b/docs/docs/integrations/analytics/adobe.md new file mode 100644 index 000000000000..208161cf282f --- /dev/null +++ b/docs/docs/integrations/analytics/adobe.md @@ -0,0 +1,16 @@ +--- +title: Adobe Analytics Integration +sidebar_label: Adobe Analytics +hide_title: true +--- + +![Adobe](/img/integrations/adobe/adobe-logo.svg) + +You can integrate Flagsmith with Adobe Analytics. You can automate AB tests by connecting the Flagsmith platform with +Adobe Analytics. + +:::tip + +The Adobe Analytics integration is in Alpha - please contact us to join the Alpha! + +::: diff --git a/docs/docs/integrations/overview.md b/docs/docs/integrations/overview.md index c91b3660925c..37bd883c99ee 100644 --- a/docs/docs/integrations/overview.md +++ b/docs/docs/integrations/overview.md @@ -11,6 +11,8 @@ here, please get in touch to discuss your particular use case. ## CI/CD Platforms +--- + You can integrate Flagsmith with Terraform. Use our Terraform provider to drive flag management as part of your @@ -18,31 +20,50 @@ Infrastructure as Code tooling. [Learn more](/integrations/terraform). ## Analytics Platforms +--- + + + +You can integrate Flagsmith with Adobe Analytics. You can automate AB tests by connecting the Flagsmith platform with +Adobe Analytics. + +--- + You can integrate Flagsmith with Amplitude. You can automate AB tests by connecting the Flagsmith platform with Amplitude. [Learn more](/integrations/analytics/amplitude). +--- + You can integrate Flagsmith with Heap Analytics. The integration automatically sends the flag states for identified users into Heap for cohort analysis, A/B testing and more. [Learn more](/integrations/analytics/heap). +--- + You can integrate Flagsmith with Mixpanel. The integration automatically sends the flag states for identified users into Mixpanel for cohort analysis, A/B testing and more. [Learn more](/integrations/analytics/mixpanel). +--- + You can integrate Flagsmith with Segment. Send your Identity flag states into segment for further downstream analysis. [Learn more](/integrations/analytics/segment). +--- + You can integrate Flagsmith with Rudderstack. Send your Identity flag states into Rudderstack for further downstream analysis. [Learn more](/integrations/analytics/rudderstack). +--- + You can integrate Flagsmith with your own Analytics Platform/Data Warehouse. Send your Identity flag states into @@ -50,21 +71,29 @@ Snowflake, RedShift or anywhere else for further downstream analysis! [Learn mor ## Application Monitoring and Performance +--- + You can integrate Flagsmith with Datadog. Send flag change events from Flagsmith into your Datadog event stream. [Learn more](/integrations/apm/datadog). +--- + You can integrate Flagsmith with Dynatrace. Send flag change events from Flagsmith into your Dynatrace event stream. [Learn more](/integrations/apm/dynatrace). +--- + You can integrate Flagsmith with New Relic. Send flag change events from Flagsmith into your Datadog event stream. [Learn more](/integrations/apm/newrelic). +--- + You can integrate Flagsmith with AppDynamics. Send flag change events from Flagsmith into your AppDynamics event stream. @@ -72,10 +101,20 @@ You can integrate Flagsmith with AppDynamics. Send flag change events from Flags ## Project Management +--- + View your Flagsmith flags inside Jira. [Learn more](/integrations/project-management/jira). +--- + + + +Manage your Flagsmith Change Requests inside ServiceNow. [Learn more](/integrations/project-management/servicenow). + +--- + You can integrate Flagsmith with Slack. Send flag change events from Flagsmith into your Slack channels. diff --git a/docs/docs/integrations/project-management/servicenow.md b/docs/docs/integrations/project-management/servicenow.md new file mode 100644 index 000000000000..ac09aac93c82 --- /dev/null +++ b/docs/docs/integrations/project-management/servicenow.md @@ -0,0 +1,15 @@ +--- +title: ServiceNow Integration +sidebar_label: ServiceNow +hide_title: true +--- + +![Adobe](/img/integrations/servicenow/servicenow-logo.svg) + +You can integrate Flagsmith with ServiceNow. Manage your Flagsmith Change Requests inside ServiceNow. + +:::tip + +The ServiceNow integration is in Alpha - please contact us to join the Alpha! + +::: diff --git a/docs/static/img/integrations/adobe/adobe-logo.svg b/docs/static/img/integrations/adobe/adobe-logo.svg new file mode 100644 index 000000000000..eb241f306b00 --- /dev/null +++ b/docs/static/img/integrations/adobe/adobe-logo.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/docs/static/img/integrations/servicenow/servicenow-logo.svg b/docs/static/img/integrations/servicenow/servicenow-logo.svg new file mode 100644 index 000000000000..ec2bf686696b --- /dev/null +++ b/docs/static/img/integrations/servicenow/servicenow-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file