| .. | ||
| resources | ||
| site | ||
| wiki@d2a65d0add | ||
| .gitignore | ||
| build.js | ||
| Contributor_License_Agreement-v2.pdf | ||
| Corporate_Contributor_License_Agreement-v2.pdf | ||
| Editor.mm | ||
| package.json | ||
| README.md | ||
Introduction
The beginnings of an API documentation set for Ace.
This documentation can't be build without C9's version of ndoc, so you should clone that repo somewhere, too. Note to self: since there's a billion people following this project, should I just make this ndoc a submodule, similair to NodeManual? I'd rather not.
Building
In this directory, just run
node build.js [path_to_ndoc]
[path_to_ndoc] is a required argument, indicating the location of your ndoc install, relative to the build.js file. By default, this will point to ./build/ndoc/bin/ndoc.
Right now, yes, we're using the NodeManual.org theme. A real style is pending. Also there are a lot of TODO items so you should really be more concerned about that.