|
@@ -57,17 +57,17 @@ export const esConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
|
|
],
|
|
],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- text: 'Ejemplos',
|
|
|
|
- collapsed: true,
|
|
|
|
|
|
+ text: 'Recetario 🍳🧑🍳',
|
|
|
|
+ link: '/es/cookbook/',
|
|
items: [
|
|
items: [
|
|
- { text: 'Controles de órbita', link: '/es/examples/orbit-controls' },
|
|
|
|
- { text: 'Animaciones básicas', link: '/es/examples/basic-animations' },
|
|
|
|
- { text: 'Grupos', link: '/es/examples/groups' },
|
|
|
|
- { text: 'Cargar texturas', link: '/es/examples/load-textures' },
|
|
|
|
- { text: 'Cargar modelos', link: '/es/examples/load-models' },
|
|
|
|
- { text: 'Cargar texto', link: '/es/examples/text-3d' },
|
|
|
|
- { text: 'Luces y sombras', link: '/es/examples/lights-shadows' },
|
|
|
|
- { text: 'Shaders', link: '/es/examples/shaders' },
|
|
|
|
|
|
+ { text: 'Controles de órbita', link: '/es/cookbook/orbit-controls' },
|
|
|
|
+ { text: 'Animaciones básicas', link: '/es/cookbook/basic-animations' },
|
|
|
|
+ { text: 'Grupos', link: '/es/cookbook/groups' },
|
|
|
|
+ { text: 'Cargar texturas', link: '/es/cookbook/load-textures' },
|
|
|
|
+ { text: 'Cargar modelos', link: '/es/cookbook/load-models' },
|
|
|
|
+ { text: 'Cargar texto', link: '/es/cookbook/text-3d' },
|
|
|
|
+ { text: 'Luces y sombras', link: '/es/cookbook/lights-shadows' },
|
|
|
|
+ { text: 'Shaders', link: '/es/cookbook/shaders' },
|
|
],
|
|
],
|
|
},
|
|
},
|
|
{
|
|
{
|