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

83 lines
1.6 KiB
JavaScript

export const data = {
"key": "v-6ce48554",
"path": "/contributing.html",
"title": "Contributing Guide",
"frontmatter": {
"sidebar": "auto"
},
"excerpt": "",
"headers": [
{
"level": 2,
"title": "Overview",
"slug": "overview",
"children": []
},
{
"level": 2,
"title": "Development Setup",
"slug": "development-setup",
"children": []
},
{
"level": 2,
"title": "Scripts",
"slug": "scripts",
"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": "contributing.md",
"git": {
"updatedTime": null,
"contributors": []
}
}
if (import.meta.webpackHot) {
import.meta.webpackHot.accept()
__VUE_HMR_RUNTIME__.updatePageData(data)
}