-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
41 lines (41 loc) · 823 Bytes
/
docs.json
File metadata and controls
41 lines (41 loc) · 823 Bytes
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
{
"$schema": "https://mintlify.com/docs.json",
"theme": "sequoia",
"name": "PickTrip Internal Docs",
"colors": {
"primary": "#166E3F",
"light": "#26BD6C",
"dark": "#166E3F"
},
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg"
},
"favicon": "/favicon.ico",
"api": {
"openapi": "https://beta-api.picktrip.app/openapi.json"
},
"icons": {
"library": "lucide"
},
"contextual": {
"options": ["copy", "view", "assistant", "mcp", "add-mcp"],
"display": "header"
},
"metadata": {
"timestamp": true
},
"navigation": {
"tabs": [
{
"tab": "Backend",
"groups": [
{
"group": "API Reference",
"openapi": "https://beta-api.picktrip.app/openapi.json"
}
]
}
]
}
}