Skip to content

Commit 48f48ec

Browse files
author
Svetlana Karslioglu
committed
Update the mobile menu
1 parent 55d3263 commit 48f48ec

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

_includes/mobile_menu.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,16 @@
7575
<a href="{{ site.baseurl }}/vision">torchvision</a>
7676
</li>
7777

78-
<li class="{% if current[1] == 'hub' %}active{% endif %}">
79-
<a href="{{ site.baseurl }}/elastic">TorchElastic</a>
78+
<li class="{% if current[1] == 'torcharrow' %}active{% endif %}">
79+
<a href="{{ site.baseurl }}/torcharrow">torcharrow</a>
80+
</li>
81+
82+
<li class="{% if current[1] == 'data' %}active{% endif %}">
83+
<a href="{{ site.baseurl }}/data">TorchData</a>
84+
</li>
85+
86+
<li class="{% if current[1] == 'torchrec' %}active{% endif %}">
87+
<a href="{{ site.baseurl }}/torchrec">TorchRec</a>
8088
</li>
8189

8290
<li class="{% if current[1] == 'serve' %}active{% endif %}">

0 commit comments

Comments
 (0)