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
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.
21
19
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.
23
23
24
-
## Web editor vs. CLI
24
+
###Web editor vs. CLI
25
25
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.
27
27
28
28
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.
29
29
@@ -204,7 +204,7 @@ The web editor integrates with your Git repository, ensuring that all changes ar
204
204
205
205
***Branching**: You can make changes directly to your main branch or to a separate branch, depending on your workflow preferences.
206
206
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.
0 commit comments