Skip to content

Commit

Permalink
chore: demote beta / pre-smart-wallet material
Browse files Browse the repository at this point in the history
Lots of material (/guides/wallet/ etc.) documents the ag-solo /
mailbox architecture... the beta preview of our eventual
permissionless contract deployment model, extending our Distributed
Computing Framework to a stateful peer on end-user machines.

That material is a distraction to folks building for what's in
production in the mainnet-1B VM.

So demote it from navigation menus, at least.
  • Loading branch information
dckc committed Mar 19, 2024
1 parent 88999f9 commit 35cf750
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 64 deletions.
43 changes: 2 additions & 41 deletions main/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,6 @@ export default defineConfig({
text: 'Smart Wallet Dapp Architecture',
link: '/guides/getting-started/contract-rpc',
},
{
text: 'Deploying Smart Contracts',
link: '/guides/getting-started/deploying',
},
],
},
{
Expand Down Expand Up @@ -184,15 +180,6 @@ export default defineConfig({
},
],
},
{
text: 'Wallet',
link: '/guides/wallet/',
collapsed: true,
items: [
{ text: 'Agoric Wallet', link: '/guides/wallet/' },
{ text: 'Wallet UI', link: '/guides/wallet/ui' },
],
},
{
text: 'ERTP',
link: '/guides/ertp/',
Expand Down Expand Up @@ -330,41 +317,15 @@ export default defineConfig({
],
},
{
text: 'Agoric Dapps',
link: '/guides/dapps/',
collapsed: true,
items: [
{ text: 'Agoric Dapps', link: '/guides/dapps/' },
{
text: 'Dapp Templates',
link: '/guides/dapps/dapp-templates',
},
{
text: 'Starting Multiuser Dapps',
link: '/guides/dapps/starting-multiuser-dapps',
},
{
text: 'Deploying Smart Contracts',
link: '/guides/getting-started/deploying',
},
{
text: 'Smart Wallet Dapp Architecture',
link: '/guides/getting-started/contract-rpc',
},
],
text: 'Smart Wallet Dapp Architecture',
link: '/guides/getting-started/contract-rpc',
},
{
text: 'Agoric Platform',
link: '/guides/platform/',
collapsed: true,
items: [],
},
{
text: 'Chainlink Integration',
link: '/guides/chainlink-integration',
collapsed: true,
items: [],
},
{
text: 'SubQuery Indexing',
link: '/guides/subquery-indexing',
Expand Down
26 changes: 3 additions & 23 deletions main/.vitepress/themeConfig/nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ export const nav = [
ariaLabel: 'Smart Wallet Dapp Architecture Menu',
link: '/guides/getting-started/contract-rpc',
},
{
text: 'Deploying Smart Contracts',
ariaLabel: 'Deploying Menu',
link: '/guides/getting-started/deploying',
},
{
text: 'Permissioned Contract Deployment',
ariaLabel: 'Permissioned Contract Deployment',
Expand All @@ -45,11 +40,6 @@ export const nav = [
ariaLabel: 'JavaScript Framework',
link: '/guides/js-programming/',
},
{
text: 'Wallet',
ariaLabel: 'Wallet',
link: '/guides/wallet/',
},
{
text: 'ERTP',
ariaLabel: 'ERTP',
Expand All @@ -71,31 +61,21 @@ export const nav = [
link: '/guides/zoe/actual-contracts/',
},
{
text: 'Agoric Dapps',
ariaLabel: 'Agoric Dapps',
link: '/guides/dapps/',
text: 'Smart Wallet Dapp Architecture',
ariaLabel: 'Smart Wallet Dapp Architecture Menu',
link: '/guides/getting-started/contract-rpc',
},
],
},
{
text: 'API Reference',
ariaLabel: 'API Reference Menu',
items: [
{
text: 'Wallet API',
ariaLabel: 'Wallet API Menu',
link: '/reference/wallet-api/',
},
{
text: 'ERTP API',
ariaLabel: 'ERTP API Menu',
link: '/reference/ertp-api/',
},
{
text: 'REPL API',
ariaLabel: 'REPL API Menu',
link: '/reference/repl/',
},
{
text: 'Zoe API',
ariaLabel: 'ZOE API Menu',
Expand Down

0 comments on commit 35cf750

Please sign in to comment.