ace/doc
Ruben Daniels e894b5f9e0 Merge pull request #2137 from ajaxorg/autocomplete
Fix several small issues
2014-09-12 20:18:22 +02:00
..
site Merge pull request #2137 from ajaxorg/autocomplete 2014-09-12 20:18:22 +02:00
template Fix tab menus 2013-01-14 21:51:56 +04:00
wiki@d93670b47d update site and submodules 2013-09-14 18:47:34 +04:00
additionalObjs.json Run through and fix broken text items 2013-01-14 21:47:48 +04:00
build.js Reshuffle dirs 2013-01-14 21:48:59 +04:00
Contributor_License_Agreement-v2.pdf Revert "Remove CLA info" 2013-02-18 22:40:46 +04:00
Corporate_Contributor_License_Agreement-v2.pdf Revert "Remove CLA info" 2013-02-18 22:40:46 +04:00
index.md Continue finalizing ace api doc 2012-04-25 15:30:18 -07:00
package.json Rebuild API docs 2012-11-28 22:23:32 +04: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