-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathmint.json
More file actions
128 lines (128 loc) · 3.34 KB
/
mint.json
File metadata and controls
128 lines (128 loc) · 3.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"$schema": "https://mintlify.com/schema.json",
"name": "Wapi.go",
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg"
},
"analytics": {
"gtm": {
"tagId": "G-7756LGPVG9"
}
},
"metadata": {
"title": "Wapi.go",
"description": "Wapi.go is a Golang SDK, developed to build whatsapp business apps with ease and faster.",
"author": "Sarthak Jain <sarthak@softlancer.co>"
},
"search": {
"prompt": "Search documentation..."
},
"primaryTab": {
"name": "Guide"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#0D9373",
"light": "#07C983",
"dark": "#0D9373",
"anchors": {
"from": "#0D9373",
"to": "#07C983"
}
},
"topbarLinks": [
{
"name": "Report Bugs",
"url": "https://github.com/gTahidi/wapi.go/issues/new"
}
],
"topbarCtaButton": {
"name": "Github",
"url": "https://github.com/gTahidi/wapi.go"
},
"tabs": [
{
"name": "Package Reference Documentation",
"url": "api-reference"
}
],
"anchors": [
{
"name": "Star us on GitHub",
"icon": "github",
"url": "https://github.com/gTahidi/wapi.go"
},
{
"name": "Sign up for WapiKit",
"icon": "code",
"url": "https://app.wapikit.com"
},
{
"name": "Community",
"icon": "slack",
"url": "https://join.slack.com/t/wapikit/shared_invite/zt-2kl7eg29s-4DfP9lFwojQg_yCcyW_w6Q"
}
],
"navigation": [
{
"group": "Guide",
"iconType": "regular",
"pages": ["guide/introduction", "guide/quickstart"]
},
{
"group": "Installation and Preparations",
"pages": [
"guide/installation-and-preparations/setup-golang",
"guide/installation-and-preparations/creating-application"
]
},
{
"group": "Whatsapp API setup",
"pages": [
"guide/whatsapp-api-setup/understanding-whatsapp-business-platform",
"guide/whatsapp-api-setup/creating-business-app",
"guide/whatsapp-api-setup/getting-api-key",
"guide/whatsapp-api-setup/configuring-webhook"
]
},
{
"group": "Building your application",
"pages": [
"guide/building-your-application/sdk-architecture",
"guide/building-your-application/managing-business-account",
"guide/building-your-application/managing-message-templates",
"guide/building-your-application/managing-phone-numbers",
"guide/building-your-application/building-message-components",
"guide/building-your-application/sending-messages",
"guide/building-your-application/event-handling",
"guide/building-your-application/replying-and-reacting",
"guide/building-your-application/handling-media"
]
},
{
"group": "Others",
"pages": [
"guide/wapijs-sdk-scope",
"guide/references",
"guide/contributing",
"guide/contact"
]
},
{
"group": "Packages Documentation",
"pages": [
"api-reference/pkg/messaging",
"api-reference/pkg/components",
"api-reference/pkg/events",
"api-reference/pkg/business",
"api-reference/internal/manager"
]
}
],
"footerSocials": {
"x": "https://x.com/wapikit",
"github": "https://github.com/gTahidi/wapi.go",
"linkedin": "https://www.linkedin.com/company/wapikit"
}
}