This plugin contains a collection of pre-written documentation layouts and helpers for use in many typical Origen documentation scenarios.
Additional contributions are welcome, see below for how to setup a development environment, please add examples for any new features.
In your Gemfile add:
gem "origen_doc_helpers", ">= 0.8.6"
or if your application is a plugin add this to your .gemspec
spec.add_development_dependency "origen_doc_helpers", ">= 0.8.6"
See the Available Helpers page to see the current list of helpers and how to use them.
Clone the repository from Github.
All templates can be found in templates/shared
.