-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
70 lines (70 loc) · 1.38 KB
/
mint.json
File metadata and controls
70 lines (70 loc) · 1.38 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "partio",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#6366f1",
"light": "#818cf8",
"dark": "#4f46e5",
"anchors": {
"from": "#6366f1",
"to": "#818cf8"
}
},
"topbarLinks": [
{
"name": "Website",
"url": "https://partio.io"
}
],
"topbarCtaButton": {
"name": "GitHub",
"url": "https://github.com/partio-io/cli"
},
"navigation": [
{
"group": "Getting Started",
"pages": ["introduction", "quickstart", "core-concepts"]
},
{
"group": "CLI Reference",
"pages": [
"cli/overview",
"cli/installation",
"cli/commands",
"cli/configuration",
"cli/strategies"
]
},
{
"group": "App",
"pages": [
"app/overview",
"app/repositories",
"app/repository-detail",
"app/checkpoint-detail",
"app/settings",
"app/self-hosting"
]
},
{
"group": "Extension",
"pages": [
"extension/overview",
"extension/features",
"extension/troubleshooting"
]
},
{
"group": "Integrations",
"pages": ["integrations/claude-code"]
}
],
"footerSocials": {
"github": "https://github.com/partio-io/cli"
}
}