You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: editor.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ Markdown mode provides direct access to the underlying `MDX` code of your docume
102
102
103
103
## Git fundamentals
104
104
105
-
The web editor performs Git operations behind the scenes. Understanding these concepts will help you work more effectively with the web editor.
105
+
The web editor performs Git operations behind the scenes. Understanding these concepts will help you work more effectively with the web editor and collaborate with team members who are working in their local environments.
106
106
107
107
<AccordionGroup>
108
108
<Accordiontitle="Repository">
@@ -135,7 +135,7 @@ The web editor performs Git operations behind the scenes. Understanding these co
135
135
The web editor connects to your Git repository through our [GitHub App](/settings/github) or [GitLab integration](/settings/gitlab) and handles Git automatically. When you:
136
136
137
137
-**Open a file**: Fetches the latest version from your repository.
138
-
-**Make changes in a file**: Tracks your changes as a draft that can become a Git commit.
138
+
-**Make changes in a file**: Tracks your changes as a draft that can become a commit.
139
139
-**Save changes**: Creates a commit with your changes.
140
140
-**Create a branch**: Creates a new branch in your repository.
141
141
-**Publish on your deployment branch**: Creates a commit and pushes directly to your deployment branch.
@@ -160,7 +160,7 @@ Branches let you work on changes without affecting the content on your live site
160
160
161
161
### Saving changes on a branch
162
162
163
-
To save your changes on a branch, select the **Save Changes** button in the top-right corner of the editor.
163
+
To save your changes on a branch, select the **Save Changes** button in the top-right corner of the editor. This creates a commit with your changes and pushes it to your branch.
164
164
165
165
### Switching branches
166
166
@@ -177,13 +177,13 @@ Edit existing content, create new pages, and organize your site structure in the
177
177
178
178
### Navigating files
179
179
180
-
Use the sidebar file explorer to browse your documentation, or select <kbd>Command</kbd> + <kbd>P</kbd> (<kbd>Ctrl</kbd> + <kbd>P</kbd> on Windows) to search for files.
180
+
Use the sidebar file explorer to browse your documentation, or press <kbd>Command</kbd> + <kbd>P</kbd> (<kbd>Ctrl</kbd> + <kbd>P</kbd> on Windows) to search for files.
181
181
182
182
### Editing content
183
183
184
184
Make changes to your pages using visual mode or Markdown mode.
185
185
186
-
In visual mode, select <kbd>/</kbd> to open the dropdown component menu. Add content blocks, callouts, code blocks and other components to customize your documentation.
186
+
In visual mode, press <kbd>/</kbd> to open the dropdown component menu. Add content blocks, callouts, code blocks and other components to customize your documentation.
187
187
188
188
<Frame>
189
189
<img
@@ -218,7 +218,7 @@ In visual mode, select <kbd>/</kbd> to open the dropdown component menu. Add con
218
218
}}
219
219
alt="Files menu in the web editor in dark mode."/>
220
220
1. Enter a filename.
221
-
1.Select <kbd>Enter</kbd> to create the file.
221
+
1.Press <kbd>Enter</kbd> to create the file.
222
222
223
223
Your new page will open in the editor, ready for content to be added.
0 commit comments