/* eslint-disable */ module.exports = { "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/" } } }