@@ -38,6 +38,10 @@ export function getSidebar() {
3838 text : '📋 Use Cases' ,
3939 link : '/overview/use-cases' ,
4040 } ,
41+ {
42+ text : '🪙 RLC Token' ,
43+ link : '/overview/rlc' ,
44+ } ,
4145 {
4246 text : '🤖 Develop with AI' ,
4347 link : '/overview/develop-with-ai' ,
@@ -55,6 +59,10 @@ export function getSidebar() {
5559 text : 'Builder Dashboard' ,
5660 link : '/overview/tooling-and-explorers/builder-dashboard' ,
5761 } ,
62+ {
63+ text : 'RLC Bridge' ,
64+ link : '/overview/tooling-and-explorers/bridge' ,
65+ } ,
5866 {
5967 text : 'Subgraph Explorer' ,
6068 link : '/overview/tooling-and-explorers/subgraph-explorer' ,
@@ -348,15 +356,14 @@ export function getSidebar() {
348356 { text : '❓ What Is an iApp?' , link : '/build-iapp/what-is-iapp' } ,
349357 {
350358 text : '📖 Guides' ,
351- link : '/build-iapp/guides' ,
352359 items : [
353360 {
354- text : 'Manage Your iApps' ,
355- link : '/build-iapp/guides/manage-iapps ' ,
361+ text : 'Build and Deploy your iApps' ,
362+ link : '/build-iapp/guides/build-&-deploy-iapp ' ,
356363 } ,
357364 {
358- text : 'Orders (how they work, how to manage them) ' ,
359- link : '/build-iapp/guides/orders ' ,
365+ text : 'Manage your iApps ' ,
366+ link : '/build-iapp/guides/manage-iapp ' ,
360367 } ,
361368 {
362369 text : 'Inputs and Outputs (types, differences, formats)' ,
@@ -374,20 +381,11 @@ export function getSidebar() {
374381 text : 'How to Get and Decrypt Results' ,
375382 link : '/build-iapp/guides/how-to-get-and-decrypt-results' ,
376383 } ,
377- {
378- text : 'AI Frameworks' ,
379- link : '/build-iapp/guides/ai-frameworks' ,
380- } ,
381- {
382- text : 'Other Emerging Trends' ,
383- link : '/build-iapp/guides/other-emerging-trends' ,
384- } ,
385384 ] ,
386385 } ,
387386 {
388387 text : '🤖 iApp Generator' ,
389388 link : '/build-iapp/iapp-generator' ,
390- collapsed : true ,
391389 items : [
392390 {
393391 text : 'Getting Started' ,
@@ -397,20 +395,8 @@ export function getSidebar() {
397395 text : 'Building Your iApp' ,
398396 link : '/build-iapp/iapp-generator/building-your-iexec-app' ,
399397 } ,
400- {
401- text : 'References' ,
402- link : '/build-iapp/iapp-generator/references' ,
403- } ,
404- {
405- text : 'Advanced Creation' ,
406- link : '/build-iapp/iapp-generator/advanced-creation' ,
407- } ,
408398 ] ,
409399 } ,
410- {
411- text : '🔧 Protocol-Level Guides' ,
412- link : '/build-iapp/iapp-generator/protocol-level-guides' ,
413- } ,
414400 ] ,
415401 } ,
416402 ] ,
0 commit comments