-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
98 lines (98 loc) · 2.19 KB
/
Copy pathmint.json
File metadata and controls
98 lines (98 loc) · 2.19 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Documentation",
"logo": {
"dark": "/logo/light.svg",
"light": "/logo/dark.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#9F71EB",
"light": "#9F71EB",
"dark": "#9F71EB",
"anchors": {
"from": "#FFBCA7",
"to": "#9F71EB"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "mailto:o.lyons@missio.ai"
}
],
"topbarCtaButton": {
"name": "Go to App",
"url": "https://app.missio.ai"
},
"tabs": [],
"anchors": [
{
"name": "Community",
"icon": "discord",
"url": "https://discord.gg/9CwnRH2Bgt"
},
{
"name": "Blog",
"icon": "newspaper",
"url": "https://missio.ai/Blog"
}
],
"navigation": [
{
"group": "Getting Started",
"pages": ["getting-started/introduction", "getting-started/quick-start"]
},
{
"group": "Connections",
"pages": [
{
"group": "Discord",
"icon": "discord",
"pages": [
"connections/discord/overview",
"/connections/discord/setup"
]
},
{
"group": "Github",
"icon": "github",
"pages": ["connections/github/overview"]
},
{
"group": "Slack",
"icon": "slack",
"pages": ["connections/slack/overview"]
}
]
},
{
"group": "Using Missio",
"pages": [
{
"group": "Missio AI",
"pages": [
"using-missio/missio-ai/overview",
"using-missio/missio-ai/co-pilot",
"using-missio/missio-ai/auto-pilot"
]
},
"using-missio/insights",
"using-missio/missio-ai/notifications",
"using-missio/labels",
"using-missio/threads"
]
}
],
"footerSocials": {
"twitter": "https://twitter.com/missio_ai",
"linkedin": "https://www.linkedin.com/company/missio-ai/?viewAsMember=true",
"discord": "https://discord.gg/9CwnRH2Bgt"
},
"analytics": {
"posthog": {
"apiKey": "phc_mhGxdjQ7Co21qoTy2hRNDZXvZYStUh9hvfswshOYHjh",
"apiHost": "https://app.posthog.com"
}
}
}