From b63ec70b3eb68c6dbcaff8957f0f7bd94ac324ca Mon Sep 17 00:00:00 2001 From: Christina Hastenrath Date: Thu, 16 Jan 2025 14:37:56 +0100 Subject: [PATCH 1/2] updated navbar --- build/navbarDev.json | 68 +++++++++++++++++++++----------------------- 1 file changed, 33 insertions(+), 35 deletions(-) diff --git a/build/navbarDev.json b/build/navbarDev.json index 3665a8cef..35ef38c1d 100644 --- a/build/navbarDev.json +++ b/build/navbarDev.json @@ -9,51 +9,50 @@ "columns": [ { "title": "Getting Started", - "colSize": "short", "subItemsCol": [ - { - "title": "What is Postman?", - "link": "", - "url": "https://www.postman.com/product/what-is-postman/", - "width:" : "true" - }, - { - "title": "Customer Stories", - "link": "", - "url": "https://www.postman.com/customers/", - "width:" : "true" - }, - { - "title": "Download Postman →", - "className": "blue-link", - "link": "app-cta", - "url": "https://www.postman.com/downloads/", - "width:" : "true" - } + { + "title": "What is Postman?", + "link": "", + "url": "https://www.postman.com/product/what-is-postman/" + }, + { + "title": "Customer Stories", + "link": "", + "url": "https://www.postman.com/customers/" + }, + { + "title": "Download Postman →", + "link": "app-cta", + "url": "https://www.postman.com/downloads/" + } ] - }, - { + }, + { "title": "API Platform Features", "subItemsCol": [ + { + "title": "AI Agent Builder", + "url": "https://www.postman.com/product/ai-agent-builder/" + }, { "title": "Collections", "url": "https://www.postman.com/collection/" }, { - "title": "Workspaces", - "url": "https://www.postman.com/product/workspaces/" + "title": "Workspaces", + "url": "https://www.postman.com/product/workspaces/" }, { "title": "Postbot", "url": "https://www.postman.com/product/postbot/" }, { - "title": "API Client", - "url": "https://www.postman.com/product/api-client/" + "title": "API Client", + "url": "https://www.postman.com/product/api-client/" }, { - "title": "Browse API Tools", - "url": "https://www.postman.com/product/tools/" + "title": "Browse API Tools", + "url": "https://www.postman.com/product/tools/" } ] } @@ -66,7 +65,6 @@ { "title": "Enterprise", "url": "https://www.postman.com/postman-enterprise/" - }, { "title": "Resources", @@ -89,7 +87,7 @@ }, { "title": "Templates", - "url": "/templates/" + "url": "https://www.postman.com/templates/" } ] }, @@ -98,7 +96,7 @@ "subItemsCol": [ { "title": "Support Center", - "url": "/support/" + "url": "https://www.postman.com/support/" }, { "title": "Community", @@ -106,7 +104,7 @@ }, { "title": "Release Notes", - "url": "/release-notes/" + "url": "https://www.postman.com/release-notes/" }, { "title": "Postman Status", @@ -119,15 +117,15 @@ "subItemsCol": [ { "title": "Contact", - "url": "/company/contact-us/" + "url": "https://www.postman.com/company/contact-us/" }, { "title": "POST/CON", - "url": "/postcon/" + "url": "https://www.postman.com/postcon/" }, { "title": "Events", - "url": "/events/" + "url": "https://www.postman.com/events/" }, { "title": "Swag", From 49b15027d8774ba7e3ea46ccfadd0fc5630a9795 Mon Sep 17 00:00:00 2001 From: Christina Hastenrath Date: Mon, 20 Jan 2025 15:40:05 +0100 Subject: [PATCH 2/2] updated navbar order --- build/navbarDev.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/build/navbarDev.json b/build/navbarDev.json index 35ef38c1d..1ad27a92a 100644 --- a/build/navbarDev.json +++ b/build/navbarDev.json @@ -42,6 +42,10 @@ "title": "Workspaces", "url": "https://www.postman.com/product/workspaces/" }, + { + "title": "Partner Workspaces", + "url": "https://www.postman.com/product/partner-workspaces/" + }, { "title": "Postbot", "url": "https://www.postman.com/product/postbot/" @@ -74,12 +78,8 @@ "title": "Learning", "subItemsCol": [ { - "title": "Postman Docs", - "url": "https://learning.postman.com/docs/introduction/overview/" - }, - { - "title": "Academy", - "url": "https://academy.postman.com/" + "title": "Learning Hub", + "url": "https://www.postman.com/learn/" }, { "title": "Blog", @@ -136,8 +136,8 @@ ] }, { - "title": "Public API Network", + "title": "API Network", "url": "https://www.postman.com/explore/" } ] -} \ No newline at end of file +}