generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
119 lines (118 loc) · 2.84 KB
/
docs.json
File metadata and controls
119 lines (118 loc) · 2.84 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
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "Assignbots Documentation",
"colors": {
"primary": "#16A34A",
"light": "#07C983",
"dark": "#15803D"
},
"favicon": "/favicon.svg",
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg"
},
"navigation": {
"tabs": [
{
"tab": "Guides",
"groups": [
{
"group": "Getting Started",
"pages": [
"getting-started/introduction",
"getting-started/creating-an-account",
"getting-started/logging-in"
]
},
{
"group": "Using the Platform",
"pages": [
"platform/dashboard-overview",
"platform/creating-a-bot",
"platform/switching-teams",
"platform/creating-a-team",
"platform/managing-teams"
]
},
{
"group": "Bot Editor",
"pages": [
"bot-editor/ai-setup",
"bot-editor/tone",
"bot-editor/welcome",
"bot-editor/knowledge",
"bot-editor/visuals",
"bot-editor/script"
]
},
{
"group": "How-To",
"pages": [
"how-to/test-bot",
"how-to/duplicate-bot",
"how-to/share-bot"
]
},
{
"group": "Settings & Support",
"pages": [
"settings/account-settings",
"settings/data-deletion",
"settings/support-&-Contact",
"faq"
]
},
{
"group": "Account & Privacy",
"pages": [
"settings/account-settings",
"settings/data-deletion"
]
},
{
"group": "Help & Support",
"pages": [
"faq",
"support-&-Contact"
]
}
]
},
{
"tab": "API Reference",
"groups": [
{
"group": "Endpoints",
"pages": [
"api-reference/endpoint/introduction",
"api-reference/endpoint/get",
"api-reference/endpoint/create",
"api-reference/endpoint/delete",
"api-reference/endpoint/webhook"
]
}
]
}
]
},
"navbar": {
"links": [
{
"label": "Support & Contact",
"href": "/settings/support-&-Contact"
}
],
"primary": {
"type": "button",
"label": "Go to App",
"href": "https://assignbots.enchatted.com/"
}
},
"footer": {
"socials": {
"github": "https://github.com/enchatted",
"linkedin": "https://linkedin.com/company/enchatted"
}
}
}