Skip to content

Commit 35bd72b

Browse files
committed
feat: Add initial Mintlify configuration for Articom documentation
1 parent 2faee37 commit 35bd72b

File tree

1 file changed

+145
-0
lines changed

1 file changed

+145
-0
lines changed

mint.json

Lines changed: 145 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,145 @@
1+
{
2+
"$schema": "https://mintlify.com/docs.json",
3+
"theme": "quill",
4+
"name": "Articom",
5+
"colors": {
6+
"primary": "#524ED2",
7+
"light": "#7A77CD",
8+
"dark": "#241FA9"
9+
},
10+
"favicon": "logo/darkArticom.svg",
11+
"tabs": [
12+
{
13+
"name": "Documentation",
14+
"url": "docs"
15+
},
16+
{
17+
"name": "API Reference",
18+
"url": "api-reference"
19+
},
20+
{
21+
"name": "Legal",
22+
"url": "legal"
23+
}
24+
],
25+
"anchors": [
26+
{
27+
"name": "Website",
28+
"url": "https://articom.io",
29+
"icon": "globe"
30+
},
31+
{
32+
"name": "Request Demo",
33+
"url": "https://articom.io/#demo",
34+
"icon": "calendar"
35+
},
36+
{
37+
"name": "Support",
38+
"url": "mailto:support@articom.io",
39+
"icon": "headset"
40+
}
41+
],
42+
"navigation": [
43+
{
44+
"group": "Getting Started",
45+
"pages": [
46+
"index",
47+
"quickstart",
48+
"features/overview"
49+
]
50+
},
51+
{
52+
"group": "Core Features",
53+
"pages": [
54+
"features/chatbot",
55+
"features/voice-agents",
56+
"features/analytics",
57+
"features/knowledge-base",
58+
"features/automation"
59+
]
60+
},
61+
{
62+
"group": "AI Agents",
63+
"pages": [
64+
"agents/overview",
65+
"agents/event-registration",
66+
"agents/restaurant",
67+
"agents/ecommerce",
68+
"agents/ticketing",
69+
"agents/complaints",
70+
"agents/live-chat"
71+
]
72+
},
73+
{
74+
"group": "Integrations",
75+
"pages": [
76+
"integrations/overview",
77+
"integrations/whatsapp",
78+
"integrations/messenger",
79+
"integrations/instagram",
80+
"integrations/slack",
81+
"integrations/crm"
82+
]
83+
},
84+
{
85+
"group": "API Documentation",
86+
"pages": [
87+
"api-reference/introduction",
88+
"api-reference/authentication"
89+
]
90+
},
91+
{
92+
"group": "Endpoints",
93+
"pages": [
94+
"api-reference/endpoint/get",
95+
"api-reference/endpoint/create",
96+
"api-reference/endpoint/delete",
97+
"api-reference/endpoint/webhook"
98+
]
99+
},
100+
{
101+
"group": "Agreements",
102+
"pages": [
103+
"legal/master-agreement",
104+
"legal/sla",
105+
"legal/privacy-policy"
106+
]
107+
}
108+
],
109+
"logo": {
110+
"light": "/logo/lightArticom.svg",
111+
"dark": "/logo/darkArticom.svg"
112+
},
113+
"navbar": {
114+
"links": [
115+
{
116+
"label": "Support",
117+
"href": "mailto:support@articom.io"
118+
}
119+
],
120+
"primary": {
121+
"type": "button",
122+
"label": "Get Started",
123+
"href": "https://articom.io"
124+
}
125+
},
126+
"contextual": {
127+
"options": [
128+
"copy",
129+
"view",
130+
"chatgpt",
131+
"claude",
132+
"perplexity",
133+
"mcp",
134+
"cursor",
135+
"vscode"
136+
]
137+
},
138+
"footer": {
139+
"socials": {
140+
"linkedin": "https://www.linkedin.com/showcase/articomio/",
141+
"facebook": "https://web.facebook.com/ArticomIO",
142+
"instagram": "https://www.instagram.com/articomio/"
143+
}
144+
}
145+
}

0 commit comments

Comments
 (0)