mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-10 05:46:31 +10:00
- fix($core): markdown slot doesn‘t work. (regression of c85f62d)
- docs: fresh Node.JS API.
- test: official plugins.
57 lines
1.2 KiB
JavaScript
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/"
|
|
}
|
|
}
|
|
}
|