-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsidebars.js
114 lines (111 loc) · 3.09 KB
/
sidebars.js
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
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @format
*/
module.exports = {
tutorialSidebar: {
'Quick Start': ['quickstart/introduction'],
Dicas: [
'tips/blockednumber',
'tips/enable-fix-number',
'tips/disable-screem-blocked',
'tips/android-active',
'tips/stability',
'tips/emulators',
],
Instância: [
'instance/qrcode',
'instance/restore-session',
'instance/restart',
'instance/disconnect',
'instance/status',
'instance/device',
],
Mensagens: [
'message/introduction',
'message/send-message-text',
'message/send-message-image',
'message/send-message-sticker',
'message/send-message-audio',
'message/send-message-video',
'message/send-message-document',
'message/send-message-link',
'message/send-message-location',
'message/send-message-contact',
'message/send-button-list',
'message/send-option-list',
'message/delete-message',
'message/read-message',
'message/reply-message',
],
Contatos: [
'contacts/introduction',
'contacts/get-contacts',
'contacts/get-metadata-contact',
'contacts/get-profile-picture',
'contacts/get-iswhatsapp',
],
Chats: [
'chats/introduction',
'chats/get-chats',
'chats/get-pending-chats',
// 'chats/get-message-chats',
'chats/get-metadata-chat',
'chats/archive-chat',
'chats/pin-chat',
'chats/delete-chat',
'chats/get-attendance-by-task',
'chats/change-departament',
'chats/create-generic-fields',
'chats/start-attendance',
'chats/finish-attendance',
],
Operadores: ['operators/introduction', 'operators/get-all'],
Grupos: [
'group/introduction',
'group/create-group',
'group/update-group-name',
'group/update-group-photo',
'group/add-participant',
'group/remove-participant',
'group/add-admin',
'group/remove-admin',
'group/leave-group',
'group/metadata-group',
'group/group-invitation-metadata',
'group/update-group-settings',
'group/update-group-description',
],
'Lista de Transmissão': ['broadcast/introduction'],
Status: [
'status/introduction',
'status/send-text-status',
'status/send-image-status',
],
'Fila de Mensagens': [
'queue/introduction',
'queue/get-queue',
'queue/delete-queue',
'queue/delete-queue-id',
],
'Whatsapp Business': [
'business/introduction',
'business/edit-product',
'business/get-products',
'business/get-products-phone',
'business/get-product-id',
'business/delete-product',
],
Webhooks: ['webhooks/introduction', 'webhooks/update-webhooks'],
'Botões Personalizados': ['buttons/api-buttons'],
Departamentos: [
'departament/introduction',
'departament/get-all-departaments',
],
Sample: ['sample/exemplos'],
},
};