File tree Expand file tree Collapse file tree 1 file changed +16
-7
lines changed
themes/vue/layout/partials Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Original file line number Diff line number Diff line change 1
1
<li class =" nav-dropdown-container learn" >
2
2
<a class =" nav-link<%- page.path.match(/\/(guide(?!\/team.html$)|api|style-guide|examples|cookbook)(\/|$)/) ? ' current' : '' %>" >Learn</a ><span class =" arrow" ></span >
3
3
<ul class =" nav-dropdown" >
4
- <li ><ul >
5
- <li ><a href =" <%- url_for(" /v2 /guide /" ) %>" class =" nav-link<%- page.path.match(/\/guide(\/|$)/) ? ' current' : '' %>" >Guide</a ></li >
6
- <li ><a href =" <%- url_for(" /v2 /api /" ) %>" class =" nav-link<%- page.path.match(/\/api(\/|$)/) ? ' current' : '' %>" >API</a ></li >
7
- <li ><a href =" <%- url_for(" /v2 /style-guide /" ) %>" class =" nav-link<%- page.path.match(/\/style-guide(\/|$)/) ? ' current' : '' %>" >Style Guide</a ></li >
8
- <li ><a href =" <%- url_for(" /v2 /examples /" ) %>" class =" nav-link<%- page.path.match(/\/examples(\/|$)/) ? ' current' : '' %>" >Examples</a ></li >
9
- <li ><a href =" <%- url_for(" /v2 /cookbook /" ) %>" class =" nav-link<%- page.path.match(/\/cookbook(\/|$)/) ? ' current' : '' %>" >Cookbook</a ></li >
10
- </ul ></li >
4
+ <li ><h4 >Documentation</h4 ></li >
5
+ <li >
6
+ <ul >
7
+ <li ><a href =" <%- url_for(" /v2 /guide /" ) %>" class =" nav-link<%- page.path.match(/\/guide(\/|$)/) ? ' current' : '' %>" >Guide</a ></li >
8
+ <li ><a href =" <%- url_for(" /v2 /api /" ) %>" class =" nav-link<%- page.path.match(/\/api(\/|$)/) ? ' current' : '' %>" >API</a ></li >
9
+ <li ><a href =" <%- url_for(" /v2 /style-guide /" ) %>" class =" nav-link<%- page.path.match(/\/style-guide(\/|$)/) ? ' current' : '' %>" >Style Guide</a ></li >
10
+ <li ><a href =" <%- url_for(" /v2 /examples /" ) %>" class =" nav-link<%- page.path.match(/\/examples(\/|$)/) ? ' current' : '' %>" >Examples</a ></li >
11
+ <li ><a href =" <%- url_for(" /v2 /cookbook /" ) %>" class =" nav-link<%- page.path.match(/\/cookbook(\/|$)/) ? ' current' : '' %>" >Cookbook</a ></li >
12
+ </ul >
13
+ </li >
14
+ <li ><h4 >Video Courses</h4 ></li >
15
+ <li >
16
+ <ul >
17
+ <li ><a href =" https://www.vuemastery.com/courses/" class =" nav-link" target =" _blank" >Vue Mastery</a ></li >
18
+ </ul >
19
+ </li >
11
20
</ul >
12
21
</li >
You can’t perform that action at this time.
0 commit comments