Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 971 Bytes

File metadata and controls

43 lines (27 loc) · 971 Bytes

Website

This website is built using Docusaurus, a modern static website generator.

Installation

npm install

Local Development

npm run start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

npm run deploy

Deployment is done via ssh using $USER, which is the uname of Linux. It fails in other than *inix OS.

Post Deployment

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.