forked from onyx-dot-app/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mint.json
112 lines (112 loc) · 2.68 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"$schema": "https://mintlify.com/schema.json",
"name": "Danswer Documentation",
"logo": {
"dark": "/logo/dark.png",
"light": "/logo/light.png"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#0069ED",
"light": "#4D9CFF",
"dark": "#0050B4"
},
"topbarCtaButton": {
"type": "github",
"url": "https://github.com/danswer-ai/danswer"
},
"anchors": [
{
"name": "Slack",
"icon": "slack",
"url": "https://join.slack.com/t/danswer/shared_invite/zt-2afut44lv-Rw3kSWu6_OmdAXRpCv80DQ"
},
{
"name": "Discord",
"icon": "discord",
"url": "https://discord.gg/TDJ59cGV2X"
}
],
"navigation": [
{
"group": "Welcome to Danswer",
"pages": [
"introduction",
"quickstart",
"production_setup",
"resourcing",
"slack_bot_setup",
{
"group": "Gen AI Configs",
"icon": "stars",
"pages": [
"gen_ai_configs/overview",
"gen_ai_configs/open_ai",
"gen_ai_configs/azure",
"gen_ai_configs/huggingface",
"gen_ai_configs/ollama",
"gen_ai_configs/gpt_4_all",
"gen_ai_configs/fastchat",
"gen_ai_configs/custom_server"
]
},
"multilingual_setup",
"system_overview",
"contact_us"
]
},
{
"group": "Auth",
"pages": [
"basic_auth",
"google_oauth_setup",
"oidc_saml"
]
},
{
"group": "Connectors",
"icon": "plug",
"pages": [
"connectors/overview",
"connectors/web",
"connectors/file",
"connectors/slack",
"connectors/github",
"connectors/confluence",
"connectors/jira",
{
"group": "Google Drive Connector",
"pages": [
"connectors/google_drive/overview",
"connectors/google_drive/oauth",
"connectors/google_drive/service_account"
]
},
"connectors/notion",
"connectors/zendesk",
"connectors/gong",
"connectors/linear",
"connectors/bookstack",
"connectors/document360",
"connectors/requesttracker",
"connectors/slab",
"connectors/guru",
"connectors/productboard",
"connectors/hubspot",
"connectors/zulip",
"connectors/google_sites"
]
},
{
"group": "More",
"pages": [
"more/telemetry"
]
}
],
"footerSocials": {
"github": "https://github.com/danswer-ai/danswer",
"twitter": "https://twitter.com/DanswerAI",
"linkedin": "https://linkedin.com/company/danswerai"
}
}