📘 OpenAPI/Swagger-generated API Reference Documentation
Go to file
2015-12-12 22:12:51 +02:00
build Add spec files to lint 2015-12-12 22:11:35 +02:00
demo Rename x-secondaryTag to x-traitTag 2015-12-01 00:29:01 +02:00
lib use copy of referenced schema in dereference 2015-12-12 22:12:51 +02:00
tests Updated eslint 2015-12-12 22:10:59 +02:00
.eslintignore Updated eslint 2015-12-12 22:10:59 +02:00
.eslintrc Updated eslint 2015-12-12 22:10:59 +02:00
.gitignore Add .DS_Store to .gitignore 2015-11-22 13:47:26 +02:00
.travis.yml Add jspm packages to travis cache 2015-11-27 00:51:30 +02:00
gulpfile.js Initial configuration + build tasks 2015-10-03 12:38:41 +03:00
karma.conf.js disabled chai truncate 2015-12-12 21:45:57 +02:00
LICENSE Update LICENSE 2015-10-30 07:56:43 -05:00
package.json disabled chai truncate 2015-12-12 21:45:57 +02:00
README.md Minor README fix 2015-12-02 23:56:07 +02:00
system.config.js Scroll relatively to the first scrollable parent 2015-11-29 19:18:01 +02:00

ReDoc

travis-ci-status license-badge

Swagger-generated API Reference Documentation

Under development

Live 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