Docusaurus is a new modern technology based on react , to help you build documentation sites easily. With complete features , static pages, dynamic pages for documentation and blogs, and others. Docusaurus was developed by Facebook meta developers.
Easy to use and fast to build documentation sites, it is a great choice for your project.
How to docs site with docusaurus ??
For first we need to download Node js
Next you can create a new folder for your document project, for example we create a new document folder on the desktop so the project folder name is docusa
,
now we need to access the desktop folder via terminal and run this command cd C:\Users\PCNAME\Desktop
then we can download docusaurus by running npx create-docusaurus@latest docusa classic
Next step you can access docusa folder and run installation with run this command cd C:\Users\PCNAME\Desktop\docusa && npm install
The last we can try docusaurus project by run npm start
and open localhost:3000
on your web browser
For update documentation site you can access on docs
folder, for create new blog post article you can access on blog
folder