add new nav dropdown options
This commit is contained in:
committed by
Stuart Taylor
parent
a705c83413
commit
19facd3781
@ -1,23 +1,46 @@
|
|||||||
[{
|
[
|
||||||
"content": "Community",
|
{
|
||||||
"isDropdown": true,
|
"content": "Community",
|
||||||
"links": [{
|
"isDropdown": true,
|
||||||
"content": "About",
|
"links": [
|
||||||
"link": "/about"
|
{
|
||||||
}, {
|
"content": "Chat",
|
||||||
"content": "Forum",
|
"link": "https://gitter.im/freecodecamp/home",
|
||||||
"link": "https://forum.freecodecamp.com/",
|
"target": "_blank"
|
||||||
"target": "_blank"
|
},
|
||||||
}, {
|
{
|
||||||
"content": "Chat",
|
"content": "Forum",
|
||||||
"link": "https://gitter.im/freecodecamp/home",
|
"link": "https://forum.freecodecamp.com/",
|
||||||
"target": "_blank"
|
"target": "_blank"
|
||||||
}]
|
},
|
||||||
},{
|
{
|
||||||
"content": "Map",
|
"content": "Medium",
|
||||||
"link": "/map",
|
"link": "https://medium.freecodecamp.com",
|
||||||
"isReact": true
|
"target": "_blank"
|
||||||
},{
|
},
|
||||||
"content": "Shop",
|
{
|
||||||
"link": "/shop"
|
"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",
|
||||||
|
"link": "/map",
|
||||||
|
"isReact": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"content": "Shop",
|
||||||
|
"link": "/shop"
|
||||||
|
}
|
||||||
|
]
|
Reference in New Issue
Block a user