Docusaurus can be used as a framework to quickly generation documentation for your products. Its best to generate a static website and service Docusaurus on a CDN and custom hostname which can easily be done with KintoHub!
About KintoHub:
KintoHub aligns teams to ship & operate cloud native apps with ease. Learn More
- Apply this template to your Github
- Create a Website KintoBlock
- Set the name of your kinto block
- Choose Static from build as your type
- Choose
Node.js
as the language and11.7.0
as the version - Set the Build Command as
cd /app/website && npm install && npm run build
- Set the Build Output Folder as
/website/build/test-site/
(NOTE: You must have the trailing slash at the moment)
You're now good to go! Click Create Website. Now click Build Latest Commit
... The build takes about 2 minutes. Once complete, Click Add to Project
Follow the instruction to creating a new project. Once created, you can then click Open on your Docusaurus block and see it running live!
Ensure you have the latest node installed
cd /website
npm install
npm run start
- Your browser will automatically open with localhost:3000
cd /website
npm test
You can do a lot with KintoHub and your deployed application. Some helpful links for next steps that you may consider with this project.