@@ -334,21 +334,6 @@ export default defineConfig({
334
334
} ,
335
335
] ,
336
336
'/reference/' : [
337
- {
338
- text : 'Wallet API' ,
339
- link : '/reference/wallet-api/' ,
340
- collapsed : true ,
341
- items : [
342
- {
343
- text : 'Wallet API Commands' ,
344
- link : '/reference/wallet-api/wallet-commands' ,
345
- } ,
346
- {
347
- text : 'WalletBridge API Commands' ,
348
- link : '/reference/wallet-api/wallet-bridge' ,
349
- } ,
350
- ] ,
351
- } ,
352
337
{
353
338
text : 'ERTP API' ,
354
339
link : '/reference/ertp-api/' ,
@@ -373,25 +358,6 @@ export default defineConfig({
373
358
} ,
374
359
] ,
375
360
} ,
376
- {
377
- text : 'REPL API' ,
378
- link : '/reference/repl/' ,
379
- collapsed : true ,
380
- items : [
381
- { text : 'Agoric REPL' , link : '/reference/repl/' } ,
382
- {
383
- text : 'Timer Services' ,
384
- link : '/reference/repl/timerServices' ,
385
- } ,
386
- { text : 'The Agoric Board' , link : '/reference/repl/board' } ,
387
- { text : 'Network API' , link : '/reference/repl/networking' } ,
388
- {
389
- text : 'Price Authority' ,
390
- link : '/reference/repl/priceAuthority' ,
391
- } ,
392
- { text : 'Scratch' , link : '/reference/repl/scratch' } ,
393
- ] ,
394
- } ,
395
361
{
396
362
text : 'Zoe API' ,
397
363
link : '/reference/zoe-api/' ,
0 commit comments