![JAR search and dependency download from the Maven repository](/logo.png)
guru.nidi.raml.doc.st-templates.main.stg Maven / Gradle / Ivy
main(raml,ramls,template,param,relPath,baseUri,download,docson) ::= <<
$raml.title$
$htmlHead()$
$(template)(param)$
>>
index(firstIndex) ::= <<
>>
urls(raml) ::= <<
$raml.allResources:{r|"$r.uri$", }$
>>
htmlHead() ::= <<
$raml.title$
Version $raml.version$
$raml;format="baseUri"$
$if(download)$ Download RAML $endif$
>>
ramlDoc(doc) ::= <<
$doc.title$
$doc.content;format="markdown"$
>>
doc(nix) ::= <<
$/resource/resourceLinks()$
$raml.documentation:ramlDoc()$
>>
docMain(nix) ::= <<
$/resource/resourceLinks()$
>>
line(title,value) ::= <<
$if(value)$
$title$: $value$
$endif$
>>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy