Skip to content

Commit f73044b

Browse files
author
Svetlana Karslioglu
authored
Merge pull request #1069 from pytorch/add-libraries-to-nav
Adding torcharrow to the Docs menu Clean up the mobile menu
2 parents 1a4d0a2 + 48f48ec commit f73044b

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

_includes/main_menu.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@
6060
<span class="dropdown-title docs-title">torchvision</span>
6161
<p></p>
6262
</a>
63+
<a class="nav-dropdown-item" href="{{ site.baseurl }}/torcharrow">
64+
<span class="dropdown-title docs-title">torcharrow</span>
65+
<p></p>
66+
</a>
6367
<a class="nav-dropdown-item" href="{{ site.baseurl }}/data">
6468
<span class="dropdown-title docs-title">TorchData</span>
6569
<p></p>

_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)