Skip to content

Commit b7b25c8

Browse files
committed
Do not highlight ‘Docs’ menu item
1 parent 8ab0079 commit b7b25c8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

_includes/main_menu.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@
2525
<a href="{{ site.external_urls.tutorials }}">Tutorials</a>
2626
</li>
2727

28-
{% assign docs = "resources, features, hub" | split: ", " %}
29-
30-
<li class="main-menu-item {% if docs contains current[1] %}active{% endif %}">
28+
<li class="main-menu-item">
3129
<div id="docsDropdownButton" data-toggle="resources-dropdown" class="resources-dropdown">
3230
<a class="doc-option {% if current[1] == {{ site.baseurl }} %}with-down-white-arrow{% else %}with-down-arrow{% endif %}">
3331
Docs

0 commit comments

Comments
 (0)