Skip to content

Commit 56d971d

Browse files
committed
explain when publish pushes changes live
1 parent 9f47b48 commit 56d971d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

editor.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,10 @@ Markdown mode provides direct access to the underlying MDX code of your document
113113
## Publishing
114114

115115
<Info>
116-
Publishing directly updates your configured deployment branch. For collaborative workflows, consider using branches and pull requests instead.
116+
Publishing from your main branch updates your live site immediately. To review changes before they go live, work on a separate branch and use pull requests.
117117
</Info>
118118

119-
When you're ready to make your changes live, click the **Publish** button in the top-right corner of the web editor.
120-
121-
Your changes will be deployed to your production site immediately.
119+
When you're ready to make your changes live, select the **Publish** button in the top-right corner of the web editor.
122120

123121
<Frame>
124122
<img

quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ When you are satisfied with your edits, click the `Publish` button in the top-ri
193193

194194
Your changes are immediately deployed to your documentation site.
195195

196-
For more details about using the web editor, including advanced features like slash commands and image uploads, see our [Web Editor documentation](/editor).
196+
For more details about using the web editor, including using branches and pull request to collaborate and preview changes, see our [Web Editor documentation](/editor).
197197

198198
## Adding a Custom Domain
199199

0 commit comments

Comments
 (0)