📘 OpenAPI/Swagger-generated API Reference Documentation
Go to file
2015-12-24 14:50:08 +02:00
build Handle scss in tests 2015-12-19 00:53:33 +02:00
demo removed duplicated styles 2015-12-24 14:42:03 +02:00
lib Add Redoc init spec 2015-12-22 18:16:57 +02:00
tests Add ApiLogo Component that uses x-logo option 2015-12-20 23:34:20 +02:00
.codeclimate.yml Add codeclimate badge 2015-12-24 14:50:08 +02:00
.eslintignore Updated eslint 2015-12-12 22:10:59 +02:00
.eslintrc Migrate tests to jasmine instead of macha (angular testing depends on jasmine) 2015-12-18 10:34:17 +02:00
.gitignore Setup coverage and coveralls 2015-12-13 12:37:58 +02:00
.travis.yml Update Travis env variable 2015-12-13 12:49:10 +02:00
gulpfile.js Initial configuration + build tasks 2015-10-03 12:38:41 +03:00
karma.conf.js Add zone.js jasmine patch 2015-12-21 21:35:12 +02:00
LICENSE Update LICENSE 2015-10-30 07:56:43 -05:00
package.json Update devDeps and add david-dm badge 2015-12-19 22:58:08 +02:00
README.md Add codeclimate badge 2015-12-24 14:50:08 +02:00
system.config.js Update devDeps and add david-dm badge 2015-12-19 22:58:08 +02:00

ReDoc

travis-ci-status ![coverage-status-badge] ![code-climate-badge] ![dev-dependency-badge] license-badge

Swagger-generated API Reference Documentation

Under development

[Live demo][demo]

Running locally

  1. Clone repository git clone https://github.com/Rebilly/ReDoc.git
  2. Go to the project folder cd ReDoc
  3. Install node modules npm install
  4. (optional) Replace demo/swagger.json with your own schema
  5. Start the server npm start
  6. Open http://localhost:9000

[coverage-status-badge]:https://coveralls.io/repos/Rebilly/ReDoc/badge.svg?branch=master&service=github) "Coverage Status" [dev-dependency-badge]: https://david-dm.org/Rebilly/ReDoc/dev-status.svg [code-climate-badge]: https://codeclimate.com/github/Rebilly/ReDoc/badges/gpa.svg "Code Climate" [demo]: http://rebilly.github.io/ReDoc/