-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
72 lines (70 loc) · 1.56 KB
/
Copy pathmint.json
File metadata and controls
72 lines (70 loc) · 1.56 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
{
"$schema": "https://mintlify.com/schema.json",
"metadata": {
"og:image": "/images/hero-dark.svg"
},
"name": "Starter Kit",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#4959dc",
"light": "#6A99F6",
"dark": "#4959dc",
"anchors": {
"from": "#4959dc",
"to": "#6A99F6"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "mailto:support@paca.ai"
}
],
"topbarCtaButton": {
"name": "Install Now",
"url": "https://chromewebstore.google.com/detail/paca-gpt-powered-web-scra/gpnieenphjbjcpcdnjhnipckcldebjdf?ref=installnow"
},
"anchors": [
{
"name": "Slack Community",
"icon": "slack",
"url": "https://join.slack.com/t/paca-ai/shared_invite/zt-2mpyadhut-i_jb1g0cL073uq71DG0YlA"
},
{
"name": "Product Hunt",
"icon": "thumbs-up",
"url": "https://www.producthunt.com/posts/paca-web-automation"
}
],
"navigation": [
{
"group": "Getting Started",
"pages": [
"introduction",
"support"
]
},
{
"group": "Automation Tips",
"pages": [
"essentials/extracting",
"essentials/recording"
]
},
{
"group": "Legal",
"pages": [
"privacy"
]
}
],
"footerSocials": {
"x": "https://x.com/sophiaistyping",
"slack": "https://join.slack.com/t/paca-ai/shared_invite/zt-2mpyadhut-i_jb1g0cL073uq71DG0YlA",
"linkedin": "https://www.linkedin.com/company/wordbricks"
}
}