Deploy your site2025年8月22日 · 阅读需 1 分钟Docusaurus is a static-site-generator (also called Jamstack). It builds your site as simple static HTML, JavaScript and CSS files. Build your site Build your site for production: npm run build The static files are generated in the build folder. Deploy your site