Skip to content

Commit 48482fb

Browse files
authored
Change source to Markdown (#708)
1 parent 35760ad commit 48482fb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

editor.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,19 +86,19 @@ You can add content blocks and other components to your documentation in visual
8686
/>
8787
</Frame>
8888

89-
### Source Mode
89+
### Markdown Mode
9090

91-
Source mode provides direct access to the underlying MDX code of your documentation. This mode is preferable when you need precise control over component properties or when you prefer to write in Markdown/MDX syntax.
91+
Markdown mode provides direct access to the underlying MDX code of your documentation. This mode is preferable when you need precise control over component properties or when you prefer to write in Markdown/MDX syntax.
9292

9393
<Frame>
9494
<img
9595
src="/images/editor/markdown-mode-light.png"
96-
alt="Source mode in the Mintlify web editor"
96+
alt="Markdown mode in the Mintlify web editor"
9797
className="block dark:hidden"
9898
/>
9999
<img
100100
src="/images/editor/markdown-mode-dark.png"
101-
alt="Source mode in the Mintlify Web Editor"
101+
alt="Markdown mode in the Mintlify Web Editor"
102102
className="hidden dark:block"
103103
/>
104104
</Frame>
@@ -107,7 +107,7 @@ Source mode provides direct access to the underlying MDX code of your documentat
107107

108108
1. **Browse files**: Use the sidebar file explorer to navigate through your documentation.
109109
2. **Open a file**: Click on the file that you want to edit to open it in the editor.
110-
3. **Make changes**: Edit the content using visual or source mode. Changes are automatically saved as drafts.
110+
3. **Make changes**: Edit the content using visual or Markdown mode. Changes are automatically saved as drafts.
111111
4. **Preview changes**: See how your changes will appear in visual mode.
112112

113113
## Publishing

0 commit comments

Comments
 (0)