@@ -27,7 +27,7 @@ export default defineConfig({
2727 { text : 'Home' , link : '/en-US/' } ,
2828 { text : 'Guide' , link : '/en-US/guide/quick-start' } ,
2929 { text : 'Concepts' , link : '/en-US/concepts/01-factories' } ,
30- { text : 'Examples ' , link : '/en-US/examples /react' } ,
30+ { text : 'Showcases ' , link : '/en-US/showcases /react' } ,
3131 ] ,
3232 sidebar : {
3333 '/en-US/guide/' : [
@@ -52,15 +52,15 @@ export default defineConfig({
5252 ] ,
5353 } ,
5454 ] ,
55- '/en-US/examples /' : [
55+ '/en-US/showcases /' : [
5656 {
57- text : 'Examples ' ,
57+ text : 'Showcases ' ,
5858 items : [
59- { text : 'React' , link : '/en-US/examples /react' } ,
60- { text : 'React Material UI' , link : '/en-US/examples /material-ui' } ,
61- { text : 'React Chakra UI' , link : '/en-US/examples /chakra-ui' } ,
62- { text : 'Vue' , link : '/en-US/examples /vue' } ,
63- { text : 'Vue Vuetify' , link : '/en-US/examples /vuetify' } ,
59+ { text : 'React' , link : '/en-US/showcases /react' } ,
60+ { text : 'React Material UI' , link : '/en-US/showcases /material-ui' } ,
61+ { text : 'React Chakra UI' , link : '/en-US/showcases /chakra-ui' } ,
62+ { text : 'Vue' , link : '/en-US/showcases /vue' } ,
63+ { text : 'Vue Vuetify' , link : '/en-US/showcases /vuetify' } ,
6464 ] ,
6565 } ,
6666 ] ,
@@ -81,7 +81,7 @@ export default defineConfig({
8181 { text : 'Início' , link : '/pt-BR/' } ,
8282 { text : 'Guia' , link : '/pt-BR/guide/quick-start' } ,
8383 { text : 'Conceitos' , link : '/pt-BR/concepts/01-factories' } ,
84- { text : 'Exemplos' , link : '/pt-BR/examples /react' } ,
84+ { text : 'Exemplos' , link : '/pt-BR/showcases /react' } ,
8585 ] ,
8686 sidebar : {
8787 '/pt-BR/guide/' : [
@@ -106,15 +106,15 @@ export default defineConfig({
106106 ] ,
107107 } ,
108108 ] ,
109- '/pt-BR/examples /' : [
109+ '/pt-BR/showcases /' : [
110110 {
111111 text : 'Exemplos' ,
112112 items : [
113- { text : 'React' , link : '/pt-BR/examples /react' } ,
114- { text : 'React Material UI' , link : '/pt-BR/examples /material-ui' } ,
115- { text : 'React Chakra UI' , link : '/pt-BR/examples /chakra-ui' } ,
116- { text : 'Vue' , link : '/pt-BR/examples /vue' } ,
117- { text : 'Vue Vuetify' , link : '/pt-BR/examples /vuetify' } ,
113+ { text : 'React' , link : '/pt-BR/showcases /react' } ,
114+ { text : 'React Material UI' , link : '/pt-BR/showcases /material-ui' } ,
115+ { text : 'React Chakra UI' , link : '/pt-BR/showcases /chakra-ui' } ,
116+ { text : 'Vue' , link : '/pt-BR/showcases /vue' } ,
117+ { text : 'Vue Vuetify' , link : '/pt-BR/showcases /vuetify' } ,
118118 ] ,
119119 } ,
120120 ] ,
@@ -135,7 +135,7 @@ export default defineConfig({
135135 { text : 'Inicio' , link : '/es-ES/' } ,
136136 { text : 'Guía' , link : '/es-ES/guide/quick-start' } ,
137137 { text : 'Conceptos' , link : '/es-ES/concepts/01-factories' } ,
138- { text : 'Ejemplos' , link : '/es-ES/examples /react' } ,
138+ { text : 'Ejemplos' , link : '/es-ES/showcases /react' } ,
139139 ] ,
140140 sidebar : {
141141 '/es-ES/guide/' : [
@@ -160,15 +160,15 @@ export default defineConfig({
160160 ] ,
161161 } ,
162162 ] ,
163- '/es-ES/examples /' : [
163+ '/es-ES/showcases /' : [
164164 {
165165 text : 'Ejemplos' ,
166166 items : [
167- { text : 'React' , link : '/es-ES/examples /react' } ,
168- { text : 'React Material UI' , link : '/es-ES/examples /material-ui' } ,
169- { text : 'React Chakra UI' , link : '/es-ES/examples /chakra-ui' } ,
170- { text : 'Vue' , link : '/es-ES/examples /vue' } ,
171- { text : 'Vue Vuetify' , link : '/es-ES/examples /vuetify' } ,
167+ { text : 'React' , link : '/es-ES/showcases /react' } ,
168+ { text : 'React Material UI' , link : '/es-ES/showcases /material-ui' } ,
169+ { text : 'React Chakra UI' , link : '/es-ES/showcases /chakra-ui' } ,
170+ { text : 'Vue' , link : '/es-ES/showcases /vue' } ,
171+ { text : 'Vue Vuetify' , link : '/es-ES/showcases /vuetify' } ,
172172 ] ,
173173 } ,
174174 ] ,
0 commit comments