Skip to content

Commit a661184

Browse files
authored
Merge branch 'site' into fix-previous-versions
2 parents a379757 + 0047321 commit a661184

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

_includes/main_menu.html

+3
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@
7474
<span class="dropdown-title">ExecuTorch</span>
7575
<p>End-to-end solution for enabling on-device inference capabilities across mobile and edge devices</p>
7676
</a>
77+
<a class="nav-dropdown-item" target="_blank" href="https://pytorch.org/executorch/stable/index.html">
78+
<span class="dropdown-title">ExecuTorch Documentation</span>
79+
</a>
7780
</div>
7881
</div>
7982
</li>

_includes/mobile_menu.html

+3
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@
7373
<li>
7474
<a href="{{ site.baseurl}}/executorch-overview">ExecuTorch</a>
7575
</li>
76+
<li>
77+
<a href="https://pytorch.org/executorch/stable/index.html">ExecuTorch Documentation</a>
78+
</li>
7679
</ul>
7780
<li class="resources-mobile-menu-title">
7881
<a>Docs</a>

pytorch-domains.html

+7
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@ <h4>torchtext</h4>
9595
</p>
9696
</a>
9797
</div>
98+
<div class="col-sm-5 domain-card">
99+
<a href="https://pytorch.org/executorch/stable/index.html">
100+
<h4>ExecuTorch</h4>
101+
<p>ExecuTorch is a PyTorch platform that provides infrastructure to run PyTorch programs everywhere from AR/VR wearables to standard on-device iOS and Android mobile deployments.
102+
</p>
103+
</a>
104+
</div>
98105
</div>
99106
</div>
100107
</div>

0 commit comments

Comments
 (0)