Files
freeCodeCamp/common/app/components/Nav/links.json
2016-01-15 04:46:20 -08:00

24 lines
421 B
JSON

[{
"content": "Map",
"link": "/map"
}, {
"content": "Chat",
"link": "//gitter.im/FreeCodeCamp/FreeCodeCamp",
"target": "_blank"
},{
"content": "News",
"link": "/news",
"target": "_blank"
},{
"content": "Wiki",
"link": "https://github.com/freecodecamp/freecodecamp/wiki/",
"target": "_blank"
},{
"content": "Jobs",
"link": "/jobs",
"react": true
},{
"content": "About",
"link": "/about"
}]