@@ -7,31 +7,31 @@ const DOCS_SEO = {
77 next : "INSTALLATION" ,
88 previous : null ,
99 description : `It's super easy to get started with Rad UI. You can install it using npm or yarn.` ,
10- url : "/docs/introduction"
10+ url : "/docs/first-steps/ introduction"
1111 } ,
1212 "INSTALLATION" : {
1313 title : `Installation${ POSTFIX } ` ,
1414 basic_title : "Installation" ,
1515 next : "USAGE" ,
1616 previous : "INTRODUCTION" ,
1717 description : `It's super easy to get started with Rad UI. You can install it using npm or yarn.` ,
18- url : "/docs/installation"
18+ url : "/docs/first-steps/ installation"
1919 } ,
2020 "USAGE" : {
2121 title : `Usage${ POSTFIX } ` ,
2222 basic_title : "Usage" ,
2323 next : "ACCESSIBILITY" ,
2424 previous : "INSTALLATION" ,
2525 description : `It's super easy to get started with Rad UI. You can install it using npm or yarn.` ,
26- url : "/docs/usage"
26+ url : "/docs/first-steps/ usage"
2727 } ,
2828 "ACCESSIBILITY" : {
2929 title : `Accessibility${ POSTFIX } ` ,
3030 basic_title : "Accessibility" ,
3131 next : null ,
3232 previous : "USAGE" ,
3333 description : `It's super easy to get started with Rad UI. You can install it using npm or yarn.` ,
34- url : "/docs/accessibility"
34+ url : "/docs/principles/ accessibility"
3535 } ,
3636 "AVATAR_DOCS" : {
3737 title : `Avatar Documentation ${ POSTFIX } ` ,
0 commit comments