cleanup navbar/header

This commit is contained in:
zramsay 2023-12-08 14:04:07 -05:00
parent 65c6527efe
commit 670cdc52ae
2 changed files with 8 additions and 91 deletions

View File

@ -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 @@
]
}
}
}
}

View File

@ -1,3 +1,6 @@
// what does this file do?
// see json/site_content/header.json
// instead
export const defaultHeaderLinks = [
{
href: 'https://docs.laconic.com/',