add new subpages structure

This commit is contained in:
chark1es 2025-02-08 06:01:19 -08:00
parent 3c8b5db189
commit 45153c2fbd

View file

@ -1,26 +1,40 @@
[
{
"name": "Join",
"path": "/join"
},
{
"name": "Events",
"path": "/events"
},
{
"name": "Projects",
"path": "/projects"
},
{
"name": "Board",
"path": "/board"
},
{
"name": "Find Us",
"path": "/find"
},
{
"name": "Online Store",
"path": "/online-store"
}
{
"name": "Join",
"path": "/join"
},
{
"name": "Events",
"path": "/events"
},
{
"name": "Projects",
"path": "/projects",
"subpages": [
{
"name": "Robocup",
"path": "/projects/robocup"
},
{
"name": "Signal Processing",
"path": "/projects/signal-processing"
},
{
"name": "Supercomputing",
"path": "/projects/supercomputing"
}
]
},
{
"name": "Board",
"path": "/board"
},
{
"name": "Find Us",
"path": "/find"
},
{
"name": "Online Store",
"path": "/online-store"
}
]