Skip to content

mconf/mconf-api-docs

Repository files navigation

Mconf-api-docs

A repository with the Redoc configuration that reads the openapi.yaml file and renders a documentation UI using the OpenAPI structure.

Code dependencies

To install the dependencies, run:

$ npm install

How to run

To run a webserver watching for changes in the OpenAPI resources, run:

$ npm start

How to build

To build a HTML file from the documentation, run:

$ npm run build