Skip to content

Commit

Permalink
docs: vuepress2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wanchun committed Jan 19, 2021
1 parent f34fa06 commit 54ffba7
Show file tree
Hide file tree
Showing 557 changed files with 23,144 additions and 26,419 deletions.
File renamed without changes.
7 changes: 7 additions & 0 deletions docs/.vuepress/.temp/internal/clientAppEnhances.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import clientAppEnhance0 from '/Users/harrywan/company/git/fes.js/node_modules/@vuepress/theme-default/lib/clientAppEnhance.js'
import clientAppEnhance1 from '/Users/harrywan/company/git/fes.js/node_modules/@vuepress/plugin-medium-zoom/lib/clientAppEnhance.js'

export const clientAppEnhances = [
clientAppEnhance0,
clientAppEnhance1,
]
9 changes: 9 additions & 0 deletions docs/.vuepress/.temp/internal/clientAppRootComponents.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import clientAppRootComponent0 from '/Users/harrywan/company/git/fes.js/node_modules/@vuepress/plugin-pwa-popup/lib/components/PwaPopupWrapper.js'
import clientAppRootComponent1 from '/Users/harrywan/company/git/fes.js/node_modules/@vuepress/plugin-back-to-top/lib/components/BackToTop.vue'
import clientAppRootComponent2 from '/Users/harrywan/company/git/fes.js/node_modules/@vuepress/plugin-debug/lib/components/Debug.js'

export const clientAppRootComponents = [
clientAppRootComponent0,
clientAppRootComponent1,
clientAppRootComponent2,
]
11 changes: 11 additions & 0 deletions docs/.vuepress/.temp/internal/clientAppSetups.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import clientAppSetup0 from '/Users/harrywan/company/git/fes.js/node_modules/@vuepress/plugin-pwa/lib/clientAppSetup.js'
import clientAppSetup1 from '/Users/harrywan/company/git/fes.js/node_modules/@vuepress/theme-default/lib/clientAppSetup.js'
import clientAppSetup2 from '/Users/harrywan/company/git/fes.js/node_modules/@vuepress/plugin-active-header-links/lib/clientAppSetup.js'
import clientAppSetup3 from '/Users/harrywan/company/git/fes.js/node_modules/@vuepress/plugin-nprogress/lib/clientAppSetup.js'

export const clientAppSetups = [
clientAppSetup0,
clientAppSetup1,
clientAppSetup2,
clientAppSetup3,
]
6 changes: 6 additions & 0 deletions docs/.vuepress/.temp/internal/layoutComponents.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { defineAsyncComponent } from 'vue'

export const layoutComponents = {
"404": defineAsyncComponent(() => import("/Users/harrywan/company/git/fes.js/node_modules/@vuepress/theme-default/lib/layouts/404.vue")),
"Layout": defineAsyncComponent(() => import("/Users/harrywan/company/git/fes.js/node_modules/@vuepress/theme-default/lib/layouts/Layout.vue")),
}
18 changes: 18 additions & 0 deletions docs/.vuepress/.temp/internal/pageData/v-01fcaa4f.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
export const data = {
"key": "v-01fcaa4f",
"path": "/zh/reference/plugin/pwa.html",
"title": "pwa",
"frontmatter": {},
"excerpt": "",
"headers": [],
"filePathRelative": "zh/reference/plugin/pwa.md",
"git": {
"updatedTime": null,
"contributors": []
}
}

if (import.meta.webpackHot) {
import.meta.webpackHot.accept()
__VUE_HMR_RUNTIME__.updatePageData(data)
}
44 changes: 44 additions & 0 deletions docs/.vuepress/.temp/internal/pageData/v-029ba47b.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
export const data = {
"key": "v-029ba47b",
"path": "/zh/guide/assets.html",
"title": "静态资源",
"frontmatter": {},
"excerpt": "",
"headers": [
{
"level": 2,
"title": "相对路径",
"slug": "相对路径",
"children": []
},
{
"level": 2,
"title": "Public 文件",
"slug": "public-文件",
"children": [
{
"level": 3,
"title": "Base Helper",
"slug": "base-helper",
"children": []
}
]
},
{
"level": 2,
"title": "依赖包和路径别名",
"slug": "依赖包和路径别名",
"children": []
}
],
"filePathRelative": "zh/guide/assets.md",
"git": {
"updatedTime": null,
"contributors": []
}
}

if (import.meta.webpackHot) {
import.meta.webpackHot.accept()
__VUE_HMR_RUNTIME__.updatePageData(data)
}
202 changes: 202 additions & 0 deletions docs/.vuepress/.temp/internal/pageData/v-03a561ce.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,202 @@
export const data = {
"key": "v-03a561ce",
"path": "/zh/reference/default-theme/config.html",
"title": "配置",
"frontmatter": {},
"excerpt": "",
"headers": [
{
"level": 2,
"title": "基础配置",
"slug": "基础配置",
"children": [
{
"level": 3,
"title": "locales",
"slug": "locales",
"children": []
}
]
},
{
"level": 2,
"title": "Locale 配置",
"slug": "locale-配置",
"children": [
{
"level": 3,
"title": "home",
"slug": "home",
"children": []
},
{
"level": 3,
"title": "navbar",
"slug": "navbar",
"children": []
},
{
"level": 3,
"title": "logo",
"slug": "logo",
"children": []
},
{
"level": 3,
"title": "repo",
"slug": "repo",
"children": []
},
{
"level": 3,
"title": "repoLabel",
"slug": "repolabel",
"children": []
},
{
"level": 3,
"title": "selectLanguageText",
"slug": "selectlanguagetext",
"children": []
},
{
"level": 3,
"title": "selectLanguageAriaLabel",
"slug": "selectlanguagearialabel",
"children": []
},
{
"level": 3,
"title": "selectLanguageName",
"slug": "selectlanguagename",
"children": []
},
{
"level": 3,
"title": "sidebar",
"slug": "sidebar",
"children": []
},
{
"level": 3,
"title": "editLink",
"slug": "editlink",
"children": []
},
{
"level": 3,
"title": "editLinkText",
"slug": "editlinktext",
"children": []
},
{
"level": 3,
"title": "editLinkPattern",
"slug": "editlinkpattern",
"children": []
},
{
"level": 3,
"title": "docsRepo",
"slug": "docsrepo",
"children": []
},
{
"level": 3,
"title": "docsBranch",
"slug": "docsbranch",
"children": []
},
{
"level": 3,
"title": "docsDir",
"slug": "docsdir",
"children": []
},
{
"level": 3,
"title": "lastUpdated",
"slug": "lastupdated",
"children": []
},
{
"level": 3,
"title": "lastUpdatedText",
"slug": "lastupdatedtext",
"children": []
},
{
"level": 3,
"title": "contributors",
"slug": "contributors",
"children": []
},
{
"level": 3,
"title": "contributorsText",
"slug": "contributorstext",
"children": []
},
{
"level": 3,
"title": "tip",
"slug": "tip",
"children": []
},
{
"level": 3,
"title": "warning",
"slug": "warning",
"children": []
},
{
"level": 3,
"title": "danger",
"slug": "danger",
"children": []
},
{
"level": 3,
"title": "notFound",
"slug": "notfound",
"children": []
},
{
"level": 3,
"title": "backToHome",
"slug": "backtohome",
"children": []
},
{
"level": 3,
"title": "openInNewWindow",
"slug": "openinnewwindow",
"children": []
}
]
},
{
"level": 2,
"title": "插件",
"slug": "插件",
"children": [
{
"level": 3,
"title": "themePlugins",
"slug": "themeplugins",
"children": []
}
]
}
],
"filePathRelative": "zh/reference/default-theme/config.md",
"git": {
"updatedTime": null,
"contributors": []
}
}

if (import.meta.webpackHot) {
import.meta.webpackHot.accept()
__VUE_HMR_RUNTIME__.updatePageData(data)
}
18 changes: 18 additions & 0 deletions docs/.vuepress/.temp/internal/pageData/v-03d46f5e.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
export const data = {
"key": "v-03d46f5e",
"path": "/guide/advanced/theme.html",
"title": "Writing a Theme",
"frontmatter": {},
"excerpt": "",
"headers": [],
"filePathRelative": "guide/advanced/theme.md",
"git": {
"updatedTime": null,
"contributors": []
}
}

if (import.meta.webpackHot) {
import.meta.webpackHot.accept()
__VUE_HMR_RUNTIME__.updatePageData(data)
}
18 changes: 18 additions & 0 deletions docs/.vuepress/.temp/internal/pageData/v-07ca2692.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
export const data = {
"key": "v-07ca2692",
"path": "/zh/reference/plugin/google-analytics.html",
"title": "google-analytics",
"frontmatter": {},
"excerpt": "",
"headers": [],
"filePathRelative": "zh/reference/plugin/google-analytics.md",
"git": {
"updatedTime": null,
"contributors": []
}
}

if (import.meta.webpackHot) {
import.meta.webpackHot.accept()
__VUE_HMR_RUNTIME__.updatePageData(data)
}
18 changes: 18 additions & 0 deletions docs/.vuepress/.temp/internal/pageData/v-08e7dfb8.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
export const data = {
"key": "v-08e7dfb8",
"path": "/zh/guide/advanced/markdown.html",
"title": "Markdown 与 Vue SFC",
"frontmatter": {},
"excerpt": "",
"headers": [],
"filePathRelative": "zh/guide/advanced/markdown.md",
"git": {
"updatedTime": null,
"contributors": []
}
}

if (import.meta.webpackHot) {
import.meta.webpackHot.accept()
__VUE_HMR_RUNTIME__.updatePageData(data)
}
Loading

0 comments on commit 54ffba7

Please sign in to comment.