We use jekyll so you should use ruby and install it using bundler.
$ bundle install
If you want to check changes, execute jekyll server and open browser.
$ bundle exec jekyll serve
- Edit
_data/tools.yml
and copy/paste/tweak another tool. - Try and avoid using the word "Swagger" unless you work for SmartBear and are literally talking about the Swagger toolsuite. It's been called OpenAPI for years now.
- We only want modern tooling, so if its OpenAPI v2.0 only (and is not in the progress of adding v3 support) maybe find a different tool.
- We try talk about "Description Documents" instead of "Specs" for [reasons][overloaded-terms].
- Send a pull request and make sure the build doesn't break!
[overloaded-terms]: https://www.apisyouwonthate.com/blog/resolving-overloaded-terms-for-api-specifications-descriptions-contract/).