-
Notifications
You must be signed in to change notification settings - Fork 82
/
mint.json
42 lines (42 loc) · 885 Bytes
/
mint.json
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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Sherlock Project",
"favicon": "/favicon.svg",
"colors": {
"primary": "#9563FF",
"light": "#6366f1",
"dark": "#0D001D",
"anchors": {
"from": "#0D9373",
"to": "#07C983"
}
},
"topbarCtaButton": {
"type": "github",
"url": "https://github.com/sherlock-project/sherlock"
},
"navigation": [
{
"group": "Get started",
"pages": [
"installation",
"usage",
"sites"
]
},
{
"group": "Contributing",
"pages": [
"contribute",
"adding-sites"
]
}
],
"metadata": {
"og:title": "Sherlock Project",
"og:description": "Hunt down social media accounts by username across 400+ social networks",
"og:type": "website",
"og:locale": "en",
"og:site_name": "Sherlock Project"
}
}