-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
117 lines (117 loc) · 3.12 KB
/
docs.json
File metadata and controls
117 lines (117 loc) · 3.12 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
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "Mentor IA - API",
"colors": {
"primary": "#19C1CE",
"light": "#07E5EB",
"dark": "#0B485B"
},
"favicon": "favicon.svg",
"icons": {
"library": "lucide"
},
"navigation": {
"languages": [
{
"language": "pt-BR",
"default": true,
"global": {
"anchors": [
{
"anchor": "Central de Ajuda",
"href": "https://ajuda.rdstation.com/s/mentor-IA?language=pt_BR",
"icon": "book-open"
},
{
"anchor": "Suporte",
"href": "https://go.crisp.chat/chat/embed/?website_id=897d13ec-6e3a-4386-b8c0-65c5ea8bc595",
"icon": "headset"
}
]
},
"tabs": [
{
"tab": "Documentação",
"icon": "book",
"pages": [
{
"group": "Primeiros passos",
"pages": [
"content/pt-BR/introduction",
"content/pt-BR/get-started",
"content/pt-BR/glossary"
]
},
{
"group": "Usando a API",
"pages": [
"content/pt-BR/api/overview",
"content/pt-BR/api/limits",
"content/pt-BR/api/errors"
]
},
{
"group": "Como fazer",
"pages": [
{
"group": "Casos de uso",
"pages": [
"content/pt-BR/how-to/use-cases"
]
}
]
},
{
"group": "Jurídico",
"pages": [
"content/pt-BR/legal/privacy",
"content/pt-BR/legal/terms"
]
}
]
},
{
"tab": "Assistentes",
"openapi": "https://api.meuassistente.rdstationmentoria.com.br/rest"
},
{
"tab": "Assistentes (Chat)",
"openapi": "https://chat.meuassistente.rdstationmentoria.com.br/docs"
},
{
"tab": "Bases de Conhecimento",
"openapi": "https://api.bases.rdstationmentoria.com.br/rest"
},
{
"tab": "Contas",
"openapi": "https://api.contas.rdstationmentoria.com.br/rest"
}
]
}
]
},
"logo": {
"light": "/images/logo-rdstation-azul-escuro.png",
"dark": "/images/logo-rdstation-branco.png"
},
"navbar": {
"links": [
{
"label": "Fale conosco",
"href": "https://go.crisp.chat/chat/embed/?website_id=897d13ec-6e3a-4386-b8c0-65c5ea8bc595"
}
],
"primary": {
"type": "button",
"label": "Acessar",
"href": "https://contas.rdstationmentoria.com.br/auth/login"
}
},
"footer": {
"socials": {
"github": "https://github.com/ResultadosDigitais",
"website": "https://www.rdstation.com/produtos/mentor-ia/"
}
}
}