Navigation Dropdown #31

Merged
shing.hung merged 5 commits from nav-dropdown into main 2025-02-10 00:34:54 +00:00
Showing only changes of commit 45153c2fbd - Show all commits

View file

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