mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-25 15:22:56 +00:00
Use specific directory. We dont bundle to vendor/bundle
This commit is contained in:
@@ -17,7 +17,9 @@ addons:
|
|||||||
- libqtwebkit-dev
|
- libqtwebkit-dev
|
||||||
- libqtwebkit4
|
- libqtwebkit4
|
||||||
|
|
||||||
cache: bundler
|
cache:
|
||||||
|
directories:
|
||||||
|
- /home/travis/.rvm/gems/ruby-2.6.3
|
||||||
|
|
||||||
install: ./ci/build.sh
|
install: ./ci/build.sh
|
||||||
|
|
||||||
|
|||||||
@@ -522,7 +522,7 @@ end
|
|||||||
The swagger-ui provides several options for customizing it's behavior, all of which are documented here https://github.com/swagger-api/swagger-ui/tree/2.x#swaggerui. If you need to tweak these or customize the overall look and feel of your swagger-ui, then you'll need to provide your own version of index.html. You can do this with the following generator.
|
The swagger-ui provides several options for customizing it's behavior, all of which are documented here https://github.com/swagger-api/swagger-ui/tree/2.x#swaggerui. If you need to tweak these or customize the overall look and feel of your swagger-ui, then you'll need to provide your own version of index.html. You can do this with the following generator.
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
rails generate rswag:ui:custom
|
rails g rswag:ui:custom
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user