generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 2
/
mint.json
88 lines (87 loc) · 2.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
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
{
"name": "SearchGPT",
"favicon": "/images/searchgpt.png",
"colors": {
"primary": "#4e4feb",
"light": "#0fa0fa",
"dark": "#4e4feb",
"anchors": {
"from": "#4e4feb",
"to": "#0fa0fa"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "https://discord.com/channels/1113036728555540533/1113036729088229463/1153244783905607713"
}
],
"topbarCtaButton": {
"name": "Website",
"url": "https://app.searchgpt.dev/"
},
"anchors": [
{
"name": "Community",
"icon": "discord",
"url": "https://discord.gg/syaMajSJAJ"
},
{
"name": "Youtube",
"icon": "youtube",
"url": "http://www.youtube.com/@nextai_official"
},
{
"name": "LinkedIn",
"icon": "linkedin",
"url": "https://www.linkedin.com/company/nextaii"
},
{
"name": "Twitter",
"icon": "twitter",
"url": "https://twitter.com/nextai_official"
}
],
"navigation": [
{
"group": "Introduction",
"pages": ["Introduction/Introduction", "Introduction/create-assistant"]
},
{
"group": "Assistants",
"pages": [
{
"group": "AgentGPT",
"pages": [
"Assistants/AgentGPT/Setup",
"Assistants/AgentGPT/Attributes"
]
},
{
"group": "AskGPT",
"pages": [
"Assistants/AskGPT/Setup",
"Assistants/AskGPT/Attributes"
]
}
]
},
{
"group": "Agent-Tools",
"pages": ["Agent-Tools/PostgreSQL"]
},
{
"group": "Data-Sources",
"pages": ["Data-Sources/Confluence","Data-Sources/Documents","Data-Sources/GitHub","Data-Sources/Notion","Data-Sources/PostgreSQL","Data-Sources/Shopify", "Data-Sources/Website"]
},
{
"group": "Integrations",
"pages": ["Integrations/Discord","Integrations/Shopify","Integrations/Slack"]
}
],
"footerSocials": {
"twitter": "https://twitter.com/nextai_official",
"discord": "https://discord.gg/syaMajSJAJ",
"linkedin": "https://www.linkedin.com/company/nextaii"
}
}