This respository contains the documentation for athenajs.
The documentation is generated using Docma from the JS comments.
To build the documentation, you first need to clone the athenajs respository and install nodejs the dependencies:
git clone https://github.com/AthenaJS/athenajs.git
cd athenajs
npm install
cd docma-template-athenajs && npm installThen you have to build the Docma template (AthenaJS uses a slightly modified template derived from the official zebra template) by typing:
npm run build-docs-templateThis must be done once.
Then, everytime you need to build the docs, you simply have to type:
npm run build-docsTo start a local server to test the docs generation you may then type:
npm run serve-docsCopyright (c) Nicolas Ramz.
Licensed under the MIT License.