add new nav dropdown options

This commit is contained in:
Quincy Larson
2017-01-04 16:55:46 -06:00
committed by Stuart Taylor
parent a705c83413
commit 19facd3781

View File

@ -1,23 +1,46 @@
[{ [
{
"content": "Community", "content": "Community",
"isDropdown": true, "isDropdown": true,
"links": [{ "links": [
"content": "About", {
"link": "/about"
}, {
"content": "Forum",
"link": "https://forum.freecodecamp.com/",
"target": "_blank"
}, {
"content": "Chat", "content": "Chat",
"link": "https://gitter.im/freecodecamp/home", "link": "https://gitter.im/freecodecamp/home",
"target": "_blank" "target": "_blank"
}] },
},{ {
"content": "Forum",
"link": "https://forum.freecodecamp.com/",
"target": "_blank"
},
{
"content": "Medium",
"link": "https://medium.freecodecamp.com",
"target": "_blank"
},
{
"content": "YouTube",
"link": "https://youtube.com/freecodecamp",
"target": "_blank"
},
{
"content": "In your city",
"link": "https://forum.freecodecamp.com/t/free-code-camp-city-based-local-groups/19574",
"target": "_blank"
},
{
"content": "About",
"link": "/about"
}
]
},
{
"content": "Map", "content": "Map",
"link": "/map", "link": "/map",
"isReact": true "isReact": true
},{ },
{
"content": "Shop", "content": "Shop",
"link": "/shop" "link": "/shop"
}] }
]