generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmint.json
51 lines (51 loc) · 1.09 KB
/
mint.json
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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Документация",
"logo": {
"dark": "/images/Group 1000004433.svg",
"light": "/images/Group 1000004433.svg"
},
"favicon": "/images/Group 1000004430.svg",
"colors": {
"primary": "#0275E3",
"light": "#0275E3",
"dark": "#0275E3",
"anchors": {
"from": "#0275E3",
"to": "#0275E3"
}
},
"topbarLinks": [
{
"name": "Поддержка",
"url": "https://www.brainfeed.ai/support"
}
],
"topbarCtaButton": {
"name": "Демонстрация",
"url": "https://brainfeed.ai/#form"
},
"navigation": [
{
"group": "Обзор платформы",
"pages": [
"introduction", "approach"
]
},
{
"group": "Настройка бота",
"pages": [
"answer_quality/context_message",
"answer_quality/system_message",
"answer_quality/prompts",
"answer_quality/answer_format"
]
},
{
"group": "Интеграции",
"pages": [
"integrations/usedesk"
]
}
]
}