📘 OpenAPI/Swagger-generated API Reference Documentation
Go to file
2015-11-04 22:30:06 +02:00
build Add reflect-metadata as external dependency 2015-11-03 01:12:08 +02:00
demo Add navbar 2015-11-04 21:31:10 +02:00
lib move to fixed SwaggerParser fork 2015-11-04 22:30:06 +02:00
.gitignore Support for html and css in separate files 2015-10-03 12:50:35 +03:00
.travis.yml Remove global jspm install 2015-10-28 10:01:35 +02:00
gulpfile.js Initial configuration + build tasks 2015-10-03 12:38:41 +03:00
package.json move to fixed SwaggerParser fork 2015-11-04 22:30:06 +02:00
README.md Added run instructions 2015-10-11 21:33:13 +03:00
system.config.js move to fixed SwaggerParser fork 2015-11-04 22:30:06 +02:00

ReDoc prototype

Build Status

Prototype of component-based Swagger documentation

Under development

Live demo

Running locally

  1. Clone repository git clone https://github.com/RomanGotsiy/redoc-prototype.git
  2. Go to the project folder cd redoc-prototype
  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