Files
ULIVZandGitHub e5d8ed4655 feat: refine node api (#1395)
- fix($core): markdown slot doesn‘t work. (regression of c85f62d)
- docs: fresh Node.JS API.
- test: official plugins.
2019-03-04 23:46:13 +08:00

57 lines
1.2 KiB
JavaScript

/* eslint-disable */
export default {
"title": "VuePress",
"description": "",
"base": "/",
"pages": [
{
"title": "Hello, VuePress!",
"frontmatter": {},
"key": "v-37b29011bd265",
"path": "/",
"regularPath": "/"
},
{
"title": "你好, VuePress!",
"frontmatter": {},
"key": "v-6a0244c805bde",
"path": "/zh/",
"regularPath": "/zh/"
}
],
"themeConfig": {
"repo": "vuejs/vuepress",
"editLinks": true,
"docsDir": "docs",
"locales": {
"/": {
"label": "English",
"selectText": "Languages",
"editLinkText": "Edit this page on GitHub",
"lastUpdated": "Last Updated"
},
"/zh/": {
"label": "简体中文",
"selectText": "选择语言",
"editLinkText": "在 GitHub 上编辑此页",
"lastUpdated": "上次更新"
}
}
},
"locales": {
"/": {
"lang": "en-US",
"title": "VuePress",
"description": "Vue-powered Static Site Generator",
"path": "/"
},
"/zh/": {
"lang": "zh-CN",
"title": "VuePress",
"description": "Vue 驱动的静态网站生成器",
"path": "/zh/"
}
}
}