mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-01-16 15:34:07 +00:00
cleanup navbar/header
This commit is contained in:
parent
65c6527efe
commit
670cdc52ae
@ -2,111 +2,25 @@
|
||||
"data": {
|
||||
"header": {
|
||||
"navMenu": [
|
||||
{
|
||||
"href": null,
|
||||
"title": "Developers",
|
||||
"content": [
|
||||
{
|
||||
"href": "https://github.com/LaconicNetwork",
|
||||
"title": "GitHub"
|
||||
},
|
||||
{
|
||||
"href": "/about#roadmap",
|
||||
"title": "Roadmap"
|
||||
},
|
||||
{
|
||||
"href": "https://discord.com/invite/ukhbBemyxY",
|
||||
"title": "Chat"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"href": "/products",
|
||||
"title": "Products",
|
||||
"content": [
|
||||
{
|
||||
"href": "/products#laconicwatchers",
|
||||
"title": "Watchers (SDK)"
|
||||
},
|
||||
{
|
||||
"href": "/products#laconicstack",
|
||||
"title": "Stack"
|
||||
},
|
||||
{
|
||||
"href": "/products#laconicnetwork",
|
||||
"title": "Network"
|
||||
},
|
||||
{
|
||||
"href": "/products#laconicapp",
|
||||
"title": "App"
|
||||
},
|
||||
{
|
||||
"href": "/products#laconictoken",
|
||||
"title": "Network Token (LNT)"
|
||||
}
|
||||
]
|
||||
"content": []
|
||||
},
|
||||
{
|
||||
"href": "/partners",
|
||||
"title": "Partners",
|
||||
"content": [
|
||||
{
|
||||
"href": "/partners#validators",
|
||||
"title": "Member Validators"
|
||||
},
|
||||
{
|
||||
"href": "/partners#providers",
|
||||
"title": "Service Providers"
|
||||
},
|
||||
{
|
||||
"href": "/partners#developers",
|
||||
"title": "Developers"
|
||||
},
|
||||
{
|
||||
"href": "/partners#investors",
|
||||
"title": "Investors"
|
||||
},
|
||||
{
|
||||
"href": "/partners#testnet",
|
||||
"title": "Incentivized Testnet"
|
||||
}
|
||||
]
|
||||
"content": []
|
||||
},
|
||||
{
|
||||
"href": "/about",
|
||||
"title": "About",
|
||||
"content": [
|
||||
{
|
||||
"href": "/about",
|
||||
"title": "Vision"
|
||||
},
|
||||
{
|
||||
"href": "/about#team",
|
||||
"title": "Team"
|
||||
},
|
||||
{
|
||||
"href": "/careers",
|
||||
"title": "Careers"
|
||||
},
|
||||
{
|
||||
"href": "/contact",
|
||||
"title": "Contact"
|
||||
},
|
||||
{
|
||||
"href": "/assets/laconic-logo-assets.zip",
|
||||
"title": "Brand"
|
||||
}
|
||||
]
|
||||
"content": []
|
||||
},
|
||||
{
|
||||
"href": "/community",
|
||||
"title": "Community",
|
||||
"content": [
|
||||
{
|
||||
"href": "/community#events",
|
||||
"title": "Events"
|
||||
}
|
||||
]
|
||||
"content": []
|
||||
},
|
||||
{
|
||||
"href": "/blog",
|
||||
@ -116,4 +30,4 @@
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
// what does this file do?
|
||||
// see json/site_content/header.json
|
||||
// instead
|
||||
export const defaultHeaderLinks = [
|
||||
{
|
||||
href: 'https://docs.laconic.com/',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user