mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
remove link from menu-subsections
This commit is contained in:
4
docs/templates/pages-data.template.html
vendored
4
docs/templates/pages-data.template.html
vendored
@@ -64,9 +64,7 @@
|
||||
<@ for component in doc.areas.api.navGroups[0].navItems @>
|
||||
<@ if component.type == "section" @>
|
||||
<li class="menu-subsection{% if page.docType == "<$ component.name $>" %} active{% endif %}">
|
||||
<a href="{{page.versionHref}}/<$ component.href $>">
|
||||
<$ component.name $>
|
||||
</a>
|
||||
<$ component.name $>
|
||||
</li>
|
||||
<@ else @>
|
||||
<li class="menu-item{% if page.doc == "<$ component.name $>" %} active{% endif %}">
|
||||
|
||||
Reference in New Issue
Block a user