apitome icon indicating copy to clipboard operation
apitome copied to clipboard

Apitome: /iˈpitəmē/ An API documentation presentation layer for RSpec API Documentation output.

Results 15 apitome issues
Sort by recently updated
recently updated
newest added

The chromedriver-helper project is unsupported as of 2019/03/13 and the project owner is encouraging developers to switch to the webdrivers gem. See https://github.com/flavorjones/chromedriver-helper/issues/83

Improve the link formatting for two links in the README that are using markdown but should be using anchor tags. ## Before ![image](https://user-images.githubusercontent.com/12213081/66273510-a7127100-e842-11e9-81e3-cec628e0e233.png) ## After ![image](https://user-images.githubusercontent.com/12213081/66273528-c6110300-e842-11e9-9749-04515a017705.png)

I have some JSON documentation that was generated by the https://github.com/zipmark/rspec_api_documentation gem, and we are using the apitome gem to display the documentation. I've noticed some of the left-navigation menu...

This pull request adds the ability to specify multiple doc paths. This is useful when you have multiple groups of documentation generated by RAD, for instance when your API has...

RAD allows you to create groups and send those Examples to different folders. I'd like to be able to support a Public and a Private folder with a separate README.md...