vant/docs/src/doc.config.js

223 lines
6.0 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* eslint-disable */
module.exports = {
"zh-CN": {
header: {
'首页': 'https://www.youzanyun.com/zanui',
'PC端': 'https://www.youzanyun.com/zanui/react',
'移动端': 'https://www.youzanyun.com/zanui/vue',
'微信小程序': 'https://github.com/youzan/zanui-weapp'
},
footer: {
copyright: `2012-${(new Date()).getFullYear()} © youzanyun.com - 浙公网安备 33010602004354号 增值电信业务经营许可证浙B2-20140331 - 浙ICP备13037466号`,
nav: {
'有赞官网': 'https://www.youzan.com/',
'有赞云': 'http://www.youzanyun.com/zanui',
'加入我们': 'https://job.youzan.com/'
}
},
nav: [
{
"name": "开发指南",
"groups": [
{
"list": [
{
"path": "/quickstart",
"title": "快速上手",
noExample: true
},
{
"title": "业务组件",
"link": "/zanui/captain/component/quickstart"
},
{
"path": "/changelog",
"title": "更新日志",
noExample: true
}
]
}
]
},
{
"name": "组件",
"showInMobile": true,
"groups": [
{
"groupName": "基础组件",
"list": [
{
"path": "/layout",
"title": "Layout 布局"
},
{
"path": "/badge",
"title": "Badge 徽章"
},
{
"path": "/button",
"title": "Button 按钮"
},
{
"path": "/card",
"title": "Card 图文组件"
},
{
"path": "/cell",
"title": "Cell 单元格"
},
{
"path": "/cell-swipe",
"title": "CellSwipe 滑动单元格"
},
{
"path": "/icon",
"title": "Icon 图标"
},
{
"path": "/image-preview",
"title": "ImagePreview 图片预览"
},
{
"path": "/lazyload",
"title": "Lazyload 图片懒加载"
},
{
"path": "/loading",
"title": "Loading 加载"
},
{
"path": "/notice-bar",
"title": "NoticeBar 通告栏"
},
{
"path": "/panel",
"title": "Panel 面板"
},
{
"path": "/popup",
"title": "Popup 弹出菜单"
},
{
"path": "/progress",
"title": "Progress 进度条"
},
{
"path": "/quantity",
"title": "Quantity 数量选择"
},
{
"path": "/steps",
"title": "Steps 步骤条"
},
{
"path": "/tab",
"title": "Tab 标签"
},
{
"path": "/tag",
"title": "Tag 标记"
},
{
"path": "/swipe",
"title": "Swipe 轮播"
},
{
"path": "/search",
"title": "Search 搜索"
},
{
"path": "/waterfall",
"title": "Waterfall 瀑布流"
}
]
},
{
"groupName": "表单",
"list": [
{
"path": "/checkbox",
"title": "Checkbox 复选框"
},
{
"path": "/field",
"title": "Field 输入框"
},
{
"path": "/radio",
"title": "Radio 单选框"
},
{
"path": "/switch",
"title": "Switch 开关"
},
{
"path": "/uploader",
"title": "Uploader 图片上传"
}
]
},
{
"groupName": "操作反馈",
"list": [
{
"path": "/actionsheet",
"title": "Actionsheet 行动按钮"
},
{
"path": "/datetime-picker",
"title": "DatetimePicker 时间选择"
},
{
"path": "/dialog",
"title": "Dialog 弹出框"
},
{
"path": "/picker",
"title": "Picker 选择器"
},
{
"path": "/toast",
"title": "Toast 轻提示"
}
]
},
{
"groupName": "业务组件",
"list": [
{
"path": "/deep-select",
"title": "DeepSelect 分类选择组件"
},
{
"path": "/express-way",
"title": "ExpressWay 配送方式"
},
{
"path": "/goods-action",
"title": "GoodsAction 商品操作"
},
{
"path": "/invalid-goods",
"title": "InvalidGoods 不可用商品列表"
},
{
"path": "/order-goods",
"title": "OrderGoods 下单页商品列表"
},
{
"path": "/pay-order",
"title": "PayOrder 提交订单栏"
},
{
"path": "/switch-cell",
"title": "SwitchCell 开关单元格"
}
]
}
]
}
]
}
}