Results 5 comments of Klaas Endrikat

Found at https://github.com/mikepenz/MaterialDrawer/issues/379#issuecomment-112840442 > Solutions > 1. Remove Material Design Library (third-party library, NOT official). > 2. Import Material Design Library (third-party library) without Gradle and rename 'rippleColor' from attributes.xml....

Hi, right now, I have not the time to make this configurable. However you could generate the template and configure the settings directlty: `rails generate swagger:layout` (erb, haml and slim...

It's for the default swagger layout (see https://github.com/kendrikat/grape-swagger-ui/blob/master/app/controllers/swagger_controller.rb#L3).

If you have different doc endpoints setup, you could copy the template for each one and add a separate route for it. (Not very fancy, but easiest way I can...