mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix modal and popup doc links
This commit is contained in:
@@ -277,12 +277,12 @@
|
||||
|
||||
<!-- Modal -->
|
||||
<li class="menu-section">
|
||||
<a href="{{ page.versionHref }}/api/components/modal/Modal/" class="api-section">
|
||||
<a href="{{ page.versionHref }}/api/components/modal/ionModal/" class="api-section">
|
||||
Modal
|
||||
</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="{{ page.versionHref }}/api/components/modal/Modal/">
|
||||
<a href="{{ page.versionHref }}/api/components/modal/ionModal/">
|
||||
Modal
|
||||
</a>
|
||||
</li>
|
||||
@@ -349,12 +349,12 @@
|
||||
|
||||
<!-- Popup -->
|
||||
<li class="menu-section">
|
||||
<a href="{{ page.versionHref }}/api/components/popup/Popup/" class="api-section">
|
||||
<a href="{{ page.versionHref }}/api/components/popup/ionPopup/" class="api-section">
|
||||
Popup
|
||||
</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="{{ page.versionHref }}/api/components/popup/Popup/">
|
||||
<a href="{{ page.versionHref }}/api/components/popup/ionPopup/">
|
||||
Popup
|
||||
</a>
|
||||
</li>
|
||||
|
||||
1
scripts/docs/templates/common.template.html
vendored
1
scripts/docs/templates/common.template.html
vendored
@@ -13,6 +13,7 @@ docType: "<$ doc.docType $>"
|
||||
<@- endfor @>)</span>
|
||||
<@- endif @>
|
||||
<@- endmacro -@>
|
||||
|
||||
<@ macro githubViewLink(doc) -@>
|
||||
<a href="https://github.com/<$ versionInfo.gitRepoInfo.owner $>/<$ versionInfo.gitRepoInfo.repo $>/tree/master/<$ doc.fileInfo.relativePath $>#L<$ doc.location.start.line+1 $>-L<$ doc.location.end.line+1 $>"><$ doc.fileInfo.relativePath $> (line <$ doc.location.start.line+1 $>)</a>
|
||||
<@- endmacro -@>
|
||||
|
||||
Reference in New Issue
Block a user