Skip to content

Commit 35cf750

Browse files
committed
chore: demote beta / pre-smart-wallet material
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.
1 parent 88999f9 commit 35cf750

File tree

2 files changed

+5
-64
lines changed

2 files changed

+5
-64
lines changed

main/.vitepress/config.mjs

+2-41
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,6 @@ export default defineConfig({
125125
text: 'Smart Wallet Dapp Architecture',
126126
link: '/guides/getting-started/contract-rpc',
127127
},
128-
{
129-
text: 'Deploying Smart Contracts',
130-
link: '/guides/getting-started/deploying',
131-
},
132128
],
133129
},
134130
{
@@ -184,15 +180,6 @@ export default defineConfig({
184180
},
185181
],
186182
},
187-
{
188-
text: 'Wallet',
189-
link: '/guides/wallet/',
190-
collapsed: true,
191-
items: [
192-
{ text: 'Agoric Wallet', link: '/guides/wallet/' },
193-
{ text: 'Wallet UI', link: '/guides/wallet/ui' },
194-
],
195-
},
196183
{
197184
text: 'ERTP',
198185
link: '/guides/ertp/',
@@ -330,41 +317,15 @@ export default defineConfig({
330317
],
331318
},
332319
{
333-
text: 'Agoric Dapps',
334-
link: '/guides/dapps/',
335-
collapsed: true,
336-
items: [
337-
{ text: 'Agoric Dapps', link: '/guides/dapps/' },
338-
{
339-
text: 'Dapp Templates',
340-
link: '/guides/dapps/dapp-templates',
341-
},
342-
{
343-
text: 'Starting Multiuser Dapps',
344-
link: '/guides/dapps/starting-multiuser-dapps',
345-
},
346-
{
347-
text: 'Deploying Smart Contracts',
348-
link: '/guides/getting-started/deploying',
349-
},
350-
{
351-
text: 'Smart Wallet Dapp Architecture',
352-
link: '/guides/getting-started/contract-rpc',
353-
},
354-
],
320+
text: 'Smart Wallet Dapp Architecture',
321+
link: '/guides/getting-started/contract-rpc',
355322
},
356323
{
357324
text: 'Agoric Platform',
358325
link: '/guides/platform/',
359326
collapsed: true,
360327
items: [],
361328
},
362-
{
363-
text: 'Chainlink Integration',
364-
link: '/guides/chainlink-integration',
365-
collapsed: true,
366-
items: [],
367-
},
368329
{
369330
text: 'SubQuery Indexing',
370331
link: '/guides/subquery-indexing',

main/.vitepress/themeConfig/nav.js

+3-23
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ export const nav = [
1919
ariaLabel: 'Smart Wallet Dapp Architecture Menu',
2020
link: '/guides/getting-started/contract-rpc',
2121
},
22-
{
23-
text: 'Deploying Smart Contracts',
24-
ariaLabel: 'Deploying Menu',
25-
link: '/guides/getting-started/deploying',
26-
},
2722
{
2823
text: 'Permissioned Contract Deployment',
2924
ariaLabel: 'Permissioned Contract Deployment',
@@ -45,11 +40,6 @@ export const nav = [
4540
ariaLabel: 'JavaScript Framework',
4641
link: '/guides/js-programming/',
4742
},
48-
{
49-
text: 'Wallet',
50-
ariaLabel: 'Wallet',
51-
link: '/guides/wallet/',
52-
},
5343
{
5444
text: 'ERTP',
5545
ariaLabel: 'ERTP',
@@ -71,31 +61,21 @@ export const nav = [
7161
link: '/guides/zoe/actual-contracts/',
7262
},
7363
{
74-
text: 'Agoric Dapps',
75-
ariaLabel: 'Agoric Dapps',
76-
link: '/guides/dapps/',
64+
text: 'Smart Wallet Dapp Architecture',
65+
ariaLabel: 'Smart Wallet Dapp Architecture Menu',
66+
link: '/guides/getting-started/contract-rpc',
7767
},
7868
],
7969
},
8070
{
8171
text: 'API Reference',
8272
ariaLabel: 'API Reference Menu',
8373
items: [
84-
{
85-
text: 'Wallet API',
86-
ariaLabel: 'Wallet API Menu',
87-
link: '/reference/wallet-api/',
88-
},
8974
{
9075
text: 'ERTP API',
9176
ariaLabel: 'ERTP API Menu',
9277
link: '/reference/ertp-api/',
9378
},
94-
{
95-
text: 'REPL API',
96-
ariaLabel: 'REPL API Menu',
97-
link: '/reference/repl/',
98-
},
9979
{
10080
text: 'Zoe API',
10181
ariaLabel: 'ZOE API Menu',

0 commit comments

Comments
 (0)