Skip to content

A gem to generate page entries for Jekyll sites based on Open API swagger.json file.

Notifications You must be signed in to change notification settings

ACOSAS/acos_jekyll_openapi_helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Acos Jekyll Open API json helper

Acos Jekyll Open API helper is a gem written with Jekyll in mind. The gem produces .md files for all paths in the open api swagger json file.

Building the gem

# debug
gem build acos_jekyll_openapi_helper.gemspec -o ./_gems/debug.gem
# debug
gem build acos_jekyll_openapi_helper.gemspec -o ./_gems/release.gem

Publishing the gem

gem push _gems/release.gem

Save your credentials

curl -u *rubygems.org email* https://rubygems.org/api/v1/api_key.yaml > ~/.gem/credentials

About

A gem to generate page entries for Jekyll sites based on Open API swagger.json file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages