More documentation: http://raml2html.leanlabs.io/
Examples generated documentation:
- Github api http://raml2html.leanlabs.io/github
Via Source
$ git clone [email protected]:raml-leanlabsio/raml2html.git && cd raml2html && composer install --no-dev
Via binary
Download latest stable release raml2html.phar release
./raml2html generate -i example/raml/basic/api.raml -o index.html
Assuming that command executed in project directory containing raml file
docker run \
-v `pwd`:/data \
leanlabs/raml-doc-builder \
generate --input=input.raml --output=doc.html
- -i, --input input file base raml file with includes. (required)
- -o, --output output file "index.html" (required)
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.
-
raml2html base in raml parser
-
official raml specification