-
Notifications
You must be signed in to change notification settings - Fork 214
Editor share previews and publishing workflows #2380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| 1. Click the **Share** button in the editor toolbar. | ||
| 1. Click the **Preview** button to open the preview deployment in a new browser tab. | ||
| <Frame> | ||
| <img src="/images/editor/share-preview-light.png" alt="Share preview panel opened in the editor toolbar." className="block dark:hidden" /> | ||
| <img src="/images/editor/share-preview-dark.png" alt="Share preview panel opened in the editor toolbar." className="hidden dark:block" /> | ||
| </Frame> | ||
| 1. Share the preview URL with anyone who needs to review your changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should these numbers be 1, 2, 3 instead of 1, 1, 1?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They'll still render as 1, 2, 3 and then you don't have to worry about counting if you change how many items are in the list.
Documentation changes
This PR documents recent editor features.
For Reviewers
When reviewing documentation PRs, please consider:
✅ Technical accuracy
✅ Clarity and completeness
✅ User experience
Note
Documents branch-protection–aware publishing behavior and adds preview sharing instructions with screenshots in the editor guide.
Written by Cursor Bugbot for commit e8c2743. This will update automatically on new commits. Configure here.