@@ -18,11 +18,12 @@ export default defineConfig({
18
18
19
19
socialLinks : [
20
20
{ icon : 'github' , link : 'https://github.com/intlify/vue-i18n-next' } ,
21
- { icon : 'twitter' , link : 'https://twitter.com/intlify' } ,
21
+ { icon : 'twitter' , link : 'https://twitter.com/intlify' }
22
22
] ,
23
23
24
24
editLink : {
25
- pattern : 'https://github.com/intlify/vue-i18n-next/edit/master/docs/:path' ,
25
+ pattern :
26
+ 'https://github.com/intlify/vue-i18n-next/edit/master/docs/:path' ,
26
27
text : 'Edit this page on GitHub'
27
28
} ,
28
29
@@ -33,19 +34,11 @@ export default defineConfig({
33
34
34
35
carbonAds : {
35
36
code : 'CWYDVK37' ,
36
- placement : 'vue-i18nintlifydev' ,
37
+ placement : 'vue-i18nintlifydev'
37
38
} ,
38
39
39
- // TODO: we need to upgrade?
40
- // @ts -ignore
41
- algolia : {
42
- appId : 'BH4D9OD16A' ,
43
- apiKey : '3a9e93ba1069de0ece2ae100daf8f6ea' ,
44
- indexName : 'vue-i18n' ,
45
- searchParameters : {
46
- facetFilters : [ 'language:en-US' ]
47
- } ,
48
- // algoliaOptions: { facetFilters: ['tags:guide,api'] }
40
+ search : {
41
+ provider : 'local' ,
49
42
} ,
50
43
51
44
nav : nav ( ) ,
@@ -78,7 +71,7 @@ function nav() {
78
71
} ,
79
72
{
80
73
text : 'v9.x' ,
81
- items : [ { text : 'v8.x' , link : 'https://kazupon.github.io/vue-i18n/' } ] ,
74
+ items : [ { text : 'v8.x' , link : 'https://kazupon.github.io/vue-i18n/' } ]
82
75
} ,
83
76
{
84
77
text : 'Changelog' ,
@@ -99,7 +92,7 @@ function sidebarGuide() {
99
92
} ,
100
93
{
101
94
text : 'Getting Started' ,
102
- link : '/guide/' ,
95
+ link : '/guide/'
103
96
} ,
104
97
{
105
98
text : 'Installation' ,
@@ -117,7 +110,7 @@ function sidebarGuide() {
117
110
items : [
118
111
{
119
112
text : 'Message Format Syntax' ,
120
- link : '/guide/essentials/syntax' ,
113
+ link : '/guide/essentials/syntax'
121
114
} ,
122
115
{
123
116
text : 'Pluralization' ,
@@ -171,19 +164,19 @@ function sidebarGuide() {
171
164
} ,
172
165
{
173
166
text : 'Composition API' ,
174
- link : '/guide/advanced/composition' ,
167
+ link : '/guide/advanced/composition'
175
168
} ,
176
169
{
177
170
text : 'TypeScript Support' ,
178
- link : '/guide/advanced/typescript' ,
171
+ link : '/guide/advanced/typescript'
179
172
} ,
180
173
{
181
174
text : 'Web components' ,
182
- link : '/guide/advanced/wc' ,
175
+ link : '/guide/advanced/wc'
183
176
} ,
184
177
{
185
178
text : 'Optimization' ,
186
- link : '/guide/advanced/optimization' ,
179
+ link : '/guide/advanced/optimization'
187
180
}
188
181
]
189
182
} ,
0 commit comments