Generate a visual documentation site for your Ember.js application by using telling-stories.
This addon assumes that you're already using telling-stories addon.
To install this addon just do:
$ ember install telling-stories-site
To generate a visual documentation site for your app, just run
$ ember ts:build
This command generates a documentation site on dist/ folder. You can check it out locally by running
$ cd dist/
$ python -m SimpleHTTPServer
telling-stories-site is licensed under the MIT license.
See LICENSE for the full license text.