docs: document unlist page action in the web editor#5823
Open
mintlify[bot] wants to merge 2 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 Unlist action in the web editor, which removes a page from the navigation tree while keeping the underlying file in the repository.
Changes
editor/pages.mdx, explaining how to trigger it from the right-click menu or page settings, what happens on publish, how to undo, and when the action is hidden.Context
Source PR adds an Unlist action to the editor's nav tree context menu and page settings sheet. Selecting Unlist removes the page from
docs.jsonnavigation but preserves the.mdxfile in Git, where it shows up as "unlisted" in the Add existing file submenu so it can be re-added later. The action supports undo and is hidden for pages without an underlying file (such as external links).Note
Low Risk
Documentation-only updates describing the new
Unlistaction; no runtime code or behavior changes.Overview
Adds documentation for a new
Unlistpage action in the web editor, explaining how to remove a page from navigation while keeping the underlying.mdxfile, how publish affects onlydocs.json, undo behavior, and when the action is hidden.Mirrors the new
Unlistguidance in the Spanish, French, and Chinese translations, and refreshes the localized page descriptions.Reviewed by Cursor Bugbot for commit 53341c3. Bugbot is set up for automated code reviews on this repo. Configure here.