1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
|
import Vue from 'vue'
import ThemeLayout from '@themeLayout'
import ThemeNotFound from '@themeNotFound'
import { injectMixins } from '@app/util'
import rootMixins from '@app/root-mixins'
injectMixins(ThemeLayout, rootMixins)
injectMixins(ThemeNotFound, rootMixins)
export const routes = [
{
name: "v-ddf4be195b958",
path: "/",
component: ThemeLayout,
beforeEnter: (to, from, next) => {
import("/Users/ruki/projects/personal/xmake-docs/src/README.md").then(comp => {
Vue.component("v-ddf4be195b958", comp.default)
next()
})
}
},
{
path: "/index.html",
redirect: "/"
},
{
name: "v-8644851cf91dd",
path: "/api/introduction.html",
component: ThemeLayout,
beforeEnter: (to, from, next) => {
import("/Users/ruki/projects/personal/xmake-docs/src/api/introduction.md").then(comp => {
Vue.component("v-8644851cf91dd", comp.default)
next()
})
}
},
{
name: "v-b6ee77db64501",
path: "/guide/faq.html",
component: ThemeLayout,
beforeEnter: (to, from, next) => {
import("/Users/ruki/projects/personal/xmake-docs/src/guide/faq.md").then(comp => {
Vue.component("v-b6ee77db64501", comp.default)
next()
})
}
},
{
name: "v-fcba2a8896d43",
path: "/guide/getting-started.html",
component: ThemeLayout,
beforeEnter: (to, from, next) => {
import("/Users/ruki/projects/personal/xmake-docs/src/guide/getting-started.md").then(comp => {
Vue.component("v-fcba2a8896d43", comp.default)
next()
})
}
},
{
name: "v-cda17500cdb0c",
path: "/guide/introduction.html",
component: ThemeLayout,
beforeEnter: (to, from, next) => {
import("/Users/ruki/projects/personal/xmake-docs/src/guide/introduction.md").then(comp => {
Vue.component("v-cda17500cdb0c", comp.default)
next()
})
}
},
{
name: "v-745d22bfe3ef4",
path: "/guide/sponsors.html",
component: ThemeLayout,
beforeEnter: (to, from, next) => {
import("/Users/ruki/projects/personal/xmake-docs/src/guide/sponsors.md").then(comp => {
Vue.component("v-745d22bfe3ef4", comp.default)
next()
})
}
},
{
name: "v-360e42fea8e33",
path: "/plugin/introduction.html",
component: ThemeLayout,
beforeEnter: (to, from, next) => {
import("/Users/ruki/projects/personal/xmake-docs/src/plugin/introduction.md").then(comp => {
Vue.component("v-360e42fea8e33", comp.default)
next()
})
}
},
{
name: "v-1856b116362c7",
path: "/zh/",
component: ThemeLayout,
beforeEnter: (to, from, next) => {
import("/Users/ruki/projects/personal/xmake-docs/src/zh/README.md").then(comp => {
Vue.component("v-1856b116362c7", comp.default)
next()
})
}
},
{
path: "/zh/index.html",
redirect: "/zh/"
},
{
name: "v-6812df0250aa3",
path: "/zh/api/introduction.html",
component: ThemeLayout,
beforeEnter: (to, from, next) => {
import("/Users/ruki/projects/personal/xmake-docs/src/zh/api/introduction.md").then(comp => {
Vue.component("v-6812df0250aa3", comp.default)
next()
})
}
},
{
name: "v-d3636509f8935",
path: "/zh/guide/faq.html",
component: ThemeLayout,
beforeEnter: (to, from, next) => {
import("/Users/ruki/projects/personal/xmake-docs/src/zh/guide/faq.md").then(comp => {
Vue.component("v-d3636509f8935", comp.default)
next()
})
}
},
{
name: "v-53a48e3593d7c",
path: "/zh/guide/getting-started.html",
component: ThemeLayout,
beforeEnter: (to, from, next) => {
import("/Users/ruki/projects/personal/xmake-docs/src/zh/guide/getting-started.md").then(comp => {
Vue.component("v-53a48e3593d7c", comp.default)
next()
})
}
},
{
name: "v-cd45bc6f8fdb",
path: "/zh/guide/introduction.html",
component: ThemeLayout,
beforeEnter: (to, from, next) => {
import("/Users/ruki/projects/personal/xmake-docs/src/zh/guide/introduction.md").then(comp => {
Vue.component("v-cd45bc6f8fdb", comp.default)
next()
})
}
},
{
name: "v-bef402580c1cc",
path: "/zh/guide/sponsors.html",
component: ThemeLayout,
beforeEnter: (to, from, next) => {
import("/Users/ruki/projects/personal/xmake-docs/src/zh/guide/sponsors.md").then(comp => {
Vue.component("v-bef402580c1cc", comp.default)
next()
})
}
},
{
name: "v-faf113f1b77ae",
path: "/zh/plugin/introduction.html",
component: ThemeLayout,
beforeEnter: (to, from, next) => {
import("/Users/ruki/projects/personal/xmake-docs/src/zh/plugin/introduction.md").then(comp => {
Vue.component("v-faf113f1b77ae", comp.default)
next()
})
}
},
{
path: '*',
component: ThemeNotFound
}
]
|