fix: replace all dashboard.mintlify.com references with app.mintlify.com#5900
Closed
devin-ai-integration[bot] wants to merge 1 commit into
Closed
fix: replace all dashboard.mintlify.com references with app.mintlify.com#5900devin-ai-integration[bot] wants to merge 1 commit into
devin-ai-integration[bot] wants to merge 1 commit into
Conversation
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
cdxker
approved these changes
May 22, 2026
…docs The dashboard URL has been migrated from dashboard.mintlify.com to app.mintlify.com. This updates all 572 references across 170 files, including the critical GitLab self-hosted OAuth redirect URI that was causing 'redirect URI is not valid' errors for users configuring self-hosted GitLab OAuth applications. Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1e3a92d to
d98869d
Compare
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.
Documentation changes
Replace all 572 occurrences of
dashboard.mintlify.comwithapp.mintlify.comacross 170 files. The dashboard URL has been migrated toapp.mintlify.combut the docs were not updated to reflect this.The most critical fix is in
deploy/gitlab-self-hosted.mdxwhere the OAuth redirect URI was documented ashttps://dashboard.mintlify.com/api/gitlab-oauth/callback— this caused users configuring self-hosted GitLab OAuth apps to get "The redirect URI included is not valid" errors because the server code now sendshttps://app.mintlify.com/api/gitlab-oauth/callback.Changes span all locales (en, zh, fr, es) and include:
For Reviewers
When reviewing documentation PRs, please consider:
Technical accuracy
app.mintlify.comis the current production URL)Clarity and completeness
dashboard.mintlify.comreferences remainUser experience
Link to Devin session: https://app.devin.ai/sessions/677b04761ebc4382ba7ef880c48c4c9a
Note
Low Risk
Large but mechanical documentation-only link updates; the main risk is missed/incorrect URL replacement causing broken links or misconfigured OAuth redirects.
Overview
Updates documentation and OpenAPI specs to replace references to
dashboard.mintlify.comwithapp.mintlify.comacross the site, including API key/dashboard links and editor/share URL examples.Fixes the self-hosted GitLab OAuth setup docs to use the correct
https://app.mintlify.com/api/gitlab-oauth/callbackredirect URI and related troubleshooting URLs so users don’t configure invalid redirects.Reviewed by Cursor Bugbot for commit d98869d. Bugbot is set up for automated code reviews on this repo. Configure here.