https://github.com/sourcey/spectacle-rails
Generate beautiful static documentation for your Rails API from a OpenAPI/Swagger 2.0 spec.
https://github.com/sourcey/spectacle-rails
Last synced: 6 months ago
JSON representation
Generate beautiful static documentation for your Rails API from a OpenAPI/Swagger 2.0 spec.
- Host: GitHub
- URL: https://github.com/sourcey/spectacle-rails
- Owner: sourcey
- License: mit
- Created: 2016-01-17T01:15:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-04T10:41:33.000Z (almost 10 years ago)
- Last Synced: 2025-01-12T02:42:19.115Z (over 1 year ago)
- Language: Ruby
- Size: 19.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Spectacle
Generate beautiful static documentation for your Rails API from OpenAPI/Swagger 2.0 specifications.
## Contributing
When raising a Pull Request please ensure that you have provided good test coverage for the request you are making.
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request