-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
76 lines (76 loc) · 1.67 KB
/
mint.json
File metadata and controls
76 lines (76 loc) · 1.67 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Raptor Comply",
"favicon": "/favicon.svg",
"logo": {
"light": "/images/logo/logo.svg",
"dark": "/images/logo/logo.svg",
"href": "https://raptorcomply.com"
},
"colors": {
"primary": "#0A1C32",
"light": "#8AA5FF",
"dark": "#26395D",
"anchors": {
"from": "#0A1C32",
"to": "#F68B37"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "mailto:support@raptormaps.com"
}
],
"topbarCtaButton": {
"name": "Sign In",
"url": "https://app.raptorcomply.com"
},
"navigation": [
{
"group": "Get Started",
"pages": [
"introduction",
"authentication",
"quickstart"
]
},
{
"group": "Concepts",
"pages": [
"concepts/data-model",
"concepts/organizations",
"concepts/permissions"
]
},
{
"group": "Guides",
"pages": [
"guides/sync-cmdb",
"guides/manage-cyber-assets",
"guides/error-handling"
]
},
{
"group": "API Reference",
"pages": [
"api-reference/overview",
"api-reference/facilities",
"api-reference/control-centers",
"api-reference/cyber-systems",
"api-reference/cyber-assets",
"api-reference/access-control",
"api-reference/policy-documents",
"api-reference/evidence",
"api-reference/tasks",
"api-reference/training",
"api-reference/users",
"api-reference/activity",
"api-reference/errors"
]
}
],
"footerSocials": {
"linkedin": "https://www.linkedin.com/company/raptor-maps"
}
}