diff --git a/.travis.yml b/.travis.yml index 096618eb..421cd2f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ branches: - releases matrix: include: + - env: JOB=unit - env: JOB=e2e-guru fast_finish: true allow_failures: diff --git a/README.md b/README.md index e60afee1..f10f44c5 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ We host the latest and all the previous ReDoc releases on GitHub Pages-based **C - [Docker Engine](https://docs.docker.com/engine/api/v1.25/) - [Zuora](https://www.zuora.com/developer/api-reference/) - [Shopify Draft Orders](https://help.shopify.com/api/draft-orders) -- [Discourse](https://docs.discourse.org) +- [Discourse](http://docs.discourse.org) - [APIs.guru](https://apis.guru/api-doc/) ## Deployment diff --git a/docker-compose.yml b/docker-compose.yml index f61847b9..b1fe9826 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,5 @@ dev: - image: node:7 + image: node:7-alpine command: sh -c "npm install; npm start -- --host=0.0.0.0" ports: - "9000:9000" diff --git a/lib/components/ApiInfo/api-info.html b/lib/components/ApiInfo/api-info.html index d9d5094f..c853aaca 100644 --- a/lib/components/ApiInfo/api-info.html +++ b/lib/components/ApiInfo/api-info.html @@ -1,7 +1,7 @@

{{info.title}} ({{info.version}})

- Download OpenAPI (fka Swagger) specification: + Download OpenAPI specification: Download

diff --git a/lib/components/JsonSchema/json-schema.html b/lib/components/JsonSchema/json-schema.html index 07c7853b..b05f7afd 100644 --- a/lib/components/JsonSchema/json-schema.html +++ b/lib/components/JsonSchema/json-schema.html @@ -68,7 +68,7 @@

- {{prop._displayType}} {{prop._displayFormat}} {{prop._range}} diff --git a/lib/components/Redoc/redoc.html b/lib/components/Redoc/redoc.html index 49550648..2bb172a7 100644 --- a/lib/components/Redoc/redoc.html +++ b/lib/components/Redoc/redoc.html @@ -7,7 +7,8 @@
-