Commit 6fba380
fix: use markdown tables in reference docs for responsive rendering (#2343)
* chore: regenerate reference docs for v4.84.0
Regenerate TypeDoc output to reflect current aa-sdk exports.
Picks up new chain definitions (hyperliquid, monad, mythos, etc.)
and removes docs for deleted APIs (session keys, legacy account
factories, plugin system).
Co-Authored-By: Claude <noreply@anthropic.com>
* fix: use markdown tables in reference docs for responsive rendering
Change typedoc table format from htmlTable to table so generated
reference docs use markdown pipe syntax instead of raw HTML <table>
elements. This allows the docs-site MDX Table component to wrap
tables in a scrollable container for narrow screens.
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: dslovinsky <dslovinsky@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>1 parent d80fd19 commit 6fba380
File tree
1,176 files changed
+11253
-124974
lines changed- docs
- pages/reference
- aa-sdk
- core/src
- classes
- enumerations
- functions
- interfaces
- type-aliases
- variables
- ethers/src
- classes
- functions
- account-kit
- core/src
- classes
- enumerations
- functions
- interfaces
- type-aliases
- variables
- infra/src/exports
- enumerations
- functions
- interfaces
- type-aliases
- variables
- react-native/src
- functions
- interfaces
- type-aliases
- variables
- react/src
- classes
- functions
- interfaces
- type-aliases
- variables
- rn-signer/src
- classes
- functions
- type-aliases
- signer/src
- classes
- enumerations
- functions
- interfaces
- type-aliases
- variables
- smart-contracts/src
- classes
- enumerations
- functions
- type-aliases
- variables
- wallet-client/src/exports
- functions
- type-aliases
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,176 files changed
+11253
-124974
lines changed- .github/workflows/gh-pages-deploy.yml+3
- .github/workflows/index-main-content.yml+1
- .gitignore+3
- fern/admin-api/overview.mdx+37
- fern/admin-api/quickstart.mdx+174
- fern/api-reference/alchemy-rollups/rollups-quickstart.mdx+1
- fern/api-reference/node-api/chain-apis-overview.mdx+1
- fern/api-reference/op-mainnet/op-mainnet-api-faq/op-mainnet-error-codes.mdx+5-5
- fern/api-reference/websockets/best-practices-for-using-websockets-in-web3.mdx+1-1
- fern/api-reference/websockets/subscription-api.mdx+5-3
- fern/apis/admin-api/generators.yaml+3
- fern/docs.yml+12
- fern/remote-specs.json+6
- fern/tutorials/streaming-data/websocket-subscriptions/how-to-subscribe-to-transactions-via-websocket-endpoints.mdx+1-1
- fern/tutorials/transactions/transaction-history/how-to-get-transaction-history-for-an-address-on-ethereum.mdx+1-1
- fern/wallets/pages/transactions/sponsor-gas/conditional-sponsorship-rules.mdx+120
- fern/wallets/pages/transactions/sponsor-gas/overview.mdx+1-1
- scripts/generate-open-api.sh+26
- src/content-indexer/types/navigation.ts+1
- src/content-indexer/visitors/__tests__/visit-api-reference.test.ts+3-2
- src/content-indexer/visitors/__tests__/visit-page.test.ts+7-2
- src/content-indexer/visitors/__tests__/visit-section.test.ts+91-2
- src/content-indexer/visitors/processors/__tests__/process-openrpc.test.ts+3-2
- src/content-indexer/visitors/processors/process-openapi.ts+8-11
- src/content-indexer/visitors/processors/process-openrpc.ts+5-7
- src/content-indexer/visitors/visit-page.ts+9-10
- src/content-indexer/visitors/visit-section.ts+9-3
- src/openrpc/alchemy/bundler/bundler.yaml+2
- src/openrpc/alchemy/gas-manager-coverage/gas-manager-coverage.yaml+2
- src/openrpc/chains/_components/evm/methods.yaml+2-2
Large diffs are not rendered by default.
Lines changed: 25 additions & 286 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 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 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
241 | 52 | | |
242 | 53 | | |
243 | 54 | | |
| |||
269 | 80 | | |
270 | 81 | | |
271 | 82 | | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
293 | 86 | | |
294 | 87 | | |
295 | 88 | | |
| |||
355 | 148 | | |
356 | 149 | | |
357 | 150 | | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
389 | 155 | | |
390 | 156 | | |
391 | 157 | | |
| |||
407 | 173 | | |
408 | 174 | | |
409 | 175 | | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
441 | 180 | | |
442 | 181 | | |
443 | 182 | | |
| |||
0 commit comments