[Doc] update nav link

This commit is contained in:
陈嘉涵 2017-10-16 16:16:11 +08:00
parent 80ccfb58cb
commit ed26ed2284

View File

@ -2,18 +2,16 @@
module.exports = { module.exports = {
"zh-CN": { "zh-CN": {
header: { header: {
'首页': 'https://www.youzanyun.com/zanui', Github: 'https://github.com/youzan/vant',
'PC端': 'https://www.youzanyun.com/zanui/react', English: '#/en-US/'
'移动端': 'https://www.youzanyun.com/zanui/vue',
'微信小程序': 'https://github.com/youzan/zanui-weapp',
'English': '#/en-US/'
}, },
footer: { footer: {
github: 'https://github.com/youzan/vant', github: 'https://github.com/youzan/vant',
nav: { nav: {
'有赞官网': 'https://www.youzan.com/', 'React': 'https://www.youzanyun.com/zanui/react',
'加入我们': 'https://job.youzan.com/', '微信小程序': 'https://github.com/youzan/zanui-weapp',
'意见反馈': 'https://github.com/youzan/vant/issues' '意见反馈': 'https://github.com/youzan/vant/issues',
'开发指南': 'https://github.com/youzan/vant/blob/dev/docs/examples-docs/zh-CN/contribute.md'
} }
}, },
nav: [ nav: [
@ -259,18 +257,16 @@ module.exports = {
}, },
"en-US": { "en-US": {
header: { header: {
'Homepage': 'https://www.youzanyun.com/zanui', Github: 'https://github.com/youzan/vant',
'PC': 'https://www.youzanyun.com/zanui/react',
'Mobile': 'https://www.youzanyun.com/zanui/vue',
'Weapp': 'https://github.com/youzan/zanui-weapp',
'中文': '#/zh-CN' '中文': '#/zh-CN'
}, },
footer: { footer: {
github: 'https://github.com/youzan/vant', github: 'https://github.com/youzan/vant',
nav: { nav: {
'Youzan': 'https://www.youzan.com/', 'React': 'https://www.youzanyun.com/zanui/react',
'Join us': 'https://job.youzan.com/', 'Weapp': 'https://github.com/youzan/zanui-weapp',
'Feedback': 'https://github.com/youzan/vant/issues' 'Feedback': 'https://github.com/youzan/vant/issues',
'Contribute': 'https://github.com/youzan/vant/blob/dev/docs/examples-docs/en-US/contribute.md'
} }
}, },
nav: [ nav: [