richhollis / swagger-docs

Generates swagger-ui json files for Rails APIs with a simple DSL.
MIT License
750 stars 150 forks source link

Can't load docs #69

Closed software-project closed 10 years ago

software-project commented 10 years ago

I have generated api, but it doesn't create index.html to view it.

richhollis commented 10 years ago

HI Marcin

The swagger-docs gem doesn't generate an index.html file. I think you might be thinking about swagger-ui: https://github.com/wordnik/swagger-ui

Probably worth reading the docs for swagger-ui and/or the specification to understand a bit more about how everything fits together.

Cheers Richard