-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
121 lines (121 loc) · 2.79 KB
/
Copy pathdocs.json
File metadata and controls
121 lines (121 loc) · 2.79 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "Fingerprint Docs",
"colors": {
"primary": "#FF5E24",
"light": "#FF5E24",
"dark": "#FF5E24"
},
"favicon": "/favicon.png",
"icons": {
"library": "lucide"
},
"appearance": {
"default": "light",
"strict": false
},
"background": {
"color": {
"light": "#FAFAF8"
}
},
"navigation": {
"tabs": [
{
"tab": "Guides",
"groups": [
{
"group": "Getting started",
"pages": ["docs/quick-start-guide", "ext-link", "ext-link-2"]
},
{
"group": "Understanding Fingerprint",
"pages": [
"docs/introduction",
"docs/planning-implementation",
"docs/identification-accuracy-and-confidence",
"docs/privacy-and-compliance",
"docs/regions",
"docs/browser-and-device-support",
"docs/billing"
]
},
{
"group": "Integrate Smart Signals",
"pages": [
"docs/smart-signals-introduction",
"docs/suspect-score",
"docs/bot-detection-quick-start-guide"
]
}
]
},
{
"tab": "API Reference",
"groups": [
{
"group": "Fingerprint Server API",
"openapi": "/fingerprint-server-api.yaml"
},
{
"group": "Management API",
"pages": [
"/reference/management-api",
{
"group": "Endpoints",
"openapi": "https://management-api.fpjs.io/docs-yaml"
}
]
}
]
},
{
"tab": "Changelogs",
"pages": [
"/changelogs/js-agent",
"/changelogs/ios-sdk",
"/changelogs/android-sdk"
]
}
],
"global": {
"anchors": [
{
"anchor": "Community",
"href": "https://discord.gg/ad6R2ttHVX",
"icon": "discord"
},
{
"anchor": "Blog",
"href": "https://fingerprint.com/blog/",
"icon": "newspaper"
}
]
}
},
"logo": {
"light": "/logo.png",
"dark": "/logo.png"
},
"navbar": {
"links": [
{
"label": "Contact Sales",
"href": "https://fingerprint.com/contact-sales/"
}
],
"primary": {
"type": "button",
"label": "Get Started",
"href": "https://dashboard.fingerprint.com/signup"
}
},
"footer": {
"socials": {
"x": "https://twitter.com/FingerprintJs/",
"github": "https://github.com/fingerprintjs/fingerprintjs/",
"linkedin": "https://www.linkedin.com/company/fingerprintjs/"
}
}
}