@@ -49,6 +49,7 @@ exports[`Page Process > should match i18n site page maps 1`] = `
49
49
" title" : " Examples" ,
50
50
" type" : " page" ,
51
51
},
52
+ " foo" : " Foo" ,
52
53
" index" : {
53
54
" display" : " hidden" ,
54
55
" title" : " Introduction" ,
@@ -65,6 +66,7 @@ exports[`Page Process > should match i18n site page maps 1`] = `
65
66
" title" : " Remote" ,
66
67
" type" : " page" ,
67
68
},
69
+ " test" : " Test" ,
68
70
},
69
71
" kind" : " Meta" ,
70
72
},
@@ -77,9 +79,11 @@ exports[`Page Process > should match i18n site page maps 1`] = `
77
79
" theme" : {
78
80
" layout" : " raw" ,
79
81
},
82
+ " title" : " A Page" ,
80
83
" type" : " page" ,
81
84
},
82
85
" acknowledgement" : " 🧩 Acknowledgement" ,
86
+ " changelog" : " Changelog" ,
83
87
" team" : " 👥 Team" ,
84
88
},
85
89
" kind" : " Meta" ,
@@ -162,39 +166,45 @@ exports[`Page Process > should match i18n site page maps 1`] = `
162
166
" type" : " separator" ,
163
167
},
164
168
" 404-500" : " 404/500 Custom Error Pages" ,
165
- " advanced" : {},
166
- " arguments" : {},
169
+ " advanced" : " Advanced" ,
170
+ " arguments" : " Arguments" ,
171
+ " callout" : " Callout" ,
167
172
" change-log" : {
168
173
" theme" : {
169
174
" sidebar" : false ,
170
175
},
176
+ " title" : " Change Log" ,
171
177
},
178
+ " code-block-without-language" : " Code Block without Language" ,
172
179
" conditional-fetching" : " Conditional Data Fetching" ,
173
180
" custom-header-ids" : " Custom Header IDs" ,
174
- " data-fetching" : {} ,
181
+ " data-fetching" : " Data Fetching " ,
175
182
" error-handling" : {
176
183
" display" : " hidden" ,
184
+ " title" : " Error Handling" ,
177
185
},
178
- " getting-started" : {} ,
186
+ " getting-started" : " Getting Started " ,
179
187
" github_link" : {
180
188
" href" : " https://github.com/shuding/nextra" ,
181
189
" newWindow" : true ,
182
190
" title" : " GitHub 🐙 →" ,
183
191
},
184
- " global-configuration" : {} ,
185
- " middleware" : {} ,
186
- " mutation" : {} ,
187
- " options" : {} ,
188
- " pagination" : {} ,
189
- " prefetching" : {} ,
192
+ " global-configuration" : " Global Configuration " ,
193
+ " middleware" : " Middleware " ,
194
+ " mutation" : " Mutation " ,
195
+ " options" : " Options " ,
196
+ " pagination" : " Pagination " ,
197
+ " prefetching" : " Prefetching " ,
190
198
" raw-layout" : {
191
199
" theme" : {
192
200
" layout" : " raw" ,
193
201
},
202
+ " title" : " Raw Layout" ,
194
203
},
195
204
" revalidation" : " Auto Revalidation" ,
196
- " suspense" : {} ,
205
+ " suspense" : " Suspense " ,
197
206
" typescript" : " TypeScript :)" ,
207
+ " understanding" : " Understanding" ,
198
208
" with-nextjs" : " Next.js SSG and SSR" ,
199
209
" wrap-toc-items" : " Wrap Table of Content Items" ,
200
210
},
@@ -213,8 +223,16 @@ exports[`Page Process > should match i18n site page maps 1`] = `
213
223
" title" : " Do Not Use" ,
214
224
" type" : " separator" ,
215
225
},
226
+ " cache" : " Cache" ,
227
+ " code-highlighting" : " Code Highlighting" ,
228
+ " dynamic-markdown-import" : " Dynamic Markdown Import" ,
216
229
" file-name.with.DOTS" : " Filenames with Dots" ,
230
+ " images" : " Images" ,
231
+ " markdown-import" : " Markdown Import" ,
217
232
" more" : " More: A Super Super Super Super Long Directory" ,
233
+ " performance" : " Performance" ,
234
+ " react-native" : " React Native" ,
235
+ " scrollbar-x" : " Scrollbar X" ,
218
236
},
219
237
" kind" : " Meta" ,
220
238
},
@@ -272,11 +290,25 @@ exports[`Page Process > should match i18n site page maps 1`] = `
272
290
" name" : " two" ,
273
291
" route" : " /en/docs/advanced/more/tree/two" ,
274
292
},
293
+ {
294
+ " data" : {
295
+ " one" : " One" ,
296
+ " three" : " Three" ,
297
+ " two" : " Two" ,
298
+ },
299
+ " kind" : " Meta" ,
300
+ },
275
301
],
276
302
" kind" : " Folder" ,
277
303
" name" : " tree" ,
278
304
" route" : " /en/docs/advanced/more/tree" ,
279
305
},
306
+ {
307
+ " data" : {
308
+ " loooooooooooooooooooong-title" : " Loooooooooooooooooooong Title" ,
309
+ },
310
+ " kind" : " Meta" ,
311
+ },
280
312
],
281
313
" kind" : " Folder" ,
282
314
" name" : " more" ,
@@ -428,13 +460,14 @@ exports[`Page Process > should match i18n site page maps 1`] = `
428
460
" data" : {
429
461
" auth" : " Authentication" ,
430
462
" basic" : " Basic Usage" ,
431
- " error-handling" : {} ,
463
+ " error-handling" : " Error Handling " ,
432
464
" full" : {
433
465
" theme" : {
434
466
" layout" : " raw" ,
435
467
},
468
+ " title" : " Full" ,
436
469
},
437
- " infinite-loading" : {} ,
470
+ " infinite-loading" : " Infinite Loading " ,
438
471
" ssr" : " Next.js SSR" ,
439
472
},
440
473
" kind" : " Meta" ,
@@ -591,6 +624,7 @@ exports[`Page Process > should match i18n site page maps 1`] = `
591
624
" revalidation" : " Revalidación Automática" ,
592
625
" suspense" : " Suspense" ,
593
626
" typescript" : " Typescript" ,
627
+ " understanding" : " Understanding" ,
594
628
" with-nextjs" : " Next.js SSG and SSR" ,
595
629
" wrap-toc-items" : " Ajustar elementos de la tabla de contenido" ,
596
630
},
@@ -851,6 +885,7 @@ exports[`Page Process > should match i18n site page maps 1`] = `
851
885
" revalidation" : " Авто-ревалидация" ,
852
886
" suspense" : " Задержка (Suspense)" ,
853
887
" typescript" : " Typescript" ,
888
+ " understanding" : " Understanding" ,
854
889
" with-nextjs" : " Next.js SSG и SSR" ,
855
890
" wrap-toc-items" : " Обернуть таблицу содержимого элементов" ,
856
891
},
0 commit comments