The source for the website and online documentation for the Theia IDE Framework.
Build the documentation from markdown files in doc
using Gitbook
npm run build
To run a local http-server to browser the documentation type
npm run serve
and point your broswer to localhost:8080
. The contents are automatically built and updated.
When the server is running, you can check for dangling links via
npm run check
The website is automatically build at and deployed to netlify. A Travis build checks for missing links.