jensoleg / swagger-ui

Swagger UI is a dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
http://swagger.io
Other
1.14k stars 310 forks source link

How can i display 'Introduction' #84

Open SangHakLee opened 7 years ago

SangHakLee commented 7 years ago

Here is your example. 2017-07-12 09 43 33

The location of swagger.json's info(title, version) is at the bottom left.

However, I want to place 'info' where 'API REFERENCE' is located, as shown below. 2017-07-12 09 35 06 https://auth0.com/docs/api/management/v2#!/Client_Grants/get_client_grants

If I can not do it with the current code, where should I fix it?