This repository has been archived on 2026-01-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
www_threefold_io/content/site/navigation.json
2020-11-19 16:18:11 +02:00

33 lines
476 B
JSON

{
"headerNavigation": [
{
"name": "Projects",
"link": "/projects",
"external": false
},
{
"name": "People",
"link": "/people",
"external": false
},
{
"name": "News",
"link": "/news",
"external": false
},
{
"name": "Values",
"link": "/about",
"external": false
}
],
"footerNavigation": [
{
"name": "",
"link": "",
"external": false
}
]
}