bootprint / bootprint-openapi

Bootprint-module to render OpenAPI specifications, this repository has moved to https://github.com/bootprint/bootprint-monorepo/tree/master/packages/bootprint-openapi
MIT License
357 stars 48 forks source link

how to get the same style with the swagger html page? #70

Closed jinwyp closed 8 years ago

jinwyp commented 8 years ago

I just clone the whole project and run the example.js

I found that the style of target/index.html is different from http://petstore.swagger.io/ page.

the official http://petstore.swagger.io/ page have "Show/Hide / List Operations / Expand Operations " which is more convenient to nav the API ,

How to do this? How to change the theme?

nknapp commented 8 years ago

If you are planning to do anything that improves the general usability of this project, I would gladly accept a pull-request or invite your to the team. Sadly, I don't have much time to do anything for the project right now, but I will publish new versions quickly when new features or bugfixes are available.

nknapp commented 8 years ago

Also, have a look on this tree of hbs-partials to find the right partials to override or change.

jinwyp commented 8 years ago

many thanks