mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
6 lines
151 B
HTML
6 lines
151 B
HTML
<h1>{$ doc.id $}</h1>
|
|
|
|
{%- for export in doc.exports %}
|
|
<a href="/ionic-site/docs/{$ export.outputPath $}">{$ export.name $}</a></br>
|
|
{% endfor %}
|