This repository has been archived by the owner on Jan 26, 2025. It is now read-only.
generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathmint.json
68 lines (67 loc) · 1.45 KB
/
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
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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Browser Use",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg",
"href": "https://browser-use.com"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#F97316",
"light": "#FFF7ED",
"dark": "#C2410C",
"anchors": {
"from": "#F97316",
"to": "#FB923C"
}
},
"feedback": {
"thumbsRating": true,
"raiseIssue": true,
"suggestEdit": true
},
"topbarLinks": [
{
"name": "Github",
"url": "https://github.com/browser-use/browser-use"
},
{
"name": "Twitter",
"url": "https://x.com/gregpr07"
}
],
"topbarCtaButton": {
"name": "Join Discord",
"url": "https://link.browser-use.com/discord"
},
"navigation": [
{
"group": "Get Started",
"pages": ["introduction", "quickstart"]
},
{
"group": "Customize",
"pages": [
"customize/agent-settings",
"customize/browser-settings",
"customize/custom-functions",
"customize/langchain-models",
"customize/system-prompt"
]
},
{
"group": "Development",
"pages": [
"development/local-setup",
"development/telemetry",
"development/roadmap"
]
}
],
"footerSocials": {
"x": "https://x.com/gregpr07",
"github": "https://github.com/browser-use/browser-use",
"linkedin": "https://linkedin.com/company/browser-use"
}
}