add new subpages structure
This commit is contained in:
parent
3c8b5db189
commit
45153c2fbd
1 changed files with 38 additions and 24 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue