generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
68 lines (68 loc) · 1.48 KB
/
docs.json
File metadata and controls
68 lines (68 loc) · 1.48 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
{
"$schema": "https://mintlify.com/docs.json",
"theme": "maple",
"name": "Dealflow Docs",
"colors": {
"primary": "#D377D3",
"light": "#DF9FDF",
"dark": "#A03CA7"
},
"favicon": "/Dealflow favicon.svg",
"navigation": {
"groups": [
{
"group": "Getting started",
"pages": [ "getting-started/introduction", "getting-started/quickstart", "getting-started/authentication","getting-started/rate-limit" ]
},
{
"group": "Example pages",
"pages": [ "example-pages/settings", "example-pages/navigation","example-pages/markdown", "example-pages/code", "example-pages/images", "example-pages/reusable-snippets" ]
},
{
"group": "API: invoicing",
"pages": ["api-reference/create", "api-reference/delete", "api-reference/get" ]
}
],
"global": {
"anchors": [
{
"anchor": "Release notes",
"href": "https://www.dealflow.live/blog",
"icon": "newspaper"
}
]
}
},
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg"
},
"navbar": {
"links": [
{
"label": "Support",
"href": "mailto:hello@dealflow.live"
}
]
},
"contextual": {
"options": [
"copy",
"view",
"chatgpt",
"claude",
"perplexity",
"mcp",
"cursor",
"vscode"
]
},
"footer": {
"socials": {
"linkedin": "https://www.linkedin.com/company/dealflowapp"
}
},
"icons": {
"library": "lucide"
}
}