ApidocToGFM

ApidocToGFM is an template for rspec_api_documentation. The template supports GitLab Flavored Markdown (GFM).

Installation

Add this line to your application's Gemfile:

gem 'apidoc_to_gfm'

Usage

RspecApiDocumentation.configure do |config|
  config.format = :gfm
end

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/mr-dxdy/apidoc_to_gfm.

License

The gem is available as open source under the terms of the MIT License.