Sha256: 933de3f1069b85c0bccdf092f7847eab9aded8f85241e655483f059d8a27efd3

Contents?: true

Size: 687 Bytes

Versions: 2

Compression:

Stored size: 687 Bytes

Contents

# ApidocToGFM

ApidocToGFM is an template for [rspec_api_documentation](https://github.com/zipmark/rspec_api_documentation). The template supports [GitLab Flavored Markdown (GFM)](https://docs.gitlab.com/ee/user/markdown.html#gitlab-flavored-markdown-gfm).

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'apidoc_to_gfm'
```

## Usage

``` ruby
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](http://opensource.org/licenses/MIT).

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
apidoc_to_gfm-0.0.2 README.md
apidoc_to_gfm-0.0.1 README.md