File tree Expand file tree Collapse file tree 7 files changed +20
-2
lines changed Expand file tree Collapse file tree 7 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 73
73
"Extra" : [
74
74
" newcomer-examples" ,
75
75
" project-structure" ,
76
- " faq"
76
+ " faq" ,
77
+ " llms"
77
78
]
78
79
}
Original file line number Diff line number Diff line change 72
72
"Extra" : [
73
73
" newcomer-examples" ,
74
74
" project-structure" ,
75
- " faq"
75
+ " faq" ,
76
+ " llms"
76
77
]
77
78
}
Original file line number Diff line number Diff line change 31
31
" beyond-jsx" ,
32
32
" forwarding-refs" ,
33
33
" extensions-of-props"
34
+ ],
35
+ "Extra" : [
36
+ " llms"
34
37
]
35
38
}
Original file line number Diff line number Diff line change 26
26
"Guides" : [
27
27
" beyond-jsx" ,
28
28
" forwarding-refs"
29
+ ],
30
+ "Extra" : [
31
+ " llms"
29
32
]
30
33
}
Original file line number Diff line number Diff line change 27
27
" beyond-jsx" ,
28
28
" forwarding-refs" ,
29
29
" extensions-of-props"
30
+ ],
31
+ "Extra" : [
32
+ " llms"
30
33
]
31
34
}
Original file line number Diff line number Diff line change @@ -136,6 +136,11 @@ const config = {
136
136
destination : `/docs/manual/${ process . env . VERSION_NEXT } /:slug*` ,
137
137
permanent : false ,
138
138
} ,
139
+ {
140
+ source : "/llms/manual/latest/:file*" ,
141
+ destination : `/llms/manual/${ process . env . VERSION_LATEST } /:file*` ,
142
+ permanent : false ,
143
+ } ,
139
144
] ;
140
145
} ,
141
146
} ;
Original file line number Diff line number Diff line change 11
11
12
12
/docs/manual/latest/:slug * /docs/manual/v11.0.0/:slug * 307
13
13
/docs/manual/next/:slug * /docs/manual/v12.0.0/:slug * 307
14
+
15
+ /llms/manual/latest/:file * /llms/manual/v11.0.0/:file * 307
You can’t perform that action at this time.
0 commit comments