53 строки
880 B
JSON
53 строки
880 B
JSON
[
|
|
{
|
|
"id": "index",
|
|
"title": "Explore",
|
|
"icon": "icon-random",
|
|
"defaultUrl": "explore",
|
|
"pages": [
|
|
{
|
|
"id": "index",
|
|
"url": "explore"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "tools",
|
|
"title": "Tools",
|
|
"icon": "icon-hand-up",
|
|
"defaultUrl": "tools",
|
|
"pages": []
|
|
},
|
|
{
|
|
"id": "events",
|
|
"title": "Events",
|
|
"icon": "icon-map-marker",
|
|
"defaultUrl": "{{EVENTS_URL}}",
|
|
"instantiate": true,
|
|
"pages": []
|
|
},
|
|
{
|
|
"id": "teach",
|
|
"title": "Teach",
|
|
"icon": "icon-book",
|
|
"defaultUrl": "mentor",
|
|
"pages": [
|
|
{
|
|
"id": "resources",
|
|
"title": "Resources",
|
|
"url": "resources"
|
|
},
|
|
{
|
|
"id": "badges",
|
|
"title": "Badges",
|
|
"url": "badges"
|
|
},
|
|
{
|
|
"id": "hive",
|
|
"title": "Hive",
|
|
"url": "_hive"
|
|
}
|
|
]
|
|
}
|
|
]
|