Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 33 additions & 35 deletions build/navbarDev.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
}
]
}
Expand All @@ -66,7 +65,6 @@
{
"title": "Enterprise",
"url": "https://www.postman.com/postman-enterprise/"

},
{
"title": "Resources",
Expand All @@ -89,7 +87,7 @@
},
{
"title": "Templates",
"url": "/templates/"
"url": "https://www.postman.com/templates/"
}
]
},
Expand All @@ -98,15 +96,15 @@
"subItemsCol": [
{
"title": "Support Center",
"url": "/support/"
"url": "https://www.postman.com/support/"
},
{
"title": "Community",
"url": "https://community.postman.com/"
},
{
"title": "Release Notes",
"url": "/release-notes/"
"url": "https://www.postman.com/release-notes/"
},
{
"title": "Postman Status",
Expand All @@ -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",
Expand Down
Loading