📘 OpenAPI/Swagger-generated API Reference Documentation
Go to file
2015-12-11 23:50:26 +02:00
build Setup unit tests + few simple tests 2015-12-09 23:46:27 +02:00
demo Rename x-secondaryTag to x-traitTag 2015-12-01 00:29:01 +02:00
lib Rename x-secondaryTag to x-traitTag 2015-12-01 00:29:01 +02:00
tests tests on buildMenuTree 2015-12-11 23:50:26 +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 Add a few schema-manager tests 2015-12-10 21:36:11 +02:00
LICENSE Update LICENSE 2015-10-30 07:56:43 -05:00
package.json Use phantomjs 1.9 instead of 2 2015-12-10 00:19:46 +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