📘 OpenAPI/Swagger-generated API Reference Documentation
Go to file
2015-10-30 12:33:57 +02:00
build Build imported css into separate file 2015-10-26 21:34:32 +02:00
demo Add missed x-secondaryTag 2015-10-30 12:33:57 +02:00
lib minor styling 2015-10-30 12:25:45 +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 Update travis not to use global gulp 2015-10-27 14:08:38 +02:00
README.md Added run instructions 2015-10-11 21:33:13 +03:00
system.config.js Added marked markdown parser 2015-10-23 11:35:13 +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