generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmint.json
More file actions
90 lines (90 loc) · 1.92 KB
/
mint.json
File metadata and controls
90 lines (90 loc) · 1.92 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"openapi": "api-reference/openapi.json",
"name": "Roundtable",
"logo": {
"dark": "/images/png-logo-black.png",
"light": "/images/png-logo.png"
},
"favicon": "/logo-no-text.svg",
"colors": {
"primary": "#8b5e5e",
"light": "#f0e5e5",
"dark": "#4c2f2f",
"background": {
"light": "#ffffff",
"dark": "#2c2c2c"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "mailto:support@roundtable.ai"
}
],
"topbarCtaButton": {
"name": "Account",
"url": "https://accounts.roundtable.ai/account"
},
"primaryTab": {
"name": "Behavior Tracking"
},
"tabs": [],
"anchors": [],
"navigation": [
{
"group": "Getting Started",
"pages": ["introduction"]
},
{
"group": "Set up",
"pages": [
"how-it-works",
"integration",
"accessing-session-data",
"using-the-badge",
"using-the-dashboard"
]
},
{
"group": "Guides",
"pages": [
"best-practices",
"recaptcha",
"hcaptcha"
]
},
{
"group": "Developer Resources",
"pages":
[
"api-reference/session-data",
"api-reference/user-data",
"api-reference/tag-data"
],
"version": "v1"
},
{
"group": "Support Center",
"pages": ["privacy", "status"]
}
],
"footerSocials": {
"linkedin": "https://www.linkedin.com/company/roundtable-ai",
"twitter": "https://twitter.com/RoundtableDotAI"
},
"versions": ["v1"],
"redirects": [
{
"source": "http://docs.roundtable.ai/blog/*",
"destination": "https://roundtable.ai/blog/:splat 301!"
}
],
"seo": {
"indexing": "all",
"metatags": {
"og:type": "website",
"og:site_name": "Roundtable Proof of Human Documentation",
"description": "Documentation for Roundtable Proof of Human — guides, references, and tutorials."
}
}
}