README.rdoc in rapidoc-0.0.5 vs README.rdoc in rapidoc-0.0.6

- old
+ new

@@ -1,8 +1,8 @@ = Rapidoc -REST API documentation generator for rails projects ( 0.05 version ). +REST API documentation generator for rails projects ( 0.06 version ). This gem let you generate API documentation of your rails project in html format. It uses routes information, rapidoc comments and json examples for generate static html files. Documentation templates are generated using _handlebars_ and _bootstrap_. @@ -122,9 +122,13 @@ * Rapidoc has a lot of parameters for document actions of resource ( actions[https://github.com/drinor/rapidoc/wiki/Action-Documentation] ) * When you are in an action page, you can click the resource name and go back to the resources page with resource selected. * If there is an error in your documentation, rapidoc show you an error message with the file name that contains the error and block lines. + +* Trace mode ( configuration[https://github.com/drinor/rapidoc/wiki/Configuration] ). + +* Simple and intuitive navigation. == Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`)