From b1bfb93b8e7156c328c0248bf7aa2ad553d5d754 Mon Sep 17 00:00:00 2001 From: Leslie Lau Date: Thu, 5 Feb 2026 16:28:00 -0500 Subject: [PATCH 1/2] Change third party logos to generic images --- docs/integrations/index.mdx | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/docs/integrations/index.mdx b/docs/integrations/index.mdx index 40e26232..38750f61 100644 --- a/docs/integrations/index.mdx +++ b/docs/integrations/index.mdx @@ -60,7 +60,7 @@ DevCycle APIs, as well as third party integrations to connect DevCycle to the to href: '/integrations/snowflake', label: 'Snowflake Data Sharing', description: "Access your Organization's Event data on Snowflake", - icon: 'simple-icons:snowflake', + icon: 'material-symbols:database-outline', }, { type: 'link', @@ -68,7 +68,7 @@ DevCycle APIs, as well as third party integrations to connect DevCycle to the to label: 'Google Analytics', description: 'Send DevCycle Feature/Variation data from Tag Manager to Google Analytics 4 for A/B test analysis', - icon: 'simple-icons:googleanalytics', + icon: 'mdi:analytics', }, { type: 'link', @@ -76,8 +76,7 @@ DevCycle APIs, as well as third party integrations to connect DevCycle to the to label: 'Rollbar', description: 'Enhance error logging with DevCycle Feature and Variable data', - icon: '', - customIconPath: '/integrations/rollbar/rollbar-icon.svg' + icon: 'mdi:analytics', } ]} /> @@ -112,7 +111,7 @@ DevCycle APIs, as well as third party integrations to connect DevCycle to the to href: '/integrations/feature-importer', description: 'Import resources from other feature flag providers. ', label: 'Feature Flag Importer', - icon: 'logos:launchdarkly-icon', + icon: 'tabler:flag-filled', }, { type: 'link', @@ -127,7 +126,7 @@ DevCycle APIs, as well as third party integrations to connect DevCycle to the to description: 'Upload DevCycle configurations to Vercel Edge Config for faster retrieval', label: 'Vercel Edge Config', - icon: 'logos:vercel-icon', + icon: 'ant-design:code-outlined', }, ]} /> @@ -141,42 +140,42 @@ DevCycle APIs, as well as third party integrations to connect DevCycle to the to href: '/integrations/github/feature-usage-action', description: 'Display code snippets for each variable used in a project.', label: 'GitHub: Flag Code Usages', - icon: 'simple-icons:github', + icon: 'mdi:analytics', }, { type: 'link', href: '/integrations/github/pr-insights-action', label: 'GitHub: Flag Change Insights', description: 'Display added/removed flags on each Pull Request.', - icon: 'simple-icons:github', + icon: 'fluent-mdl2:insights', }, { type: 'link', href: '/integrations/bitbucket/feature-usage-action', description: 'Display code snippets for each variable used in a project.', label: 'Bitbucket: Flag Code Usages', - icon: 'simple-icons:bitbucket', + icon: 'mdi:analytics', }, { type: 'link', href: '/integrations/bitbucket/pr-insights-action', description: 'Display added/removed flags on each Pull Request.', label: 'Bitbucket: Flag Change Insights', - icon: 'simple-icons:bitbucket', + icon: 'fluent-mdl2:insights', }, { type: 'link', href: '/integrations/gitlab/feature-usage-action', description: 'Display code snippets for each variable used in a project.', label: 'GitLab: Flag Code Usages', - icon: 'simple-icons:gitlab', + icon: 'mdi:analytics', }, { type: 'link', href: '/integrations/gitlab/pr-insights-action', description: 'Display added/removed flags on each Merge Request.', label: 'GitLab: Flag Change Insights', - icon: 'simple-icons:gitlab', + icon: 'fluent-mdl2:insights', }, ]} /> @@ -191,7 +190,7 @@ DevCycle APIs, as well as third party integrations to connect DevCycle to the to label: 'Slack', description: 'Connect DevCycle to your Slack workspace to track Feature updates.', - icon: 'akar-icons:slack-fill', + icon: 'material-symbols:chat-outline-rounded', }, ]} /> @@ -204,14 +203,14 @@ DevCycle APIs, as well as third party integrations to connect DevCycle to the to href: '/integrations/jira', label: 'Jira: Flag Management', description: 'Link Jira tickets directly to DecCycle features', - icon: 'simple-icons:jira', + icon: 'tabler:flag-filled', }, { type: 'link', href: '/integrations/terraform', label: 'Terraform Provider', description: 'Manage projects, features and more with Terraform', - icon: 'simple-icons:terraform', + icon: 'ant-design:code-outlined', }, ]} /> From b00375f668f48b55a499a41331ff3456ea9acee0 Mon Sep 17 00:00:00 2001 From: Leslie Lau Date: Thu, 5 Feb 2026 16:36:08 -0500 Subject: [PATCH 2/2] Apply suggestion from @Copilot Fix Spelling Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/integrations/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/index.mdx b/docs/integrations/index.mdx index 38750f61..dd196536 100644 --- a/docs/integrations/index.mdx +++ b/docs/integrations/index.mdx @@ -202,7 +202,7 @@ DevCycle APIs, as well as third party integrations to connect DevCycle to the to type: 'link', href: '/integrations/jira', label: 'Jira: Flag Management', - description: 'Link Jira tickets directly to DecCycle features', + description: 'Link Jira tickets directly to DevCycle features', icon: 'tabler:flag-filled', }, {