webmaker.org/navigation.json

53 строки
874 B
JSON
Исходник Постоянная ссылка Обычный вид История

[
{
2014-12-22 21:50:53 +03:00
"id": "index",
"title": "Explore",
2015-03-03 22:28:51 +03:00
"icon": "fa-random",
"defaultUrl": "explore",
2014-12-22 21:50:53 +03:00
"pages": [
{
"id": "index",
"url": "explore"
}
]
},
{
"id": "tools",
"title": "Tools",
2015-03-03 22:28:51 +03:00
"icon": "fa-hand-o-up",
"defaultUrl": "tools",
"pages": []
},
{
"id": "events",
"title": "Events",
2015-03-03 22:28:51 +03:00
"icon": "fa-map-marker",
2014-03-14 00:54:41 +04:00
"defaultUrl": "{{EVENTS_URL}}",
"instantiate": true,
"pages": []
2014-12-11 22:18:51 +03:00
},
{
"id": "teach",
"title": "Teach",
2015-03-03 22:28:51 +03:00
"icon": "fa-book",
"defaultUrl": "mentor",
2014-12-11 22:18:51 +03:00
"pages": [
{
"id": "resources",
"title": "Resources",
"url": "resources"
},
{
"id": "badges",
"title": "Badges",
"url": "badges"
2014-12-13 01:01:16 +03:00
},
{
"id": "hive",
"title": "Hive",
"url": "_hive"
2014-12-11 22:18:51 +03:00
}
]
}
]