Files
freeCodeCamp/common/app/Nav/links.json
Berkeley Martinez b1e9a172a2 Feat: anon navbar (#16189)
* chore(React): %s/react-pure-render/React.PureComponent/gc

* fix(Settings): Should redirect to signup when unauthen

* feat(Development): Use SES for mail if defined

* feat(Nav): Show anon navbar when logged in

* fix(server/datasources): Make sure mailhog works if no ses keys are found

LB will use both mail settings if using both local and dev

* fix(Nav): Use text instead of icons

* fix(Nav): Make donate page open in new tab
2017-12-15 15:53:32 -06:00

44 lines
993 B
JSON

[
{
"content": "Community",
"isDropdown": true,
"links": [
{
"content": "Chat",
"link": "https://gitter.im/freecodecamp/home",
"target": "_blank"
},
{
"content": "Forum",
"link": "https://forum.freecodecamp.org/",
"target": "_blank"
},
{
"content": "Medium",
"link": "https://medium.freecodecamp.org",
"target": "_blank"
},
{
"content": "YouTube",
"link": "https://youtube.com/freecodecamp",
"target": "_blank"
},
{
"content": "In your city",
"link": "https://forum.freecodecamp.org/t/free-code-camp-city-based-local-groups/19574",
"target": "_blank"
},
{
"content": "About",
"link": "https://www.freecodecamp.org/about",
"target": "_blank"
}
]
},
{
"content": "Donate",
"link": "https://www.freecodecamp.org/donate",
"target": "_blank"
}
]