2021-01-19 21:13:13 +08:00

83 lines
1.6 KiB
JavaScript

export const data = {
"key": "v-e012c1f2",
"path": "/zh/contributing.html",
"title": "贡献指南",
"frontmatter": {
"sidebar": "auto"
},
"excerpt": "",
"headers": [
{
"level": 2,
"title": "概览",
"slug": "概览",
"children": []
},
{
"level": 2,
"title": "开发配置",
"slug": "开发配置",
"children": []
},
{
"level": 2,
"title": "开发脚本",
"slug": "开发脚本",
"children": [
{
"level": 3,
"title": "yarn build",
"slug": "yarn-build",
"children": []
},
{
"level": 3,
"title": "yarn copy",
"slug": "yarn-copy",
"children": []
},
{
"level": 3,
"title": "yarn dev",
"slug": "yarn-dev",
"children": []
},
{
"level": 3,
"title": "yarn clean",
"slug": "yarn-clean",
"children": []
},
{
"level": 3,
"title": "yarn docs:*",
"slug": "yarn-docs",
"children": []
},
{
"level": 3,
"title": "yarn lint",
"slug": "yarn-lint",
"children": []
},
{
"level": 3,
"title": "yarn test",
"slug": "yarn-test",
"children": []
}
]
}
],
"filePathRelative": "zh/contributing.md",
"git": {
"updatedTime": null,
"contributors": []
}
}
if (import.meta.webpackHot) {
import.meta.webpackHot.accept()
__VUE_HMR_RUNTIME__.updatePageData(data)
}