File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
themes/vue/layout/partials Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5
5
</li >
6
6
<li ><a href =" <%- url_for(" /v2 /guide /" ) %>" class =" nav-link<%- page.path.match(/guide/) ? ' current' : '' %>" >ガイド</a ></li >
7
7
<li ><a href =" <%- url_for(" /v2 /api /" ) %>" class =" nav-link<%- page.path.match(/api/) ? ' current' : '' %>" >API</a ></li >
8
- <li ><a href =" <%- url_for(" /v2 /examples /" ) %>" class =" nav-link<%- page.path.match(/examples/) ? ' current' : '' %>" >Examples </a ></li >
8
+ <li ><a href =" <%- url_for(" /v2 /examples /" ) %>" class =" nav-link<%- page.path.match(/examples/) ? ' current' : '' %>" >例 </a ></li >
9
9
<li ><a href =" /contribution/" class =" nav-link<%- page.path.match(/contribution/) ? ' current' : '' %>" >貢献</a ></li >
10
10
<% - partial (' partials/ecosystem_dropdown' ) %>
11
11
<% - partial (' partials/language_dropdown' ) %>
You can’t perform that action at this time.
0 commit comments