Skip to content

Commit 0374307

Browse files
authored
Merge pull request #169 from postmanlabs/mktg-57
updated navbar
2 parents 6cd12ac + 49b1502 commit 0374307

File tree

1 file changed

+41
-43
lines changed

1 file changed

+41
-43
lines changed

build/navbarDev.json

+41-43
Original file line numberDiff line numberDiff line change
@@ -9,51 +9,54 @@
99
"columns": [
1010
{
1111
"title": "Getting Started",
12-
"colSize": "short",
1312
"subItemsCol": [
14-
{
15-
"title": "What is Postman?",
16-
"link": "",
17-
"url": "https://www.postman.com/product/what-is-postman/",
18-
"width:" : "true"
19-
},
20-
{
21-
"title": "Customer Stories",
22-
"link": "",
23-
"url": "https://www.postman.com/customers/",
24-
"width:" : "true"
25-
},
26-
{
27-
"title": "Download Postman →",
28-
"className": "blue-link",
29-
"link": "app-cta",
30-
"url": "https://www.postman.com/downloads/",
31-
"width:" : "true"
32-
}
13+
{
14+
"title": "What is Postman?",
15+
"link": "",
16+
"url": "https://www.postman.com/product/what-is-postman/"
17+
},
18+
{
19+
"title": "Customer Stories",
20+
"link": "",
21+
"url": "https://www.postman.com/customers/"
22+
},
23+
{
24+
"title": "Download Postman →",
25+
"link": "app-cta",
26+
"url": "https://www.postman.com/downloads/"
27+
}
3328
]
34-
},
35-
{
29+
},
30+
{
3631
"title": "API Platform Features",
3732
"subItemsCol": [
33+
{
34+
"title": "AI Agent Builder",
35+
"url": "https://www.postman.com/product/ai-agent-builder/"
36+
},
3837
{
3938
"title": "Collections",
4039
"url": "https://www.postman.com/collection/"
4140
},
4241
{
43-
"title": "Workspaces",
44-
"url": "https://www.postman.com/product/workspaces/"
42+
"title": "Workspaces",
43+
"url": "https://www.postman.com/product/workspaces/"
44+
},
45+
{
46+
"title": "Partner Workspaces",
47+
"url": "https://www.postman.com/product/partner-workspaces/"
4548
},
4649
{
4750
"title": "Postbot",
4851
"url": "https://www.postman.com/product/postbot/"
4952
},
5053
{
51-
"title": "API Client",
52-
"url": "https://www.postman.com/product/api-client/"
54+
"title": "API Client",
55+
"url": "https://www.postman.com/product/api-client/"
5356
},
5457
{
55-
"title": "Browse API Tools",
56-
"url": "https://www.postman.com/product/tools/"
58+
"title": "Browse API Tools",
59+
"url": "https://www.postman.com/product/tools/"
5760
}
5861
]
5962
}
@@ -66,7 +69,6 @@
6669
{
6770
"title": "Enterprise",
6871
"url": "https://www.postman.com/postman-enterprise/"
69-
7072
},
7173
{
7274
"title": "Resources",
@@ -76,20 +78,16 @@
7678
"title": "Learning",
7779
"subItemsCol": [
7880
{
79-
"title": "Postman Docs",
80-
"url": "https://learning.postman.com/docs/introduction/overview/"
81-
},
82-
{
83-
"title": "Academy",
84-
"url": "https://academy.postman.com/"
81+
"title": "Learning Hub",
82+
"url": "https://www.postman.com/learn/"
8583
},
8684
{
8785
"title": "Blog",
8886
"url": "https://blog.postman.com/"
8987
},
9088
{
9189
"title": "Templates",
92-
"url": "/templates/"
90+
"url": "https://www.postman.com/templates/"
9391
}
9492
]
9593
},
@@ -98,15 +96,15 @@
9896
"subItemsCol": [
9997
{
10098
"title": "Support Center",
101-
"url": "/support/"
99+
"url": "https://www.postman.com/support/"
102100
},
103101
{
104102
"title": "Community",
105103
"url": "https://community.postman.com/"
106104
},
107105
{
108106
"title": "Release Notes",
109-
"url": "/release-notes/"
107+
"url": "https://www.postman.com/release-notes/"
110108
},
111109
{
112110
"title": "Postman Status",
@@ -119,15 +117,15 @@
119117
"subItemsCol": [
120118
{
121119
"title": "Contact",
122-
"url": "/company/contact-us/"
120+
"url": "https://www.postman.com/company/contact-us/"
123121
},
124122
{
125123
"title": "POST/CON",
126-
"url": "/postcon/"
124+
"url": "https://www.postman.com/postcon/"
127125
},
128126
{
129127
"title": "Events",
130-
"url": "/events/"
128+
"url": "https://www.postman.com/events/"
131129
},
132130
{
133131
"title": "Swag",
@@ -138,8 +136,8 @@
138136
]
139137
},
140138
{
141-
"title": "Public API Network",
139+
"title": "API Network",
142140
"url": "https://www.postman.com/explore/"
143141
}
144142
]
145-
}
143+
}

0 commit comments

Comments
 (0)