Simple container to convert RAML files to Markdown.
996
[DEPRECATED] Please use bbrodriges/raml2html with the -e "FORMAT=md" instead.
Simple container to convert RAML files to Markdown.
Using default template:
docker run --rm -v <path_to_raml_files>:/app -e "INPUT=index.raml" -e "OUTPUT=index.md" bbrodriges/raml2md
Using custom template:
docker run --rm -v <path_to_raml_files>:/app -e "INPUT=index.raml" -e "OUTPUT=index.md" -e "TPL=template.nunjucks" bbrodriges/raml2md
Based on https://github.com/raml2html/raml2md
Content type
Image
Digest
Size
350.5 MB
Last updated
about 7 years ago
docker pull bbrodriges/raml2md