diff --git a/docs.json b/docs.json index 3598a68c..224b05d7 100644 --- a/docs.json +++ b/docs.json @@ -26,14 +26,6 @@ }, "navbar": { "links": [ - { - "label": "Community", - "href": "https://tyk.io/community/" - }, - { - "label": "24/7 Support", - "href": "https://support.tyk.io/" - }, { "label": "Tyk YouTube", "href": "https://www.youtube.com/@TykAPIM/videos" @@ -50,6 +42,25 @@ } }, "navigation": { + "global": { + "anchors": [ + { + "anchor": "Enterprise Support", + "icon": "/img/support_icon.png", + "href": "https://support.tyk.io/" + }, + { + "anchor": "Tyk Community", + "icon": "/img/community_icon.png", + "href": "https://tyk.io/community/" + }, + { + "anchor": "Pricing", + "icon": "/img/pricing_icon.png", + "href": "https://tyk.io/pricing/" + } + ] + }, "tabs": [ { "tab": "Home", @@ -6042,4 +6053,4 @@ "destination": "/tyk-developer-portal/tyk-portal-classic/customise/customising-using-dashboard" } ] -} \ No newline at end of file +} diff --git a/img/community_icon.png b/img/community_icon.png new file mode 100644 index 00000000..d6f68b04 Binary files /dev/null and b/img/community_icon.png differ diff --git a/img/pricing_icon.png b/img/pricing_icon.png new file mode 100644 index 00000000..fee33794 Binary files /dev/null and b/img/pricing_icon.png differ diff --git a/img/support_icon.png b/img/support_icon.png new file mode 100644 index 00000000..d70c7313 Binary files /dev/null and b/img/support_icon.png differ