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 7373 "Extra" : [
7474 " newcomer-examples" ,
7575 " project-structure" ,
76- " faq"
76+ " faq" ,
77+ " llms"
7778 ]
7879}
Original file line number Diff line number Diff line change 7272 "Extra" : [
7373 " newcomer-examples" ,
7474 " project-structure" ,
75- " faq"
75+ " faq" ,
76+ " llms"
7677 ]
7778}
Original file line number Diff line number Diff line change 3131 " beyond-jsx" ,
3232 " forwarding-refs" ,
3333 " extensions-of-props"
34+ ],
35+ "Extra" : [
36+ " llms"
3437 ]
3538}
Original file line number Diff line number Diff line change 2626 "Guides" : [
2727 " beyond-jsx" ,
2828 " forwarding-refs"
29+ ],
30+ "Extra" : [
31+ " llms"
2932 ]
3033}
Original file line number Diff line number Diff line change 2727 " beyond-jsx" ,
2828 " forwarding-refs" ,
2929 " extensions-of-props"
30+ ],
31+ "Extra" : [
32+ " llms"
3033 ]
3134}
Original file line number Diff line number Diff line change @@ -136,6 +136,11 @@ const config = {
136136 destination : `/docs/manual/${ process . env . VERSION_NEXT } /:slug*` ,
137137 permanent : false ,
138138 } ,
139+ {
140+ source : "/llms/manual/latest/:file*" ,
141+ destination : `/llms/manual/${ process . env . VERSION_LATEST } /:file*` ,
142+ permanent : false ,
143+ } ,
139144 ] ;
140145 } ,
141146} ;
Original file line number Diff line number Diff line change 1111
1212/docs/manual/latest/:slug * /docs/manual/v11.0.0/:slug * 307
1313/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