Skip to content

Commit 75221fc

Browse files
committed
fixup! chore: demote beta / pre-smart-wallet material
1 parent 14d97b0 commit 75221fc

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

main/.vitepress/config.mjs

-34
Original file line numberDiff line numberDiff line change
@@ -334,21 +334,6 @@ export default defineConfig({
334334
},
335335
],
336336
'/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-
},
352337
{
353338
text: 'ERTP API',
354339
link: '/reference/ertp-api/',
@@ -373,25 +358,6 @@ export default defineConfig({
373358
},
374359
],
375360
},
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-
},
395361
{
396362
text: 'Zoe API',
397363
link: '/reference/zoe-api/',

0 commit comments

Comments
 (0)