fix: remove broken Bitbucket remote docs fetch#978
Merged
jonathannorris merged 2 commits intoMay 29, 2026
Conversation
Deploying devcycle-docs with
|
| Latest commit: |
187ff18
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://300440b7.devcycle-docs.pages.dev |
| Branch Preview URL: | https://fix-bitbucket-docs-build.devcycle-docs.pages.dev |
Contributor
There was a problem hiding this comment.
Pull request overview
Removes broken Bitbucket remote-content fetches from the Docusaurus build configuration and cleans up related integration listings and category metadata.
Changes:
- Remove two
docusaurus-plugin-remote-contententries that fetched Bitbucket README files - Remove the two Bitbucket integration cards from the integrations index page
- Delete the now-unused
bitbucket/_category_.ymlsidebar metadata file
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docusaurus.config.js | Removes the two broken Bitbucket remote-content plugin configurations |
| docs/integrations/index.mdx | Removes the two Bitbucket integration link cards from the integrations page |
| docs/integrations/bitbucket/category.yml | Deletes the now-orphaned Bitbucket sidebar category file |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
JamieSinn
approved these changes
May 29, 2026
cdruxerman
approved these changes
May 29, 2026
jonathannorris
added a commit
that referenced
this pull request
May 29, 2026
* chore: resolve open dependabot security alerts - axios resolutions -> ^1.15.2 (resolves to 1.16.0) (high/medium/low) - ip-address -> ^10.1.1 (resolves to 10.2.0) (medium, XSS) * chore: remove unused ip-address@npm:^9.0.5 resolution * chore: resolve remaining dependabot security alerts - fast-uri <= 3.1.1 -> ^3.1.2 (high, alerts #192 #193) - fast-xml-builder <= 1.1.6 -> ^1.1.7 (high/medium, alerts #190 #191) - @babel/plugin-transform-modules-systemjs <= 7.29.3 -> ^7.29.4 (high, alert #194) * chore: remove redundant ip-address scoped resolution * chore: resolve webpack-dev-server dependabot alert #197 - webpack-dev-server 5.2.3 -> 5.2.4 (medium, alert #197) * chore: add qs resolution to fix alert #198 (medium, DoS) * chore: prefer lockfile-only bumps, keep only required resolutions Remove 26 resolution entries from package.json where the patched version already satisfies the existing semver ranges in the dependency tree. Only two resolutions are truly necessary: - serialize-javascript: 7.0.5 (parents use ^6.x, major bump required) - qs: ^6.15.2 (parents use ~6.14.0 tilde range, cannot reach 6.15.x) All security-relevant packages still resolve to patched or newer versions via lockfile-only resolution. * chore: add fast-xml-builder and fast-xml-parser resolutions to fix alerts #190 and #191 * fix: remove broken Bitbucket remote docs fetch (#978) * fix: remove broken Bitbucket remote docs fetch * docs: remove Bitbucket integrations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Testing
yarn build