File tree 11 files changed +508
-1665
lines changed
11 files changed +508
-1665
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' nextra ' : minor
3
+ ' nextra-theme-docs ' : minor
4
+ ---
5
+
6
+ fix ` type: 'separator' ` , ` type: 'menu' ` and ` item ` with ` href ` not respecting order when not all pages specified in ` _meta ` file
Original file line number Diff line number Diff line change
1
+ {
2
+ "mode" : " pre" ,
3
+ "tag" : " canary" ,
4
+ "initialVersions" : {
5
+ "nextra" : " 3.0.15" ,
6
+ "nextra-theme-blog" : " 3.0.15" ,
7
+ "nextra-theme-docs" : " 3.0.15"
8
+ },
9
+ "changesets" : []
10
+ }
Original file line number Diff line number Diff line change @@ -11,9 +11,7 @@ export default {
11
11
pagination : 'Paginación' ,
12
12
prefetching : 'Prefetching' ,
13
13
'with-nextjs' : 'Next.js SSG and SSR' ,
14
- typescript : 'Typescript' ,
15
14
suspense : 'Suspense' ,
16
- middleware : 'Middleware' ,
17
15
advanced : 'Avanzado' ,
18
16
'change-log' : 'Registro de cambios' ,
19
17
'wrap-toc-items' : 'Ajustar elementos de la tabla de contenido'
Original file line number Diff line number Diff line change 1
1
export default {
2
- cache : 'Cache' ,
3
2
performance : 'Rendimiento' ,
4
- 'react-native' : 'React Native' ,
5
3
'file-name.with.DOTS' : 'Nombres de archivos con puntos'
6
4
}
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ export default {
11
11
pagination : 'Пагинация' ,
12
12
prefetching : 'Пред-выборка' ,
13
13
'with-nextjs' : 'Next.js SSG и SSR' ,
14
- typescript : 'Typescript' ,
15
14
suspense : 'Задержка (Suspense)' ,
16
15
middleware : 'Промежуточное ПО (Middleware)' ,
17
16
advanced : 'Продвинутые' ,
You can’t perform that action at this time.
0 commit comments