@@ -8,7 +8,7 @@ export function getSidebar() {
88 items : [
99 { text : '💡 Welcome' , link : '/get-started/welcome' } ,
1010 {
11- text : '🛠️ Toolkit' ,
11+ text : 'Toolkit' ,
1212 link : '/get-started/toolkit' ,
1313 } ,
1414 {
@@ -39,15 +39,15 @@ export function getSidebar() {
3939 ] ,
4040 } ,
4141 {
42- text : '🚀 Quick Start' ,
42+ text : 'Quick Start' ,
4343 link : '/get-started/quick-start' ,
4444 } ,
4545 {
46- text : '📋 Use Cases' ,
46+ text : 'Use Cases' ,
4747 link : '/get-started/use-cases' ,
4848 } ,
4949 {
50- text : '🤖 Develop with AI' ,
50+ text : 'Develop with AI' ,
5151 link : '/get-started/develop-with-ai' ,
5252 } ,
5353 ] ,
@@ -72,7 +72,7 @@ export function getSidebar() {
7272 link : '/get-started/overview/workerpool' ,
7373 } ,
7474 {
75- text : '🪙 RLC Token' ,
75+ text : 'RLC Token' ,
7676 link : '/get-started/overview/rlc' ,
7777 } ,
7878 ] ,
@@ -202,10 +202,6 @@ export function getSidebar() {
202202 text : 'Advanced' ,
203203 collapsed : true ,
204204 items : [
205- {
206- text : 'Overview' ,
207- link : '/guides/build-iapp/advanced/overview' ,
208- } ,
209205 {
210206 text : 'Quick Start for Developers' ,
211207 link : '/guides/build-iapp/advanced/quick-start-for-developers' ,
@@ -215,17 +211,13 @@ export function getSidebar() {
215211 link : '/guides/build-iapp/advanced/your-first-app' ,
216212 } ,
217213 {
218- text : 'Build your first SGX app (SCONE) ' ,
214+ text : 'Build your first SGX app' ,
219215 link : '/guides/build-iapp/advanced/create-your-first-sgx-app' ,
220216 } ,
221217 {
222218 text : 'End-to-end Encryption' ,
223219 link : '/guides/build-iapp/advanced/end-to-end-encryption' ,
224220 } ,
225- {
226- text : 'SGX Encrypted Dataset' ,
227- link : '/guides/build-iapp/advanced/sgx-encrypted-dataset' ,
228- } ,
229221 {
230222 text : 'Access Confidential Assets' ,
231223 link : '/guides/build-iapp/advanced/access-confidential-assets' ,
@@ -242,11 +234,11 @@ export function getSidebar() {
242234 text : 'USE AN iAPP' ,
243235 items : [
244236 {
245- text : '📝 Introduction' ,
237+ text : 'Introduction' ,
246238 link : '/guides/use-iapp/introduction' ,
247239 } ,
248240 {
249- text : '🚀 Getting Started' ,
241+ text : 'Getting Started' ,
250242 link : '/guides/use-iapp/getting-started' ,
251243 } ,
252244 {
@@ -585,7 +577,7 @@ export function getSidebar() {
585577 ] ,
586578 } ,
587579 {
588- text : '🔧 iExec SDK' ,
580+ text : 'iExec SDK' ,
589581 link : '/references/sdk' ,
590582 } ,
591583 {
0 commit comments