Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 786 Bytes

File metadata and controls

27 lines (17 loc) · 786 Bytes

RapiDoc

This is my deeply customized RapiDoc version for Open-API spec viewing.

View it deployed to GitHub pages.

Documentation

Check out the usage and demos

Examples

Examples and Test cases

Build Process

# Clone / Download the project then
npm install

# build will generate rapidoc-min.js, this is the only file you will need.
# use it in the script tag of your html <script type="text/javascript" src="rapidoc-min.js"></script></body>
npm run build

# for developement use yarn serve (this will start an webserver at port 8080, then navigate to localhost:8080)
npm run serve