|
1 | 1 | {
|
2 | 2 | "type": "header",
|
3 |
| - "media": "https://voyager.postman.com/logo/postman-logo-white-horiz.svg", |
| 3 | + "media": "https://voyager.postman.com/logo/postman-logo-icon-orange.svg", |
4 | 4 | "items": [
|
5 | 5 | {
|
6 | 6 | "title": "Product",
|
7 | 7 | "dropdown": "true",
|
| 8 | + "isWidthShort": true, |
8 | 9 | "columns": [
|
9 | 10 | {
|
10 | 11 | "title": "Getting Started",
|
| 12 | + "colSize": "short", |
11 | 13 | "subItemsCol": [
|
12 |
| - { |
13 |
| - "title": "What is Postman?", |
14 |
| - "link": "", |
15 |
| - "url": "https://www.postman.com/product/what-is-postman/" |
16 |
| - }, |
17 |
| - { |
18 |
| - "title": "Customer Stories", |
19 |
| - "link": "", |
20 |
| - "url": "https://www.postman.com/customers/" |
21 |
| - }, |
22 |
| - { |
23 |
| - "title": "Download Postman →", |
24 |
| - "link": "app-cta", |
25 |
| - "url": "https://www.postman.com/downloads/" |
26 |
| - } |
| 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 | + } |
27 | 33 | ]
|
28 |
| - }, |
29 |
| - { |
30 |
| - "title": "API Platform", |
| 34 | + }, |
| 35 | + { |
| 36 | + "title": "API Platform Features", |
31 | 37 | "subItemsCol": [
|
32 | 38 | {
|
33 |
| - "title": "Collaborate in Workspaces", |
34 |
| - "url": "https://www.postman.com/product/workspaces/" |
35 |
| - }, |
36 |
| - { |
37 |
| - "title": "Organize with Collections", |
| 39 | + "title": "Collections", |
38 | 40 | "url": "https://www.postman.com/collection/"
|
39 | 41 | },
|
40 | 42 | {
|
41 |
| - "title": "Explore the API Client", |
42 |
| - "url": "https://www.postman.com/product/api-client/" |
| 43 | + "title": "Workspaces", |
| 44 | + "url": "https://www.postman.com/product/workspaces/" |
43 | 45 | },
|
44 | 46 | {
|
45 |
| - "title": "Build Postman Flows", |
46 |
| - "url": "https://www.postman.com/product/flows/" |
47 |
| - }, |
48 |
| - { |
49 |
| - "title": "Work smarter with Postbot", |
| 47 | + "title": "Postbot", |
50 | 48 | "url": "https://www.postman.com/product/postbot/"
|
51 | 49 | },
|
52 | 50 | {
|
53 |
| - "title": "Browse API Tools", |
54 |
| - "url": "https://www.postman.com/product/tools/" |
55 |
| - } |
56 |
| - ] |
57 |
| - }, |
58 |
| - { |
59 |
| - "title": "Enterprise Solutions", |
60 |
| - "subItemsCol": [ |
61 |
| - { |
62 |
| - "title": "Enterprise Essentials", |
63 |
| - "url": "https://www.postman.com/solutions/enterprise-essentials/" |
64 |
| - }, |
65 |
| - { |
66 |
| - "title": "API Test Automation", |
67 |
| - "url": "https://www.postman.com/solutions/api-test-automation/" |
| 51 | + "title": "API Client", |
| 52 | + "url": "https://www.postman.com/product/api-client/" |
68 | 53 | },
|
69 | 54 | {
|
70 |
| - "title": "Internal API Management", |
71 |
| - "url": "https://www.postman.com/solutions/internal-api-management/" |
| 55 | + "title": "Browse API Tools", |
| 56 | + "url": "https://www.postman.com/product/tools/" |
72 | 57 | }
|
73 | 58 | ]
|
74 | 59 | }
|
|
0 commit comments