-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
61 lines (61 loc) · 1.35 KB
/
Copy pathdocs.json
File metadata and controls
61 lines (61 loc) · 1.35 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
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "LeakCheck API",
"colors": {
"primary": "#5446F8",
"light": "#8578FF",
"dark": "#5446F8"
},
"favicon": "/favicon.svg",
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg",
"href": "https://leakcheck.io"
},
"navbar": {
"links": [
{
"label": "Dashboard",
"href": "https://leakcheck.io"
}
],
"primary": {
"type": "button",
"label": "Get an API key",
"href": "https://leakcheck.io"
}
},
"navigation": {
"groups": [
{
"group": "Getting started",
"pages": ["overview", "authentication", "errors"]
},
{
"group": "Pro API v2",
"pages": ["pro-api/lookup", "pro-api/search-types", "pro-api/migrate-from-v1"]
},
{
"group": "Public API",
"pages": ["public-api/lookup"]
},
{
"group": "API reference",
"openapi": "https://leakcheck.io/openapi.json"
},
{
"group": "Tools & SDKs",
"pages": ["tools/python-wrapper", "tools/cli"]
}
]
},
"footer": {
"socials": {
"x": "https://x.com/leakcheck_io",
"github": "https://github.com/LeakCheck",
"discord": "https://leakcheck.io/discord",
"telegram": "https://t.me/leakcheck"
}
}
}