|
14 | 14 | "search": { |
15 | 15 | "prompt": "Search documentation..." |
16 | 16 | }, |
| 17 | + "feedback": { |
| 18 | + "raiseIssue": true, |
| 19 | + "suggestEdit": true, |
| 20 | + "thumbsRating": true |
| 21 | + }, |
17 | 22 | "primaryTab": { |
18 | 23 | "name": "Guide" |
19 | 24 | }, |
|
62 | 67 | ], |
63 | 68 | "navigation": [ |
64 | 69 | { |
65 | | - "group": "Guide", |
66 | | - "iconType": "regular", |
| 70 | + "group": "Quick Start", |
| 71 | + "pages": ["guide/introduction", "guide/quickstart"] |
| 72 | + }, |
| 73 | + { |
| 74 | + "group": "Installation and Preparations", |
67 | 75 | "pages": [ |
68 | | - "guide/introduction", |
69 | | - "guide/quickstart", |
70 | | - { |
71 | | - "group": "Installation and Preparations", |
72 | | - "pages": [ |
73 | | - "guide/installation-and-preparations/setup-node", |
74 | | - "guide/installation-and-preparations/creating-application" |
75 | | - ] |
76 | | - }, |
77 | | - { |
78 | | - "group": "Whatsapp API setup", |
79 | | - "pages": [ |
80 | | - "guide/whatsapp-api-setup/understanding-whatsapp-business-platform", |
81 | | - "guide/whatsapp-api-setup/creating-business-app", |
82 | | - "guide/whatsapp-api-setup/getting-api-key", |
83 | | - "guide/whatsapp-api-setup/configuring-webhook" |
84 | | - ] |
85 | | - }, |
86 | | - { |
87 | | - "group": "Building your application", |
88 | | - "pages": [ |
89 | | - "guide/building-your-application/creating-wapi-client", |
90 | | - "guide/building-your-application/building-message-components", |
91 | | - "guide/building-your-application/sending-messages", |
92 | | - "guide/building-your-application/event-handling", |
93 | | - "guide/building-your-application/replying-and-reacting", |
94 | | - "guide/building-your-application/handling-media" |
95 | | - ] |
96 | | - }, |
97 | | - "guide/wapijs-sdk-scope", |
98 | | - "guide/references", |
99 | | - "guide/contributing", |
100 | | - "guide/contact" |
| 76 | + "guide/installation-and-preparations/setup-node", |
| 77 | + "guide/installation-and-preparations/creating-application" |
| 78 | + ] |
| 79 | + }, |
| 80 | + { |
| 81 | + "group": "Whatsapp API setup", |
| 82 | + "pages": [ |
| 83 | + "guide/whatsapp-api-setup/understanding-whatsapp-business-platform", |
| 84 | + "guide/whatsapp-api-setup/creating-business-app", |
| 85 | + "guide/whatsapp-api-setup/getting-api-key", |
| 86 | + "guide/whatsapp-api-setup/configuring-webhook" |
| 87 | + ] |
| 88 | + }, |
| 89 | + { |
| 90 | + "group": "Building your application", |
| 91 | + "pages": [ |
| 92 | + "guide/building-your-application/creating-wapi-client", |
| 93 | + "guide/building-your-application/building-message-components", |
| 94 | + "guide/building-your-application/sending-messages", |
| 95 | + "guide/building-your-application/event-handling", |
| 96 | + "guide/building-your-application/replying-and-reacting", |
| 97 | + "guide/building-your-application/handling-media" |
101 | 98 | ] |
102 | 99 | }, |
103 | 100 | { |
|
232 | 229 | ] |
233 | 230 | } |
234 | 231 | ] |
| 232 | + }, |
| 233 | + { |
| 234 | + "group": "Addional Resources", |
| 235 | + "pages": [ |
| 236 | + "guide/wapijs-sdk-scope", |
| 237 | + "guide/references", |
| 238 | + "guide/contributing", |
| 239 | + "guide/contact" |
| 240 | + ] |
235 | 241 | } |
236 | 242 | ], |
237 | 243 | "footerSocials": { |
|
0 commit comments