|
14 | 14 | "dark": "#780000" |
15 | 15 | }, |
16 | 16 | "contextual": { |
17 | | - "options": ["copy", "chatgpt", "claude"] |
| 17 | + "options": [ |
| 18 | + "copy", |
| 19 | + "chatgpt", |
| 20 | + "claude" |
| 21 | + ] |
18 | 22 | }, |
19 | 23 | "navigation": { |
20 | 24 | "global": { |
|
43 | 47 | "pages": [ |
44 | 48 | { |
45 | 49 | "group": "Introduction", |
46 | | - "pages": ["introduction", "overview"] |
| 50 | + "pages": [ |
| 51 | + "introduction", |
| 52 | + "overview" |
| 53 | + ] |
47 | 54 | }, |
48 | 55 | { |
49 | 56 | "group": "Local Development", |
50 | | - "pages": ["contributing"] |
| 57 | + "pages": [ |
| 58 | + "contributing" |
| 59 | + ] |
51 | 60 | } |
52 | 61 | ] |
53 | 62 | }, |
|
58 | 67 | "pages": [ |
59 | 68 | { |
60 | 69 | "group": "About", |
61 | | - "pages": ["mcp-server/introduction", "mcp-server/transports"] |
| 70 | + "pages": [ |
| 71 | + "mcp-server/introduction", |
| 72 | + "mcp-server/transports" |
| 73 | + ] |
62 | 74 | }, |
63 | 75 | { |
64 | 76 | "group": "Setup", |
65 | | - "pages": ["mcp-server/quickstart", "mcp-server/environment-variables", "mcp-server/troubleshooting"] |
| 77 | + "pages": [ |
| 78 | + "mcp-server/quickstart", |
| 79 | + "mcp-server/environment-variables", |
| 80 | + "mcp-server/troubleshooting" |
| 81 | + ] |
66 | 82 | }, |
67 | 83 | { |
68 | 84 | "group": "Capabilities", |
69 | | - "pages": ["mcp-server/tools", "mcp-server/prompts", "mcp-server/context"] |
| 85 | + "pages": [ |
| 86 | + "mcp-server/tools", |
| 87 | + "mcp-server/prompts", |
| 88 | + "mcp-server/context" |
| 89 | + ] |
70 | 90 | } |
71 | 91 | ] |
72 | 92 | }, |
|
77 | 97 | "pages": [ |
78 | 98 | { |
79 | 99 | "group": "Getting Started", |
80 | | - "pages": ["create-sei/welcome", "create-sei/quick-start", "create-sei/templates"] |
| 100 | + "pages": [ |
| 101 | + "create-sei/welcome", |
| 102 | + "create-sei/quick-start", |
| 103 | + "create-sei/templates" |
| 104 | + ] |
81 | 105 | } |
82 | 106 | ] |
83 | 107 | }, |
|
88 | 112 | "pages": [ |
89 | 113 | { |
90 | 114 | "group": "Getting Started", |
91 | | - "pages": ["sei-global-wallet/introduction", "sei-global-wallet/quickstart"] |
| 115 | + "pages": [ |
| 116 | + "sei-global-wallet/introduction", |
| 117 | + "sei-global-wallet/quickstart" |
| 118 | + ] |
92 | 119 | }, |
93 | 120 | { |
94 | 121 | "group": "Integrations", |
|
109 | 136 | "pages": [ |
110 | 137 | { |
111 | 138 | "group": "Getting Started", |
112 | | - "pages": ["precompiles/introduction", "precompiles/quick-start"] |
| 139 | + "pages": [ |
| 140 | + "precompiles/introduction", |
| 141 | + "precompiles/quick-start" |
| 142 | + ] |
113 | 143 | }, |
114 | 144 | { |
115 | 145 | "group": "Precompiles", |
|
129 | 159 | } |
130 | 160 | ] |
131 | 161 | }, |
| 162 | + { |
| 163 | + "dropdown": "@sei-js/registry", |
| 164 | + "description": "Chain constants and token lists", |
| 165 | + "icon": "database", |
| 166 | + "pages": [ |
| 167 | + { |
| 168 | + "group": "Getting Started", |
| 169 | + "pages": [ |
| 170 | + "registry/introduction", |
| 171 | + "registry/usage" |
| 172 | + ] |
| 173 | + } |
| 174 | + ] |
| 175 | + }, |
132 | 176 | { |
133 | 177 | "dropdown": "@sei-js/ledger", |
134 | 178 | "description": "Hardware wallet connection", |
135 | 179 | "icon": "shield", |
136 | | - "pages": ["ledger/introduction"] |
| 180 | + "pages": [ |
| 181 | + "ledger/introduction" |
| 182 | + ] |
137 | 183 | }, |
138 | 184 | { |
139 | 185 | "dropdown": "x402", |
|
142 | 188 | "pages": [ |
143 | 189 | { |
144 | 190 | "group": "Introduction", |
145 | | - "pages": ["x402/introduction", "x402/overview", "x402/quickstart"] |
| 191 | + "pages": [ |
| 192 | + "x402/introduction", |
| 193 | + "x402/overview", |
| 194 | + "x402/quickstart" |
| 195 | + ] |
146 | 196 | }, |
147 | 197 | { |
148 | 198 | "group": "Facilitators", |
149 | | - "pages": ["x402/facilitators/introduction", "x402/facilitators/example"] |
| 199 | + "pages": [ |
| 200 | + "x402/facilitators/introduction", |
| 201 | + "x402/facilitators/example" |
| 202 | + ] |
150 | 203 | }, |
151 | 204 | { |
152 | 205 | "group": "Client Integration", |
153 | | - "pages": ["x402/clients/fetch"] |
| 206 | + "pages": [ |
| 207 | + "x402/clients/fetch" |
| 208 | + ] |
154 | 209 | }, |
155 | 210 | { |
156 | 211 | "group": "Packages", |
|
0 commit comments