@@ -166,8 +166,12 @@ export function getSidebar() {
166166 text : 'BUILD YOUR iAPP' ,
167167 items : [
168168 {
169- text : 'Build and Deploy' ,
170- link : '/guides/build-iapp/build-&-deploy' ,
169+ text : 'Build and Test' ,
170+ link : '/guides/build-iapp/build-&-test' ,
171+ } ,
172+ {
173+ text : 'Deploy and Run' ,
174+ link : '/guides/build-iapp/deploy-&-run' ,
171175 } ,
172176 {
173177 text : 'Manage Access' ,
@@ -181,10 +185,6 @@ export function getSidebar() {
181185 text : 'Using TDX' ,
182186 link : '/guides/build-iapp/using-tdx' ,
183187 } ,
184- {
185- text : 'How to Get and Decrypt Results' ,
186- link : '/guides/build-iapp/how-to-get-and-decrypt-results' ,
187- } ,
188188 {
189189 text : 'Debugging' ,
190190 link : '/guides/build-iapp/debugging' ,
@@ -241,16 +241,12 @@ export function getSidebar() {
241241 link : '/guides/use-iapp/getting-started' ,
242242 } ,
243243 {
244- text : 'Different Ways to Execute an iApp' ,
245- link : '/guides/use-iapp/different-ways-to-execute' ,
246- } ,
247- {
248- text : 'Use iApp with Protected Data' ,
249- link : '/guides/use-iapp/use-iapp-with-protected-data' ,
244+ text : 'Run iApp with ProtectedData' ,
245+ link : '/guides/use-iapp/run-iapp-with-ProtectedData' ,
250246 } ,
251247 {
252- text : 'Add Inputs to the Execution ' ,
253- link : '/guides/use-iapp/add-inputs-to-execution ' ,
248+ text : 'Run iApp without ProtectedData ' ,
249+ link : '/guides/use-iapp/run-iapp-without-ProtectedData ' ,
254250 } ,
255251 {
256252 text : 'How to Pay the Executions' ,
@@ -606,7 +602,7 @@ export function getSidebar() {
606602 link : '/references/sdk' ,
607603 } ,
608604 {
609- text : '� 📖 Glossary' ,
605+ text : '📖 Glossary' ,
610606 link : '/references/glossary' ,
611607 } ,
612608 ] ,
0 commit comments