Skip to content

Commit

Permalink
fixup! chore: demote beta / pre-smart-wallet material
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Mar 19, 2024
1 parent 35cf750 commit e154239
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions main/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -334,21 +334,6 @@ export default defineConfig({
},
],
'/reference/': [
{
text: 'Wallet API',
link: '/reference/wallet-api/',
collapsed: true,
items: [
{
text: 'Wallet API Commands',
link: '/reference/wallet-api/wallet-commands',
},
{
text: 'WalletBridge API Commands',
link: '/reference/wallet-api/wallet-bridge',
},
],
},
{
text: 'ERTP API',
link: '/reference/ertp-api/',
Expand All @@ -373,25 +358,6 @@ export default defineConfig({
},
],
},
{
text: 'REPL API',
link: '/reference/repl/',
collapsed: true,
items: [
{ text: 'Agoric REPL', link: '/reference/repl/' },
{
text: 'Timer Services',
link: '/reference/repl/timerServices',
},
{ text: 'The Agoric Board', link: '/reference/repl/board' },
{ text: 'Network API', link: '/reference/repl/networking' },
{
text: 'Price Authority',
link: '/reference/repl/priceAuthority',
},
{ text: 'Scratch', link: '/reference/repl/scratch' },
],
},
{
text: 'Zoe API',
link: '/reference/zoe-api/',
Expand Down

0 comments on commit e154239

Please sign in to comment.