We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f2062 commit 0047321Copy full SHA for 0047321
_includes/main_menu.html
@@ -74,6 +74,9 @@
74
<span class="dropdown-title">ExecuTorch</span>
75
<p>End-to-end solution for enabling on-device inference capabilities across mobile and edge devices</p>
76
</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>
80
</div>
81
82
</li>
_includes/mobile_menu.html
@@ -73,6 +73,9 @@
73
<li>
<a href="{{ site.baseurl}}/executorch-overview">ExecuTorch</a>
+ <li>
+ <a href="https://pytorch.org/executorch/stable/index.html">ExecuTorch Documentation</a>
+ </li>
</ul>
<li class="resources-mobile-menu-title">
<a>Docs</a>
0 commit comments