Skip to content

alainbernard/theia-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitpod - Code Now Build Status

Theia's Website

The source for the website and online documentation for the Theia IDE Framework.

Documentation Generation

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

CI

The website is automatically build at and deployed to netlify. A Travis build checks for missing links.

Releases

No releases published

Packages

No packages published

Languages

  • CSS 88.2%
  • HTML 7.9%
  • JavaScript 3.9%