Skip to content

Commit 37b70c5

Browse files
committed
add link
1 parent 8faa523 commit 37b70c5

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

src/about/awesome.md renamed to src/awesome/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 资源
3-
type: about
3+
type: awesome
44
order: 0
55
---
66
<p align="center">
@@ -13,6 +13,7 @@ order: 0
1313
## Awesome Vue.js [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
1414

1515
> A curated list of awesome things related to Vue.js
16+
> https://github.com/vuejs/awesome-vue
1617
1718
- [Official Resources](#official-resources)
1819
- [External Resources](#external-resources)

src/router/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ order: 0
66

77
# vue-router 2
88

9+
> http://router.vuejs.org/en/index.html
10+
911
> Note: vue-router@2.x only works with Vue 2.x. The docs for the 1.x router is [here](https://github.com/vuejs/vue-router/tree/1.0/docs/en).
1012
1113
- [Release Notes](https://github.com/vuejs/vue-router/releases)

themes/vue/layout/partials/main_menu.ejs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<li><a href="/examples/" class="nav-link<%- page.path.match(/examples/) ? ' current' : '' %>">示例</a></li>
44
<li><a href="/router/" class="nav-link<%- page.path.match(/router/) ? ' current' : '' %>">vue-router</a></li>
55
<li><a href="/ssr/" class="nav-link<%- page.path.match(/ssr/) ? ' current' : '' %>">SSR</a></li>
6+
<li><a href="/awesome/" class="nav-link<%- page.path.match(/awesome/) ? ' current' : '' %>">资源</a></li>
67
<li><a href="/changelog/" class="nav-link<%- page.path.match(/changelog/) ? ' current' : '' %>">更新日志</a></li>
78
<li><a href="/about/" class="nav-link<%- page.path.match(/about/) ? ' current' : '' %>">关于翻译</a></li>
89
<%- partial('partials/community_dropdown') %>

0 commit comments

Comments
 (0)