Add API example generator via tent-apidoc
This commit is contained in:
parent
89e20162ed
commit
9b4d94cd2f
4 changed files with 138 additions and 8 deletions
5
Gemfile
5
Gemfile
|
@ -15,4 +15,7 @@ gem 'puma'
|
|||
gem 'rack-rewrite'
|
||||
gem 'pygments.rb', :git => 'git://github.com/akzhan/pygments.rb.git', :branch => 'rubypython-0.6'
|
||||
gem 'clogger'
|
||||
gem 'tent-schemas', :git => 'git@git:tent-schemas.git'
|
||||
gem 'tent-schemas', :git => 'git://github.com/tent/tent-schemas.git', :branch => 'master'
|
||||
gem 'tent-client', :git => 'git@github.com:tent/tent-client-ruby.git', :branch => 'master'
|
||||
gem 'tentd', :git => 'git@github.com:tent/tentd.git', :branch => 'master'
|
||||
gem 'tent-apidoc', :git => 'git@github.com:tent/tent-apidoc.git', :branch => 'master'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue