Update REPP doc

This commit is contained in:
Martin Lensment 2015-03-31 10:40:22 +03:00
parent bb93f8b609
commit d5a117dfc5
3 changed files with 194 additions and 65 deletions

View file

@ -89,5 +89,7 @@ RSpec.configure do |config|
c.syntax = [:should, :expect]
end
Autodoc.configuration.path = "doc/repp/v1"
Autodoc.configuration.path = 'doc/repp/v1'
Autodoc.configuration.suppressed_request_header = ['Host']
Autodoc.configuration.suppressed_response_header = ['ETag', 'X-Request-Id', 'X-Runtime']
end