Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 476 Bytes

File metadata and controls

18 lines (11 loc) · 476 Bytes

raml2html

Tool for generating static HTML from RAML definitions.

Installation

Install required dependencies before use. Go to raml2html root directory and run:

composer install

To generate static HTML from RAML definitions, use the following code:

php tools/raml2html/raml2html.php build --non-standard-http-methods=COPY,MOVE,PUBLISH,SWAP -t default -o docs/api/rest_api/rest_api_reference/ docs/api/rest_api/rest_api_reference/input/ez.raml