docs: add editor settings page#5808
Open
mintlify[bot] wants to merge 3 commits into
Open
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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
Documents the new editor settings surface: per-user preferences and AI instructions, plus per-deployment publishing settings (commit/PR instructions, draft PR default, and PR merge method).
Changes
editor/settings.mdxexplaining user settings (navigation structure, fit to full width, open live preview in new tab, AI instructions) and publishing settings (commit instructions, PR instructions, create draft PR by default, PR merge method), with a Conventional Commits example.docs.json.Context
The upstream change introduces editor user settings and deployment-level publishing settings, including endpoints to update them. This page gives end users a single place to learn what each setting does, when to use it, and how to configure it.
Note
Low Risk
Low risk documentation-only change that adds new pages and navigation entries without affecting runtime behavior.
Overview
Adds a new
editor/settings.mdxpage documenting user settings (preferences like navigation layout/full width/live preview behavior and personal AI instructions) and deployment publishing settings (commit/PR instructions, draft PR default, and merge method), including a Conventional Commits example.Registers the new Settings page in the Editor navigation for English (
docs.json) and adds localized equivalents plus nav entries for Spanish (es/editor/settings.mdx,es.json) and French (fr/editor/settings.mdx,fr.json).Reviewed by Cursor Bugbot for commit 704dfb3. Bugbot is set up for automated code reviews on this repo. Configure here.