Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.35 KB

README.md

File metadata and controls

27 lines (14 loc) · 1.35 KB

This is the source documentation for the Cloud9 IDE User Documentation.

The build system relies on the Panda-Docs Node.js module.

Creating a Build

First, check out this repository. Then, run

npm install

to grab all the required dependencies.

To create a development build, open your command prompt and type:

node build.js true

A development build differs in that it does not compress assets or add iframe headers and footers. To create a releasable build, just run the same command without any arguments:

node build.js

Contributing

We'll very gladly take any pull requests for documentation updates or new workflows! We'll even give you author credits on the pages you create. This source material is intended to be open and sharable to all.

License

Creative Commons License
Cloud9 IDE Documentation is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.