diff --git a/README.md b/README.md index f9b26265..41b83e7c 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,30 @@ # ReDoc +**OpenAPI/Swagger-generated API Reference Documentation** + [![Build Status](https://travis-ci.org/Rebilly/ReDoc.svg?branch=master)](https://travis-ci.org/Rebilly/ReDoc) [![Coverage Status](https://coveralls.io/repos/Rebilly/ReDoc/badge.svg?branch=master&service=github)](https://coveralls.io/github/Rebilly/ReDoc?branch=master) [![Tested on APIs.guru](http://api.apis.guru/badges/tested_on.svg)](https://APIs.guru) [![Code Climate](https://codeclimate.com/github/Rebilly/ReDoc/badges/gpa.svg)](https://codeclimate.com/github/Rebilly/ReDoc) [![David](https://david-dm.org/Rebilly/ReDoc/dev-status.svg)](https://david-dm.org/Rebilly/ReDoc#info=devDependencies) [![Stories in Ready](https://badge.waffle.io/Rebilly/ReDoc.png?label=ready&title=Ready)](https://waffle.io/Rebilly/ReDoc) [![npm](http://img.shields.io/npm/v/redoc.svg)](https://www.npmjs.com/package/redoc) [![Bower](http://img.shields.io/bower/v/redoc.svg)](http://bower.io/) [![License](https://img.shields.io/npm/l/redoc.svg)](https://github.com/Rebilly/ReDoc/blob/master/LICENSE) [![Browser Compatibility](https://saucelabs.com/browser-matrix/redoc.svg)](https://saucelabs.com/u/redoc) -Swagger-generated API Reference Documentation +![ReDoc demo](demo/redoc-demo.png) -[Live demo](http://rebilly.github.io/ReDoc/) +## [Live demo](http://rebilly.github.io/ReDoc/) + +## Roadmap + - [ ] docs pre-rendering (performance and SEO) + - [ ] ability to simple customization + - [ ] built-in API Console + +## Releases +We host latest and all the previous ReDoc releases on GitHub Pages-based **CDN**: +- `latest` release: https://rebilly.github.io/ReDoc/releases/latest/redoc.min.js +- particular release, e.g. `v0.16.1`: https://rebilly.github.io/ReDoc/releases/v0.16.0/redoc.min.js ## Deployment -#### tl;dr +### TL;DR + ```html @@ -21,28 +34,24 @@ Swagger-generated API Reference Documentation
-