Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions docs/integrations/bitbucket/_category_.yml

This file was deleted.

14 changes: 0 additions & 14 deletions docs/integrations/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
34 changes: 0 additions & 34 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
{
Expand Down
22 changes: 2 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,27 +73,9 @@
},
"packageManager": "yarn@4.9.2",
"resolutions": {
"send@0.18.0": "^0.19.0",
"serialize-javascript": "7.0.5",
"ajv@^8.0.0": "^8.18.0",
"qs": "^6.15.2",
"fast-xml-parser": "^5.7.0",
"path-to-regexp": "0.1.13",
"brace-expansion@^1.1.7": "^1.1.13",
"brace-expansion@^2.0.1": "^2.0.3",
"brace-expansion@^2.0.2": "^2.0.3",
"axios": "1.15.0",
"lodash": "4.18.1",
"yaml@^1.10.0": "^1.10.3",
"yaml@^2.3.4": "^2.8.3",
"yaml@^2.7.0": "^2.8.3",
"picomatch@^2.0.4": "^2.3.2",
"picomatch@^2.2.1": "^2.3.2",
"picomatch@^2.2.3": "^2.3.2",
"picomatch@^2.3.1": "^2.3.2",
"picomatch@^4.0.2": "^4.0.4",
"dompurify": "^3.4.0",
"follow-redirects": "^1.16.0",
"uuid": "^14.0.0",
"postcss": "^8.5.10"
"fast-xml-builder": "^1.1.7"
}
}
Loading
Loading