Skip to content

Commit 0618f99

Browse files
committed
Add Join to menu
Signed-off-by: Chris Abraham <[email protected]>
1 parent a6512ae commit 0618f99

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

_includes/main_menu.html

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
<span class="dropdown-title">Tools</span>
4141
<p>Learn about the tools and frameworks in the PyTorch Ecosystem</p>
4242
</a>
43+
<a class="nav-dropdown-item" href="https://github.com/pytorch-fdn/ecosystem" target="_blank">
44+
<span class="dropdown-title">Join the Ecosystem</span>
45+
</a>
4346
<a class="nav-dropdown-item" href="{{ site.baseurl }}/#community-module">
4447
<span class=dropdown-title>Community</span>
4548
<p>Join the PyTorch developer community to contribute, learn, and get your questions answered.</p>

_includes/mobile_menu.html

+3
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
<li>
5151
<a href="https://landscape.pytorch.org/">Tools</a>
5252
</li>
53+
<li>
54+
<a href="https://github.com/pytorch-fdn/ecosystem">Join the Ecosystem</a>
55+
</li>
5356
<li>
5457
<a href="{{ site.baseurl}}/#community-module">Community</a>
5558
</li>

0 commit comments

Comments
 (0)