This website is built using Docusaurus, a modern static website generator.
npm installnpm run startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
npm run buildThis command generates static content into the build directory and can be served using any static contents hosting service.
npm run deployDeployment is done via ssh using $USER, which is the uname of Linux. It fails in other than *inix OS.
After deployment, the DNS mapping often gets reset. Do the following:
- Go to Intugle github account
- select Intugle-Documentation repo
- Go to Settings -> Code and automation -> Pages
- 'Custom domain' should be cleared. Enter 'docs.intugle.ai' and click Save. Wait for it to effect.