|
@@ -87,8 +87,9 @@ export default defineConfig({
|
|
|
{
|
|
|
text: 'Shapes',
|
|
|
items: [
|
|
|
- { text: 'Plane', link: '/cientos/shapes/plane' },
|
|
|
{ text: 'Box', link: '/cientos/shapes/box' },
|
|
|
+ { text: 'Plane', link: '/cientos/shapes/plane' },
|
|
|
+ { text: 'Sphere', link: '/cientos/shapes/sphere' },
|
|
|
],
|
|
|
},
|
|
|
{
|