Update from code changes: document Bitbucket OAuth - #6865
Open
mintlify[bot] wants to merge 9 commits into
Open
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
Author
|
Update from code changes updated this PR. Added clearer webhook guidance, aligned translations, and expanded Chinese SEO descriptions Source PRs
|
Contributor
Author
|
Update from code changes updated this PR. Added no documentation changes Source PRs
|
Bugbot is paused — on-demand spend limit reachedBugbot uses usage-based billing for this team and has hit its on-demand spend limit. A team admin can raise the spend limit in the Cursor dashboard, or wait for the next billing cycle to continue. |
Contributor
Author
|
Update from code changes updated this PR. Added translated heading anchors and expanded Chinese SEO descriptions Source PRs
|
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
Document Bitbucket OAuth repository connections and webhook verification for Mintlify automations.
Changes
Context
Triggered by mintlify/server#7209 and mintlify/server#7210.
Note
Low Risk
Documentation-only changes with no application or security logic modified.
Overview
Documents Bitbucket as a supported provider for Mintlify automations, alongside existing GitHub and GitLab coverage.
Adds reusable
BitbucketAutomationSetupsnippets (English plus Spanish, French, and Chinese) that explain connecting via dashboard OAuth, selecting workspaces/repos, per-repo webhooks for triggers, signature verification, and how to disconnect repos or the installation. The create, manage, and overview automation pages in each locale import the snippet, add a#bitbucket-setupanchor, and extend prerequisites with Bitbucket account requirements.Overview copy now states automations support GitHub, GitLab, and Bitbucket (replacing GitHub/GitLab-only wording).
automations/manage.mdxand several Chinese page descriptions are lightly updated to mention Bitbucket where relevant.Reviewed by Cursor Bugbot for commit 809c86b. Bugbot is set up for automated code reviews on this repo. Configure here.
Update history
Note
Low Risk
Documentation-only changes with no application code; lowest risk for production behavior.
Overview
Adds Bitbucket as a documented provider for Mintlify automations alongside GitHub and GitLab, in English, Spanish, French, and Chinese.
New shared
bitbucket-automation-setupsnippets describe connecting workspaces and repos via Bitbucket OAuth, registering webhooks for automation triggers, requirements before using a repo as a deployment Git source, push/preview deployment behavior, webhook signature verification (invalid signatures rejected; unrecognized repos ignored), and how to disconnect repos or the installation.Automation create, manage, and overview pages now list Bitbucket in prerequisites, supported providers, and embed the setup section (with
#bitbucket-setupanchors). English manage page description is refreshed; some Chinese page descriptions mention Bitbucket explicitly.Reviewed by Cursor Bugbot for commit 00f8e24. Bugbot is set up for automated code reviews on this repo. Configure here.