📘 OpenAPI/Swagger-generated API Reference Documentation
Go to file
2015-10-21 17:26:06 +03:00
build fix watch task 2015-10-18 18:32:03 +03:00
demo Added rigth panel 2015-10-21 14:07:22 +03:00
lib fix incorrect cell order body-param 2015-10-21 17:26:06 +03:00
.gitignore Support for html and css in separate files 2015-10-03 12:50:35 +03:00
.travis.yml moved and minor fixed deployment script 2015-10-08 12:59:16 +03:00
gulpfile.js Initial configuration + build tasks 2015-10-03 12:38:41 +03:00
package.json installed json-schema-instantiator 2015-10-21 17:23:00 +03:00
README.md Added run instructions 2015-10-11 21:33:13 +03:00
system.config.js installed json-schema-instantiator 2015-10-21 17:23:00 +03: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