Fill gaps from assistant conversations: docs.json location + Auth0 OAuth - #6981
Merged
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. |
ethanpalm
reviewed
Aug 14, 2026
ethanpalm
approved these changes
Aug 14, 2026
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
Fill two recurring gaps surfaced in assistant conversations: readers asking where
docs.jsonlives, and readers asking how to wire Auth0 into Mintlify's OAuth 2.0 support.Changes
organize/settings.mdxso the Global settings page states plainly thatdocs.jsonlives at the repo root and points at both edit paths (web editor and local IDE).help-center/configure-oauth-with-auth0.mdx, a narrow, symptom-named help center page mapping Auth0's endpoints onto Mintlify's OAuth 2.0 fields, redirect-URL registration, groups options, and common Auth0-specific errors. Links back to/deploy/authentication-setupas the canonical setup page instead of duplicating it.docs.json.Context
Recent assistant threads repeatedly asked "where is
docs.json?" and "how do I integrate Auth0 for private docs?". The existing OAuth setup covers the mechanics but doesn't map to Auth0's specific endpoints, so the assistant had to infer them per-conversation.Note
Low Risk
Documentation and navigation metadata only; no runtime product, auth, or build logic changes.
Overview
Adds documentation aimed at common support questions: where
docs.jsonlives and how to connect Auth0 to Mintlify’s OAuth 2.0 private-docs flow.Global settings now opens with a File location section stating that
docs.jsonsits at the repository root (or the documentation directory root in a monorepo in English), with localized equivalents in Spanish, French, and Chinese.A new Help center article,
configure-oauth-with-auth0, maps Auth0 tenant URLs and dashboard fields to Mintlify’s OAuth settings, covers Allowed Callback/Logout URLs, group access via token claims or userinfo, and Auth0-specific troubleshooting. It defers the full setup flow toauthentication-setup. The page is registered indocs.jsonand locale nav files for EN, ES, FR, and ZH.Reviewed by Cursor Bugbot for commit 74df471. Bugbot is set up for automated code reviews on this repo. Configure here.