Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yusukeiwaki/openapi300playground
https://github.com/yusukeiwaki/openapi300playground
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yusukeiwaki/openapi300playground
- Owner: YusukeIwaki
- Created: 2018-06-30T22:16:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-01T14:33:41.000Z (over 6 years ago)
- Last Synced: 2024-10-18T08:31:36.923Z (3 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
OpenAPI 3.0 で記述したapidoc.ymlをHerokuでホストする
* dist/index.html
* ベースは https://github.com/swagger-api/swagger-ui/blob/master/dist/index.html
* jsとcssはCDNを利用
* URLは `/swagger.yml` に書き換え
* ヘッダは削除 (参考: https://github.com/swagger-api/swagger-ui/wiki/FAQ#how-to-hide-topbar )
* [heroku-buildpack-static](https://github.com/heroku/heroku-buildpack-static)利用
* /swagger.yml のみ、 `apidoc.yml` を指すように変更。