Skip to content

Commit d58b249

Browse files
lukepolokazupon
authored andcommitted
Ecosystem Nav (#589)
* Update main_menu.ejs * Update main_menu.ejs * Create ecosystem_dropdown.ejs * Update ecosystem_dropdown.ejs
1 parent aa3fd24 commit d58b249

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<li class="nav-dropdown-container">
2+
<a class="nav-link">Ecosystem</a><span class="arrow"></span>
3+
<ul class="nav-dropdown">
4+
<li><a href="https://vuex.vuejs.org/en/" class="nav-link" target="_blank">Vuex</a></li>
5+
<li><a href="https://router.vuejs.org/en/" class="nav-link" target="_blank">Vue Router</a></li>
6+
</ul>
7+
</li>

themes/vue/layout/partials/main_menu.ejs

+1
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@
1616
</ul>
1717
</li>
1818
<%- partial('partials/community_dropdown') %>
19+
<%- partial('partials/ecosystem_dropdown') %>

0 commit comments

Comments
 (0)