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-2614641d01439",
path: "/",
component: ThemeLayout,
beforeEnter: (to, from, next) => {
import("/Users/ruki/projects/personal/xmake-docs/src/README.md").then(comp => {
Vue.component("v-2614641d01439", comp.default)
next()
})
}
},
{
path: "/index.html",
redirect: "/"
},
{
name: "v-ca0d3c6d3b947",
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-ca0d3c6d3b947", comp.default)
next()
})
}
},
{
name: "v-4cee7b9659743",
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-4cee7b9659743", comp.default)
next()
})
}
},
{
name: "v-209fc19462fa6",
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-209fc19462fa6", comp.default)
next()
})
}
},
{
name: "v-3ab176aebc1f4",
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-3ab176aebc1f4", comp.default)
next()
})
}
},
{
name: "v-3b936eb8ef4c1",
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-3b936eb8ef4c1", comp.default)
next()
})
}
},
{
name: "v-ba9eb56bb695a",
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-ba9eb56bb695a", comp.default)
next()
})
}
},
{
name: "v-ed7962dcbc27f",
path: "/zh/",
component: ThemeLayout,
beforeEnter: (to, from, next) => {
import("/Users/ruki/projects/personal/xmake-docs/src/zh/README.md").then(comp => {
Vue.component("v-ed7962dcbc27f", comp.default)
next()
})
}
},
{
path: "/zh/index.html",
redirect: "/zh/"
},
{
name: "v-540f63bba413e",
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-540f63bba413e", comp.default)
next()
})
}
},
{
name: "v-02760b3923029",
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-02760b3923029", comp.default)
next()
})
}
},
{
name: "v-60de9668a20a5",
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-60de9668a20a5", comp.default)
next()
})
}
},
{
name: "v-0f1def6098c93",
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-0f1def6098c93", comp.default)
next()
})
}
},
{
name: "v-de6097dc9e908",
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-de6097dc9e908", comp.default)
next()
})
}
},
{
name: "v-06da4c6c1298e",
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-06da4c6c1298e", comp.default)
next()
})
}
},
{
path: '*',
component: ThemeNotFound
}
]
|