Skip to main content

Docusaurus Editor

Why use Docusaurus Editor

We build Docusaurus Editor to build docs in a Rich text editor with a live preview of the changes being made. This just proviews you a more user friendly interface to develop docs.

https://thind.dev/docusaurus

editor preview

Using docusaurus editor

1. Stating local serve

thind docs --start

This command will start a development site for your site on localhost:7002 and open https://thind.dev/docusaurus.

2. Select Local Directory

https://thind.dev/docusaurus

editor preview

Once editor open in your browser it will prompt you to select the local directory for your docusaurus project. Click Choose Directory > Choose the docusaurus folder on your lcoal machine > Click open

3. Choose Localhost

https://thind.dev/docusaurus

editor preview

By default thind docs --start servers your docs at localhost:7002 but you can also serve the docs on any othe rport using npm run start -- --port 7002 .

When you are prompted to eneter localhost enter the url with http

Managing files

https://thind.dev/docusaurus

editor preview

Editor provides you with a GUI to manage your pages in the sidebar. YOu can add new pages and edit the pages from this sidebar.

Managing Authors

https://thind.dev/docusaurus

editor preview

You can use the Authors page to manage the authors you have available in your blog section.