-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
87 lines (87 loc) · 2.05 KB
/
Copy pathdocs.json
File metadata and controls
87 lines (87 loc) · 2.05 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
{
"$schema": "https://mintlify.com/docs.json",
"theme": "maple",
"name": "Feather",
"colors": {
"primary": "#0A0A0A",
"light": "#FFFFFF",
"dark": "#0A0A0A"
},
"appearance": {
"default": "system"
},
"background": {
"decoration": "gradient"
},
"styling": {
"eyebrows": "breadcrumbs",
"codeblocks": "dark"
},
"favicon": "/favicon.png",
"navigation": {
"tabs": [
{
"tab": "Documentation",
"groups": [
{
"group": "Get Started",
"pages": [
"introduction",
"authentication",
"quickstart"
]
},
{
"group": "Core Concepts",
"pages": [
"concepts/assistants",
"concepts/knowledge-bases",
"concepts/conversations",
"concepts/channels",
"concepts/memory",
"concepts/workflows",
"concepts/policies",
"concepts/privacy",
"concepts/analytics"
]
},
{
"group": "Guides",
"pages": [
"guides/build-your-first-assistant",
"guides/ingest-documents",
"guides/run-a-conversation",
"guides/human-in-the-loop",
"guides/connect-an-integration",
"guides/connect-mcp",
"guides/evaluations",
"guides/mocks",
"guides/notifications",
"guides/export-conversations"
]
},
{
"group": "Channels",
"pages": [
"guides/webchat-widget",
"guides/voice-calls",
"guides/sms-channel",
"guides/email-channel"
]
}
]
},
{
"tab": "API Reference",
"openapi": "/api-reference/openapi.json"
}
]
},
"navbar": {
"primary": {
"type": "button",
"label": "Get API Access",
"href": "https://featherhq.com"
}
}
}