Skip to content

AthenaJS/athenajs-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AthenaJS Documentation

This respository contains the documentation for athenajs.

Contributing

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 install

Then 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-template

This must be done once.

Then, everytime you need to build the docs, you simply have to type:

npm run build-docs

To start a local server to test the docs generation you may then type:

npm run serve-docs

License

Copyright (c) Nicolas Ramz.

Licensed under the MIT License.

Releases

No releases published

Packages

No packages published

Languages