forked from coinbase/x402
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
101 lines (101 loc) · 2.12 KB
/
docs.json
File metadata and controls
101 lines (101 loc) · 2.12 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
{
"$schema": "https://mintlify.com/docs.json",
"theme": "maple",
"name": "x402",
"colors": {
"primary": "#0052FF",
"light": "#4D7CFF",
"dark": "#0039B3"
},
"seo": {
"metatags": {
"canonical": "https://docs.x402.org"
}
},
"navigation": {
"global": {
"anchors": [
{
"anchor": "x402.org",
"icon": "globe",
"href": "https://x402.org"
},
{
"anchor": "GitHub",
"icon": "github",
"href": "https://github.com/coinbase/x402"
},
{
"anchor": "Discord",
"icon": "discord",
"href": "https://discord.gg/cdp"
},
{
"anchor": "Vercel Starter",
"icon": "triangle",
"href": "https://vercel.com/templates/ai/x402-ai-starter"
}
]
},
"groups": [
{
"group": "Welcome",
"pages": [
"introduction",
"faq"
]
},
{
"group": "Getting Started",
"pages": [
"getting-started/quickstart-for-buyers",
"getting-started/quickstart-for-sellers"
]
},
{
"group": "Core Concepts",
"pages": [
"core-concepts/http-402",
"core-concepts/client-server",
"core-concepts/facilitator",
"core-concepts/wallet",
"core-concepts/network-and-token-support"
]
},
{
"group": "Extensions",
"pages": [
"extensions/bazaar",
"extensions/sign-in-with-x",
"extensions/payment-identifier"
]
},
{
"group": "Advanced Concepts",
"pages": [
"advanced-concepts/lifecycle-hooks"
]
},
{
"group": "Guides",
"pages": [
"guides/mcp-server-with-x402",
"guides/migration-v1-to-v2"
]
},
{
"group": "SDK Features",
"pages": [
"sdk-features"
]
}
]
},
"feedback": {
"thumbsRating": true,
"suggestEdit": true
},
"search": {
"prompt": "Search x402 docs..."
}
}