mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
@ -1,3 +1,4 @@
|
|||||||
module.exports = [
|
module.exports = [
|
||||||
{'name': 'demo'},
|
{'name': 'demo'},
|
||||||
|
{'name': 'usage'}
|
||||||
];
|
];
|
||||||
|
9
scripts/docs/templates/common.template.html
vendored
9
scripts/docs/templates/common.template.html
vendored
@ -115,6 +115,13 @@ docType: "<$ doc.docType $>"
|
|||||||
<@ block description @>
|
<@ block description @>
|
||||||
<$ doc.description | marked $>
|
<$ doc.description | marked $>
|
||||||
<@ endblock @>
|
<@ endblock @>
|
||||||
|
|
||||||
|
<@ if doc.usage @>
|
||||||
|
<@ block usage @>
|
||||||
|
<$ doc.usage | marked $>
|
||||||
|
<@ endblock @>
|
||||||
|
<@ endif @>
|
||||||
|
|
||||||
<h1 class="class export"><$ doc.name $> <span class="type"><$ doc.docType $></span></h1>
|
<h1 class="class export"><$ doc.name $> <span class="type"><$ doc.docType $></span></h1>
|
||||||
<p class="module">exported from {@link <$ doc.moduleDoc.id $> <$doc.moduleDoc.id $> }<br/>
|
<p class="module">exported from {@link <$ doc.moduleDoc.id $> <$doc.moduleDoc.id $> }<br/>
|
||||||
defined in <$ githubViewLink(doc) $>
|
defined in <$ githubViewLink(doc) $>
|
||||||
@ -155,7 +162,7 @@ defined in <$ githubViewLink(doc) $>
|
|||||||
<@ endfor -@>
|
<@ endfor -@>
|
||||||
<@- endif -@>
|
<@- endif -@>
|
||||||
|
|
||||||
<@ if doc.properties @>
|
<@ if doc.properties @>
|
||||||
<h2>Attributes:</h2>
|
<h2>Attributes:</h2>
|
||||||
<table class="table" style="margin:0;">
|
<table class="table" style="margin:0;">
|
||||||
<thead>
|
<thead>
|
||||||
|
Reference in New Issue
Block a user