-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
89 lines (89 loc) · 2.15 KB
/
docs.json
File metadata and controls
89 lines (89 loc) · 2.15 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
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "Opai Client Documentation",
"colors": {
"primary": "#9A25AE",
"light": "#F9ABFF",
"dark": "#9A25AE"
},
"favicon": "/favicon.svg",
"navigation": {
"global": {
"anchors": [
{
"anchor": "Website",
"href": "https://opai.today",
"icon": "house"
},
{
"anchor": "API Source Code",
"href": "https://github.com/opai-client/opensource-components",
"icon": "github"
},
{
"anchor": "Discord",
"href": "https://discord.gg/opai",
"icon": "discord"
}
]
},
"languages": [
{
"language": "en",
"groups": [
{
"group": "Getting Started",
"pages": ["en/overview", "en/purchase", "en/faq"]
},
{
"group": "Documentation",
"pages": ["en/features/apikey","en/features/autoapi"]
},
{
"group": "Extensions",
"pages": ["en/extension/quickstart", "en/extension/marketplace","en/extension/examples","en/extension/common-knowledge"]
}
]
},
{
"language": "cn",
"groups": [
{
"group": "开始",
"pages": ["cn/overview", "cn/purchase", "cn/faq"]
},
{
"group": "文档",
"pages": ["cn/features/apikey","cn/features/autoapi"]
},
{
"group": "扩展",
"pages": ["cn/extension/quickstart", "cn/extension/marketplace","cn/extension/examples","cn/extension/common-knowledge"]
}
]
}
]
},
"logo": {
"light": "/logo/logo-light.svg",
"dark": "/logo/logo-dark.svg"
},
"navbar": {
"primary": {
"type": "button",
"label": "Github",
"href": "https://github.com/opai-client/docs"
}
},
"contextual": {
"options": [
"copy"
]
},
"footer": {
"socials": {
"github": "https://github.com/opai-client"
}
}
}