|
6 | 6 |
|
7 | 7 | <li class="main-menu-item">
|
8 | 8 | <div id="dropdownMenuButton" data-toggle="resources-dropdown" class="resources-dropdown">
|
9 |
| - <a class="resource-option {% if (current[1] == {{ site.baseurl }} or current[1] == 'foundation' or current[1] == 'join') %}with-down-white-arrow{% else %}with-down-arrow{% endif %}" href="{{ site.baseurl }}/ecosystem"> |
| 9 | + <a class="resource-option {% if (current[1] == {{ site.baseurl }} or current[1] == 'foundation' or current[1] == 'join' or current[1] == 'edge' or current[1] == 'executorch-overview') %}with-down-white-arrow{% else %}with-down-arrow{% endif %}"> |
10 | 10 | Ecosystem
|
11 | 11 | </a>
|
12 | 12 | <div class="resources-dropdown-menu">
|
13 | 13 | <a class="nav-dropdown-item" href="{{ site.baseurl}}/ecosystem">
|
14 | 14 | <span class="dropdown-title">Tools</span>
|
15 | 15 | <p>Learn about the tools and frameworks in the PyTorch Ecosystem</p>
|
16 | 16 | </a>
|
17 |
| - <a class="nav-dropdown-item" href="{{ site.baseurl}}/ecosystem/pted/2021"> |
18 |
| - <span class="dropdown-title">Ecosystem Day - 2021</span> |
19 |
| - <p>See the posters presented at ecosystem day 2021</p> |
20 |
| - </a> |
21 |
| - <a class="nav-dropdown-item" href="{{ site.baseurl}}/ecosystem/ptdd/2021"> |
22 |
| - <span class="dropdown-title">Developer Day - 2021</span> |
23 |
| - <p>See the posters presented at developer day 2021</p> |
24 |
| - </a> |
25 | 17 | <a class="nav-dropdown-item" href="{{ site.baseurl}}/ecosystem/ptc/2022">
|
26 | 18 | <span class="dropdown-title">PyTorch Conference - 2022</span>
|
27 |
| - <p>See the posters presented at PyTorch conference - 2022</p> |
| 19 | + <p>See the posters presented at PyTorch Conference - 2022</p> |
| 20 | + </a> |
| 21 | + <a class="nav-dropdown-item" href="https://events.linuxfoundation.org/pytorch-conference/"> |
| 22 | + <span class="dropdown-title">PyTorch Conference - 2023</span> |
| 23 | + <p>October 16-17 in San Francisco</p> |
28 | 24 | </a>
|
29 |
| - |
30 | 25 | </div>
|
31 | 26 | </div>
|
32 | 27 | </li>
|
33 | 28 |
|
34 |
| - <li class="main-menu-item {% if current[1] == 'mobile' %}active{% endif %}"> |
35 |
| - <a href="{{ site.baseurl }}/mobile">Mobile</a> |
| 29 | + <li class="main-menu-item"> |
| 30 | + <div id="dropdownMenuButton" data-toggle="resources-dropdown" class="resources-dropdown"> |
| 31 | + <a class="resource-option {% if (current[1] == {{ site.baseurl }} or current[1] == 'foundation' or current[1] == 'join' or current[1] == 'edge' or current[1] == 'executorch-overview') %}with-down-white-arrow{% else %}with-down-arrow{% endif %}"> |
| 32 | + PyTorch Edge |
| 33 | + </a> |
| 34 | + <div class="resources-dropdown-menu"> |
| 35 | + <a class="nav-dropdown-item" href="{{ site.baseurl}}/edge"> |
| 36 | + <span class="dropdown-title">About PyTorch Edge</span> |
| 37 | + </a> |
| 38 | + <a class="nav-dropdown-item" href="{{ site.baseurl}}/executorch-overview"> |
| 39 | + <span class="dropdown-title">ExecuTorch</span> |
| 40 | + </a> |
| 41 | + </div> |
| 42 | + </div> |
36 | 43 | </li>
|
37 | 44 |
|
38 | 45 | <li class="main-menu-item {% if current[1] == 'blog' %}active{% endif %}">
|
|
45 | 52 |
|
46 | 53 | <li class="main-menu-item">
|
47 | 54 | <div id="docsDropdownButton" data-toggle="resources-dropdown" class="resources-dropdown">
|
48 |
| - <a class="doc-option {% if current[1] == {{ site.baseurl }} or current[1] == 'foundation' or current[1] == 'join' %}with-down-white-arrow{% else %}with-down-arrow{% endif %}"> |
| 55 | + <a class="resource-option {% if (current[1] == {{ site.baseurl }} or current[1] == 'foundation' or current[1] == 'join' or current[1] == 'edge' or current[1] == 'executorch-overview') %}with-down-white-arrow{% else %}with-down-arrow{% endif %}"> |
49 | 56 | Docs
|
50 | 57 | </a>
|
51 | 58 | <div class="resources-dropdown-menu">
|
|
94 | 101 | <li class="main-menu-item {% if resources contains current[1] %}active resources-active{% endif %}">
|
95 | 102 |
|
96 | 103 | <div id="resourcesDropdownButton" data-toggle="resources-dropdown" class="resources-dropdown">
|
97 |
| - <a class="resource-option {% if current[1] == {{ site.baseurl }} or current[1] == 'foundation' or current[1] == 'join' %}with-down-white-arrow{% else %}with-down-arrow{% endif %}"> |
| 104 | + <a class="resource-option {% if (current[1] == {{ site.baseurl }} or current[1] == 'foundation' or current[1] == 'join' or current[1] == 'edge' or current[1] == 'executorch-overview') %}with-down-white-arrow{% else %}with-down-arrow{% endif %}"> |
98 | 105 | Resources
|
99 | 106 | </a>
|
100 | 107 | <div class="resources-dropdown-menu">
|
|
0 commit comments