Deploy a Docusaurus Static Site
Docusaurus is a great way to build documentation websites for your projects, and you can deploy a Docusaurus site on Render in under a minute.
Your site is served over a lightning-fast global CDN, comes with fully managed TLS certificates, and supports custom domains out of the box.
- 
Create a new Static Site on Render, and give Render permission to access your Docusaurus repo. 
- 
Use the following values during creation: Build Command yarn install; yarn buildPublish Directory ./buildprojectNameabove is the value you defined indocusaurus.config.jsas shown below.
That's it! Your app will be live on your Render URL as soon as the build finishes.
See Specifying a Node Version if you need to customize the version of Node.js used for your site.