ace/doc
Garen Torikian b7e4d83233 Merge pull request #1071 from ajaxorg/site
fix workers on ace.ajax.org
2012-10-27 21:05:20 -07:00
..
resources Update generated API content 2012-10-17 13:32:51 -07:00
site Merge pull request #1071 from ajaxorg/site 2012-10-27 21:05:20 -07:00
wiki@d93670b47d fix doc/wiki 2012-05-24 23:35:51 +04:00
additionalObjs.json Force higher (fixed) Panino; remove needless package.json 2012-04-29 18:22:02 -07:00
build.js Final for now 2012-09-17 00:48:19 -04:00
Contributor_License_Agreement-v2.pdf add CLAs to the doc directory 2011-04-27 09:52:29 +02:00
Corporate_Contributor_License_Agreement-v2.pdf add CLAs to the doc directory 2011-04-27 09:52:29 +02:00
Editor.mm add some ideas 2011-01-17 13:03:11 +01:00
index.md Continue finalizing ace api doc 2012-04-25 15:30:18 -07:00
package.json Update Events documentation 2012-08-30 11:30:59 -07:00
README.md Fix titles in API docs (via new Panino) 2012-08-28 16:08:28 -07:00

Introduction

The API doc build takes a look a source Javascript files in the lib directory, and turns it into HTML output in the api directory. It uses Panino to perform the conversion.

For any questions on the build system, please see that repo.

Building

In the root directory, just run:

make doc

In this directory, just run:

npm install
node build.js