-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
79 lines (79 loc) · 2.1 KB
/
docs.json
File metadata and controls
79 lines (79 loc) · 2.1 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
{
"$schema": "https://mintlify.com/docs.json",
"name": "Lensmor",
"theme": "mint",
"favicon": "/logo.svg",
"colors": {
"primary": "#0F172A",
"light": "#334155",
"dark": "#E2E8F0"
},
"navigation": {
"tabs": [
{
"tab": "Documentation",
"groups": [
{
"group": "Introduction",
"pages": [
"index",
"authentication"
]
},
{
"group": "API Reference",
"pages": [
{
"group": "Events",
"pages": [
"api-reference/events/list",
"api-reference/events/fit-score",
"api-reference/events/rank",
"api-reference/events/brief"
]
},
{
"group": "Exhibitors",
"pages": [
"api-reference/exhibitors/list",
"api-reference/exhibitors/search",
"api-reference/exhibitors/search-events",
"api-reference/exhibitors/profile",
"api-reference/exhibitors/events"
]
},
{
"group": "Personnel",
"pages": [
"api-reference/personnel/list",
"api-reference/personnel/profile",
"api-reference/personnel/events"
]
},
{
"group": "Contacts",
"pages": [
"api-reference/contacts/search"
]
},
{
"group": "Profile Matching",
"pages": [
"api-reference/profile-matching/recommendations-events-paged",
"api-reference/profile-matching/recommendations-exhibitors"
]
}
]
},
{
"group": "Concepts",
"pages": [
"concepts/errors",
"concepts/pagination"
]
}
]
}
]
}
}