awesome-cordova-plugins/scripts/docs/templates/native_menu.template.html
2017-07-07 05:49:45 -04:00

11 lines
615 B
HTML

<li class="capitalize {% if page.id == 'overview' %}active{% endif %}">
<a href="/docs/native/">Overview</a>
</li>
<li class="capitalize {% if page.id == 'mocking' %}active{% endif %}">
<a href="/docs/native/browser.html">Browser Usage</a>
</li>
<@- for doc in docs @><@ if doc.URL and doc.private != true @>
<li class="capitalize {% if page.id == '<$ doc.name|lower|dashify $>' %}active{% endif %}">
<a href="/<$ doc.URL $>"><$ doc.name $></a> <@ if doc.paid == true @><span class="paid">Paid</span><@ endif @><@ if doc.beta == true @><span class="beta">&beta;</span><@ endif @>
</li><@ endif @><@ endfor @>