diff --git a/json/site_content/header.json b/json/site_content/header.json index 9c04e08..e1c3592 100644 --- a/json/site_content/header.json +++ b/json/site_content/header.json @@ -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 @@ ] } } -} \ No newline at end of file +} diff --git a/src/components/common/header/header.ts b/src/components/common/header/header.ts index e0b41ce..e860a37 100644 --- a/src/components/common/header/header.ts +++ b/src/components/common/header/header.ts @@ -1,3 +1,6 @@ +// what does this file do? +// see json/site_content/header.json +// instead export const defaultHeaderLinks = [ { href: 'https://docs.laconic.com/',