ariatemplates / usermanual

This repo holds the articles for ariatemplates.com/usermanual (text content only)
http://ariatemplates.com/usermanual/latest/
5 stars 18 forks source link

Usermanual

Note: in order to run the whole documentation stack locally (with snippets and samples), see the forum entry.

This is both the source documentation and build system for the Aria Templates Usermanual. It consists of:

After you clone this repo, remember you have to install the dependencies. Call:

$ npm install

Running a Build

You should update documentation files inside the src folder, and run the build using this command:

$ node build

If you want to just build the latest version of documentation for quick testing:

$ node build latest

Note that build works with Node 0.8.x, it doesn't run properly on Node 0.10.x.

Launching the test server

$ node test // and follow instructions

Anytime you build a new version of the documentation, you can test your changes using the test server. Just open a browser on http://localhost:8000/ and navigate to your page.

Hooks

Note that this repository uses a git commit hook. Any pushes or merges into the master branch rebuilds all versions of the documentation on the website.

Rolling out a new version

Anytime a new version of the documentation is rolled out (ie for each new ariatemplates version) there are few operations to perform on this repository

Contributing

If you find any typos or have any ideas of something that should be documented, we'll very gladly take any pull requests for new documentation!

This source material is intended to be open and sharable to all.

Fork the repository, create a topic branch, do your fix and finally open a pull request.

License

Aria Templates usermanual documentation is licensed under a Apache 2.0 license