@@ -118,14 +118,6 @@ export default defineConfig({
118
118
{
119
119
text : 'Getting Started' ,
120
120
link : '/guides/getting-started/' ,
121
- collapsed : true ,
122
- items : [
123
- { text : 'Getting Started' , link : '/guides/getting-started/' } ,
124
- {
125
- text : 'Smart Wallet Dapp Architecture' ,
126
- link : '/guides/getting-started/contract-rpc' ,
127
- } ,
128
- ] ,
129
121
} ,
130
122
{
131
123
text : 'Zoe' ,
@@ -142,14 +134,23 @@ export default defineConfig({
142
134
] ,
143
135
} ,
144
136
{
145
- text : 'Agoric CLI ' ,
146
- link : '/guides/agoric-cli /' ,
137
+ text : 'ERTP ' ,
138
+ link : '/guides/ertp /' ,
147
139
collapsed : true ,
148
140
items : [
149
- { text : 'Agoric CLI Reference ' , link : '/guides/agoric-cli /' } ,
141
+ { text : 'ERTP Overview ' , link : '/guides/ertp /' } ,
150
142
{
151
- text : 'Using agd to make queries and transactions' ,
152
- link : '/guides/agoric-cli/agd-query-tx' ,
143
+ text : 'Amounts, Values, and Brands' ,
144
+ link : '/guides/ertp/amounts' ,
145
+ } ,
146
+ { text : 'AmountMath' , link : '/guides/ertp/amount-math' } ,
147
+ {
148
+ text : 'Issuers and Mints' ,
149
+ link : '/guides/ertp/issuers-and-mints' ,
150
+ } ,
151
+ {
152
+ text : 'Purses and Payments' ,
153
+ link : '/guides/ertp/purses-and-payments' ,
153
154
} ,
154
155
] ,
155
156
} ,
@@ -181,26 +182,20 @@ export default defineConfig({
181
182
] ,
182
183
} ,
183
184
{
184
- text : 'ERTP ' ,
185
- link : '/guides/ertp /' ,
185
+ text : 'Agoric Platform ' ,
186
+ link : '/guides/platform /' ,
186
187
collapsed : true ,
187
- items : [
188
- { text : 'ERTP Overview' , link : '/guides/ertp/' } ,
189
- {
190
- text : 'Amounts, Values, and Brands' ,
191
- link : '/guides/ertp/amounts' ,
192
- } ,
193
- { text : 'AmountMath' , link : '/guides/ertp/amount-math' } ,
194
- {
195
- text : 'Issuers and Mints' ,
196
- link : '/guides/ertp/issuers-and-mints' ,
197
- } ,
198
- {
199
- text : 'Purses and Payments' ,
200
- link : '/guides/ertp/purses-and-payments' ,
201
- } ,
202
- ] ,
188
+ items : [ ] ,
189
+ } ,
190
+ {
191
+ text : 'Smart Wallet Dapp Architecture' ,
192
+ link : '/guides/getting-started/contract-rpc' ,
193
+ } ,
194
+ {
195
+ text : 'Name Services: agoricNames, namesByAddress, board' ,
196
+ link : '/guides/integration/name-services' ,
203
197
} ,
198
+
204
199
{
205
200
text : 'Permissioned Contract Deployment' ,
206
201
link : '/guides/coreeval/' ,
@@ -224,6 +219,21 @@ export default defineConfig({
224
219
} ,
225
220
] ,
226
221
} ,
222
+ {
223
+ text : 'Deployed Zoe Contracts' ,
224
+ link : '/guides/zoe/actual-contracts/' ,
225
+ collapsed : true ,
226
+ items : [
227
+ {
228
+ text : 'Deployed Zoe Contracts' ,
229
+ link : '/guides/zoe/actual-contracts/' ,
230
+ } ,
231
+ {
232
+ text : 'PSM Contract' ,
233
+ link : '/guides/zoe/actual-contracts/PSM' ,
234
+ } ,
235
+ ] ,
236
+ } ,
227
237
{
228
238
text : 'Example Zoe Contracts' ,
229
239
link : '/guides/zoe/contracts/' ,
@@ -302,29 +312,8 @@ export default defineConfig({
302
312
] ,
303
313
} ,
304
314
{
305
- text : 'Deployed Zoe Contracts' ,
306
- link : '/guides/zoe/actual-contracts/' ,
307
- collapsed : true ,
308
- items : [
309
- {
310
- text : 'Deployed Zoe Contracts' ,
311
- link : '/guides/zoe/actual-contracts/' ,
312
- } ,
313
- {
314
- text : 'PSM Contract' ,
315
- link : '/guides/zoe/actual-contracts/PSM' ,
316
- } ,
317
- ] ,
318
- } ,
319
- {
320
- text : 'Smart Wallet Dapp Architecture' ,
321
- link : '/guides/getting-started/contract-rpc' ,
322
- } ,
323
- {
324
- text : 'Agoric Platform' ,
325
- link : '/guides/platform/' ,
326
- collapsed : true ,
327
- items : [ ] ,
315
+ text : 'Integrating with Agoric Network' ,
316
+ link : '/guides/integration/chain-integration' ,
328
317
} ,
329
318
{
330
319
text : 'SubQuery Indexing' ,
@@ -334,6 +323,18 @@ export default defineConfig({
334
323
} ,
335
324
] ,
336
325
'/reference/' : [
326
+ {
327
+ text : 'Agoric CLI' ,
328
+ link : '/guides/agoric-cli/' ,
329
+ collapsed : true ,
330
+ items : [
331
+ { text : 'Agoric CLI Reference' , link : '/guides/agoric-cli/' } ,
332
+ {
333
+ text : 'Using agd to make queries and transactions' ,
334
+ link : '/guides/agoric-cli/agd-query-tx' ,
335
+ } ,
336
+ ] ,
337
+ } ,
337
338
{
338
339
text : 'ERTP API' ,
339
340
link : '/reference/ertp-api/' ,
0 commit comments