mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
docs(api): force side menu of api docs to have capitalize class
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
<@ for doc in docs @><@ if doc.URL and doc.private != true @>
|
<@ for doc in docs @><@ if doc.URL and doc.private != true @>
|
||||||
<li class="{% if page.id == '{{<$ doc.name $> | slugify}}' %}active{% endif %}">
|
<li class="capitalize {% if page.id == '{{<$ doc.name $> | slugify}}' %}active{% endif %}">
|
||||||
<a href="/<$ doc.URL $>"><$ doc.name $></a>
|
<a href="/<$ doc.URL $>"><$ doc.name $></a>
|
||||||
</li><@ endif @><@ endfor @>
|
</li><@ endif @><@ endfor @>
|
||||||
|
Reference in New Issue
Block a user