Skip to content

Commit a520d5d

Browse files
committed
Remove TODOs
1 parent 4d3f23e commit a520d5d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

editor.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Web editor'
33
description: 'Build your documentation using the Mintlify web editor'
44
icon: 'mouse-pointer-2'
55
---
6-
TODO:consider removing decorative images
6+
77
<img
88
className="block dark:hidden my-0 pointer-events-none"
99
src="/images/editor/editor-light.png"
@@ -16,14 +16,14 @@ TODO:consider removing decorative images
1616
/>
1717

1818
## Introduction
19-
TODO: expand this into how and why to use the Web Editor
20-
The web editor provides a visual interface for creating and managing your documentation without requiring local development tools or command-line knowledge.
2119

22-
It offers a **What-You-See-Is-What-You-Get (WYSIWYG)** experience while maintaining synchronization with your Git repository, making it the perfect solution for team collaboration and quick documentation updates.
20+
The web editor is a visual interface for creating, editing, and reviewing documentation directly in your browser.
21+
22+
The web editor offers a **What-You-See-Is-What-You-Get (WYSIWYG)** experience while maintaining synchronization with your Git repository, which lets you see updates in real time and collaborate with your team on documentation changes.
2323

24-
## Web editor vs. CLI
24+
### Web editor vs. CLI
2525

26-
The web editor allows you to create and manage your documentation directly in your browser. You should use the web editor if you want to maintain your documentation in one place with one tool.
26+
The web editor lets you write and edit your documentation in your browser without requiring local development tools or using the command-line. You should use the web editor if you want to maintain your documentation in one place with one tool.
2727

2828
The CLI is a command-line tool that allows you to create and manage your documentation locally using the IDE of your choice. You should use the CLI if you want to integrate documentation into your existing development workflow.
2929

@@ -204,7 +204,7 @@ The web editor integrates with your Git repository, ensuring that all changes ar
204204

205205
* **Branching**: You can make changes directly to your main branch or to a separate branch, depending on your workflow preferences.
206206

207-
* **Pull requests**: For collaborative workflows, you can create pull requests directly from the web editor.
207+
* **Pull requests**: For collaborative workflows, you can create pull requests from the web editor.
208208

209209
## Git Terminology
210210

0 commit comments

Comments
 (0)