generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdocs.json
More file actions
110 lines (110 loc) · 2.7 KB
/
docs.json
File metadata and controls
110 lines (110 loc) · 2.7 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"$schema": "https://mintlify.com/docs.json",
"theme": "maple",
"name": "Membit",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"integrations": {
"ga4": {
"measurementId": "G-D0M7MLWDM2"
}
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#6b6bff",
"light": "#8f8fff",
"dark": "#5050ff"
},
"appearance": {
"default": "light",
"strict": true
},
"navigation": {
"groups": [
{
"group": "Get Started",
"pages": [
"index",
"how-membit-works",
"use-cases",
"access-and-auth",
"billing-and-cost",
"misc/faqs"
]
},
{
"group": "API Usage",
"pages": [
{
"group": "REST API",
"openapi": {
"source": "openapi.json",
"directory": "playground"
},
"icon": "); mask-image: url('/images/icons/restful.svg'); mask-size: 100% 100%;/*"
},
"api-usage/mcp-server",
"api-usage/python",
"api-usage/typescript"
]
},
{
"group": "Usage with No-Code AI Agents",
"pages": [
"integrations/no-code-agent-frameworks/n8n",
"integrations/no-code-agent-frameworks/gumloop",
"integrations/no-code-agent-frameworks/flowise",
"integrations/no-code-agent-frameworks/langflow",
"integrations/no-code-agent-frameworks/cursor"
]
},
{
"group": "Usage with Python Agents",
"pages": [
"integrations/python-agent-framework/crewai",
"integrations/python-agent-framework/langchain",
"integrations/python-agent-framework/llamaindex",
"integrations/python-agent-framework/autogen"
]
},
{
"group": "Usage with Typescript Agents",
"pages": [
"integrations/typescript-agent-framework/mastra",
"integrations/typescript-agent-framework/voltagent"
]
},
{
"group": "Data Hunters",
"pages": [
"data-hunters/browser-extension",
"data-hunters/reward-calculation",
"data-hunters/leaderboard",
"data-hunters/point-redemption",
"data-hunters/data-privacy-and-compliance"
]
}
]
},
"navbar": {
"links": [
{
"label": "Discord",
"href": "https://discord.bandprotocol.com"
}
],
"primary": {
"type": "button",
"label": "Official Website",
"href": "https://membit.ai"
}
},
"footer": {
"socials": {
"x": "https://x.com/membit_ai",
"github": "https://github.com/bandprotocol"
}
}
}