docs(editor): consolidate instructions for selecting and navigating#747
Open
lancesnider wants to merge 4 commits into
Open
docs(editor): consolidate instructions for selecting and navigating#747lancesnider wants to merge 4 commits into
lancesnider wants to merge 4 commits into
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR consolidates documentation for selecting objects and navigating the Stage into a single new “Selection and Navigation” page, while simplifying the existing Stage overview page to avoid duplicated instructions.
Changes:
- Added a new consolidated page covering selection techniques and stage navigation.
- Rewrote the Stage page to focus on high-level stage concepts and the View Options menu.
- Removed the legacy “Selecting and Navigating Groups” page and added a redirect to the new consolidated doc.
Reviewed changes
Copilot reviewed 6 out of 12 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| editor/interface-overview/stage.mdx | Replaces detailed selection/navigation instructions with a simplified stage overview and View Options content. |
| editor/interface-overview/selection-and-navigation.mdx | New consolidated documentation for selection behaviors and stage navigation. |
| editor/fundamentals/selecting-and-navigating-groups.mdx | Removes legacy page now covered by the new consolidated doc. |
| editor/fundamentals/groups.mdx | Updates references to point to the new consolidated selection/navigation documentation. |
| editor/fundamentals/edit-vertices.mdx | Replaces duplicated deep-select guidance with a link to the consolidated section. |
| docs.json | Adds the new page to navigation, removes the deleted page, and adds a redirect from the old path. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+12
to
+14
| <Tip> | ||
| To learn how to navigate and select items on the stage, see [Keyboard Shortcuts](/editor/keyboard-shortcuts). | ||
| </Tip> |
| </Tip> | ||
|
|
||
| ### Double-click | ||
| ### View Options menu |
toniarr
previously approved these changes
Jun 22, 2026
Few suggestions and typo fixes, mostly found by copilot. Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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.
Different aspects of selecting and navigating the UI were described in multiple places. This consolidates it all to a single page.
I also rewrote the UI/Stage page, which only talked about navigation.