From 139b85b6119e6ce364f57707d21852b3086837d3 Mon Sep 17 00:00:00 2001 From: Jonathan Norris Date: Thu, 28 May 2026 13:56:33 -0400 Subject: [PATCH 1/2] fix: remove broken Bitbucket remote docs fetch --- .../bitbucket/feature-usage-action.md | 11 ++++++ .../bitbucket/pr-insights-action.md | 11 ++++++ docusaurus.config.js | 34 ------------------- 3 files changed, 22 insertions(+), 34 deletions(-) create mode 100644 docs/integrations/bitbucket/feature-usage-action.md create mode 100644 docs/integrations/bitbucket/pr-insights-action.md diff --git a/docs/integrations/bitbucket/feature-usage-action.md b/docs/integrations/bitbucket/feature-usage-action.md new file mode 100644 index 00000000..2bebd96b --- /dev/null +++ b/docs/integrations/bitbucket/feature-usage-action.md @@ -0,0 +1,11 @@ +--- +title: 'Bitbucket: Feature Flag Code Usages' +--- + +# Bitbucket: Feature Flag Code Usages + +DevCycle's Bitbucket code usage integration scans a repository for feature flag variable keys and uploads code reference data to DevCycle. + +Code references help teams understand where each variable is used before changing or removing it. + +To configure this integration for your workspace, contact [support@devcycle.com](mailto:support@devcycle.com). diff --git a/docs/integrations/bitbucket/pr-insights-action.md b/docs/integrations/bitbucket/pr-insights-action.md new file mode 100644 index 00000000..35524d9e --- /dev/null +++ b/docs/integrations/bitbucket/pr-insights-action.md @@ -0,0 +1,11 @@ +--- +title: 'Bitbucket: Feature Flag Change Insights on Pull Request' +--- + +# Bitbucket: Feature Flag Change Insights on Pull Request + +DevCycle's Bitbucket pull request insights integration reports feature flag changes directly on pull requests. + +This helps reviewers see which variables were added, removed, or changed before merging code. + +To configure this integration for your workspace, contact [support@devcycle.com](mailto:support@devcycle.com). diff --git a/docusaurus.config.js b/docusaurus.config.js index a7bb536e..c250c038 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -204,40 +204,6 @@ const config = { }), }, ], - [ - 'docusaurus-plugin-remote-content', - { - name: 'bitbucket.feature-usage-action', - sourceBaseUrl: - 'https://bitbucket.org/devcyclehq/devcycle-code-refs-pipe/raw/main/', - outDir: 'docs/integrations/bitbucket/feature-usage-action', - documents: ['README.md'], - performCleanup: true, - modifyContent: (filename, content) => ({ - content: - '# Bitbucket: Feature Flag Code Usages\n' + - 'Get the integration on the [Bitbucket Marketplace](https://bitbucket.org/product/features/pipelines/integrations?&p=devcyclehq/devcycle-code-refs-pipe)\n' + - content, - }), - }, - ], - [ - 'docusaurus-plugin-remote-content', - { - name: 'bitbucket.pr-insights-action', - sourceBaseUrl: - 'https://bitbucket.org/devcyclehq/devcycle-pr-insights-pipe/raw/main/', - outDir: 'docs/integrations/bitbucket/pr-insights-action', - documents: ['README.md'], - performCleanup: true, - modifyContent: (filename, content) => ({ - content: - '# Bitbucket: Feature Flag Change Insights on Pull Request\n' + - 'Get the integration on the [Bitbucket Marketplace](https://bitbucket.org/product/features/pipelines/integrations?&p=devcyclehq/devcycle-pr-insights-pipe)\n' + - content, - }), - }, - ], [ 'docusaurus-plugin-remote-content', { From 187ff1869f4e29e6eaa394b3e9770711a495b00c Mon Sep 17 00:00:00 2001 From: Jonathan Norris Date: Fri, 29 May 2026 11:42:15 -0400 Subject: [PATCH 2/2] docs: remove Bitbucket integrations --- docs/integrations/bitbucket/_category_.yml | 3 --- .../integrations/bitbucket/feature-usage-action.md | 11 ----------- docs/integrations/bitbucket/pr-insights-action.md | 11 ----------- docs/integrations/index.mdx | 14 -------------- 4 files changed, 39 deletions(-) delete mode 100644 docs/integrations/bitbucket/_category_.yml delete mode 100644 docs/integrations/bitbucket/feature-usage-action.md delete mode 100644 docs/integrations/bitbucket/pr-insights-action.md diff --git a/docs/integrations/bitbucket/_category_.yml b/docs/integrations/bitbucket/_category_.yml deleted file mode 100644 index eebcd1ce..00000000 --- a/docs/integrations/bitbucket/_category_.yml +++ /dev/null @@ -1,3 +0,0 @@ -label: 'Bitbucket' -position: 2 -collapsed: true \ No newline at end of file diff --git a/docs/integrations/bitbucket/feature-usage-action.md b/docs/integrations/bitbucket/feature-usage-action.md deleted file mode 100644 index 2bebd96b..00000000 --- a/docs/integrations/bitbucket/feature-usage-action.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: 'Bitbucket: Feature Flag Code Usages' ---- - -# Bitbucket: Feature Flag Code Usages - -DevCycle's Bitbucket code usage integration scans a repository for feature flag variable keys and uploads code reference data to DevCycle. - -Code references help teams understand where each variable is used before changing or removing it. - -To configure this integration for your workspace, contact [support@devcycle.com](mailto:support@devcycle.com). diff --git a/docs/integrations/bitbucket/pr-insights-action.md b/docs/integrations/bitbucket/pr-insights-action.md deleted file mode 100644 index 35524d9e..00000000 --- a/docs/integrations/bitbucket/pr-insights-action.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: 'Bitbucket: Feature Flag Change Insights on Pull Request' ---- - -# Bitbucket: Feature Flag Change Insights on Pull Request - -DevCycle's Bitbucket pull request insights integration reports feature flag changes directly on pull requests. - -This helps reviewers see which variables were added, removed, or changed before merging code. - -To configure this integration for your workspace, contact [support@devcycle.com](mailto:support@devcycle.com). diff --git a/docs/integrations/index.mdx b/docs/integrations/index.mdx index dd196536..1cd8b936 100644 --- a/docs/integrations/index.mdx +++ b/docs/integrations/index.mdx @@ -149,20 +149,6 @@ DevCycle APIs, as well as third party integrations to connect DevCycle to the to description: 'Display added/removed flags on each Pull Request.', 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: '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: 'fluent-mdl2:insights', - }, { type: 'link', href: '/integrations/gitlab/feature-usage-action',