Deploy Docusaurus Documentation Site
Deploy your documentation in seconds!
Create your Site
npx create-docusaurus@latest my-less-project classic
Visit the Docusaurus Fast Track guide for more information.
Build the Static Content
In order to deploy the site using Less we just need to build it in the /less/statics
folder.
Let's call our site docs
:
cd my-less-project
npx docusaurus build --out-dir less/statics/docs
Deploy
nxp @chuva.io/less-cli deploy --static my-less-project