Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

c9/docs.c9.io

Repository files navigation

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

Deploy

The site https://docs.c9.io is deployed automatically whenever something is pushed to master.

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.