Skip to content

Commit 4c64db3

Browse files
committed
Remove emojis
1 parent 126b3b4 commit 4c64db3

File tree

5 files changed

+14
-27
lines changed

5 files changed

+14
-27
lines changed

β€Ž.vitepress/sidebar.tsβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,23 +56,23 @@ export function getSidebar() {
5656
text: 'iExec OVERVIEW',
5757
items: [
5858
{
59-
text: '❓ What is iExec ?',
59+
text: 'What is iExec ?',
6060
link: '/get-started/overview/what-is-iexec',
6161
},
6262
{
63-
text: 'πŸ” Protected Data',
63+
text: 'Protected Data',
6464
link: '/get-started/overview/protected-data',
6565
},
6666
{
67-
text: 'πŸš€ iApps',
67+
text: 'iApps',
6868
link: '/get-started/overview/iapps',
6969
},
7070
{
71-
text: '⚑ Workerpools',
71+
text: 'Workerpools',
7272
link: '/get-started/overview/workerpools',
7373
},
7474
{
75-
text: 'πŸͺ™ RLC Token',
75+
text: 'RLC Token',
7676
link: '/get-started/rlc',
7777
},
7878
],

β€Žsrc/get-started/overview/iapps.mdβ€Ž

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,15 @@ Imagine you want to build:
1919
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 mb-6">
2020
<div class="flex flex-col gap-2.5">
2121
<div class="flex items-center gap-2 text-base">
22-
<span>πŸ€–</span>
2322
<span>An AI that analyzes personal health data</span>
2423
</div>
2524
<div class="flex items-center gap-2 text-base">
26-
<span>πŸ“§</span>
2725
<span>An email tool that needs access to contact lists</span>
2826
</div>
2927
<div class="flex items-center gap-2 text-base">
30-
<span>πŸ’°</span>
3128
<span>A financial advisor that processes bank statements</span>
3229
</div>
3330
<div class="flex items-center gap-2 text-base">
34-
<span>πŸ›‘οΈ</span>
3531
<span>A content filter that reads private messages</span>
3632
</div>
3733
</div>
@@ -101,19 +97,19 @@ guarantees** that privacy is preserved within the TEE execution environment.
10197

10298
<div class="grid grid-cols-1 md:grid-cols-2 gap-4 mb-6">
10399
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-4">
104-
<h4 class="text-lg font-semibold mb-2">πŸ₯ Healthcare</h4>
100+
<h4 class="text-lg font-semibold mb-2">Healthcare</h4>
105101
<p class="text-sm m-0">Process medical data for AI diagnosis without exposing patient information</p>
106102
</div>
107103
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-4">
108-
<h4 class="text-lg font-semibold mb-2">πŸ’° Finance</h4>
104+
<h4 class="text-lg font-semibold mb-2">Finance</h4>
109105
<p class="text-sm m-0">Analyze financial data for credit scoring while maintaining privacy</p>
110106
</div>
111107
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-4">
112-
<h4 class="text-lg font-semibold mb-2">🎬 Media</h4>
108+
<h4 class="text-lg font-semibold mb-2">Media</h4>
113109
<p class="text-sm m-0">Content recommendation engines that don't track user behavior</p>
114110
</div>
115111
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-4">
116-
<h4 class="text-lg font-semibold mb-2">πŸ”¬ Research</h4>
112+
<h4 class="text-lg font-semibold mb-2">Research</h4>
117113
<p class="text-sm m-0">Collaborative research on sensitive datasets across institutions</p>
118114
</div>
119115
</div>

β€Žsrc/get-started/overview/protected-data.mdβ€Ž

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ monetize their data within the Web3 ecosystem.
138138
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 my-6">
139139
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 flex flex-col gap-2">
140140
<div class="flex items-baseline gap-2 text-lg">
141-
<span>πŸ‘€</span>
142141
<h3 class="font-semibold m-0!">Personal Data</h3>
143142
</div>
144143
<ul class="list-disc ml-6">
@@ -150,7 +149,6 @@ monetize their data within the Web3 ecosystem.
150149

151150
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 flex flex-col gap-2">
152151
<div class="flex items-baseline gap-2 text-lg">
153-
<span>🏒</span>
154152
<h3 class="font-semibold m-0!">Business Intelligence</h3>
155153
</div>
156154
<ul class="list-disc ml-6">
@@ -162,7 +160,6 @@ monetize their data within the Web3 ecosystem.
162160

163161
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 flex flex-col gap-2">
164162
<div class="flex items-baseline gap-2 text-lg">
165-
<span>πŸ€–</span>
166163
<h3 class="font-semibold m-0!">AI Training</h3>
167164
</div>
168165
<ul class="list-disc ml-6">
@@ -174,7 +171,6 @@ monetize their data within the Web3 ecosystem.
174171

175172
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 flex flex-col gap-2">
176173
<div class="flex items-baseline gap-2 text-lg">
177-
<span>πŸ”¬</span>
178174
<h3 class="font-semibold m-0!">Research</h3>
179175
</div>
180176
<ul class="list-disc ml-6">
@@ -194,13 +190,11 @@ monetize their data within the Web3 ecosystem.
194190
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 mb-6">
195191
<div class="flex flex-col gap-4">
196192
<div class="flex items-start gap-3">
197-
<span class="text-xl">πŸ“š</span>
198193
<div>
199194
<strong>Learn More:</strong> <a href="/guides/manage-data/manage-access" class="text-fuchsia-700 hover:text-fuchsia-600">Complete DataProtector Documentation</a>
200195
</div>
201196
</div>
202197
<div class="flex items-start gap-3">
203-
<span class="text-xl">πŸš€</span>
204198
<div>
205199
<strong>Getting Started:</strong> <a href="/references/dataProtector/getting-started" class="text-fuchsia-700 hover:text-fuchsia-600">DataProtector Quick Start Guide</a>
206200
</div>

β€Žsrc/get-started/overview/what-is-iexec.mdβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ finds available workers and executes everything confidentially.
3434
β†’ **Devtool**: [iApp Generator](/references/iapp-generator) helps you create and
3535
deploy iApps
3636

37-
### πŸ“¦ Step 4: Get Results
37+
### Step 4: Get Results
3838

3939
Results come back **encrypted to you**. Workers never see raw data, you never
4040
lose control.
@@ -86,12 +86,12 @@ protocol handles the rest.
8686

8787
Now that you get the protocol, pick your devtools:
8888

89-
- **πŸ“§ Quick Win**: Add [Web3Mail](/references/web3mail) or
89+
- **Quick Win**: Add [Web3Mail](/references/web3mail) or
9090
[Web3Telegram](/references/web3telegram) to your project ! (uses the protocol
9191
under the hood)
92-
- **πŸ›‘οΈ Protect Data**: Try [DataProtector](/references/dataProtector) to encrypt
92+
- **Protect Data**: Try [DataProtector](/references/dataProtector) to encrypt
9393
your first dataset
94-
- **πŸš€ Build iApps**: Create confidential compute with
94+
- **Build iApps**: Create confidential compute with
9595
[iApp Generator](/references/iapp-generator)
96-
- **πŸ‘‹ Hands-On**: Follow our [Hello World](/get-started/helloWorld) to see all
96+
- **Hands-On**: Follow our [Hello World](/get-started/helloWorld) to see all
9797
devtools working together

β€Žsrc/get-started/overview/workerpools.mdβ€Ž

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,19 +145,16 @@ secure environments on the iExec network.
145145
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 mb-6">
146146
<div class="flex flex-col gap-4">
147147
<div class="flex items-start gap-3">
148-
<span class="text-xl">πŸš€</span>
149148
<div>
150149
<strong>Start Using:</strong> <a href="/get-started/helloWorld" class="text-blue-700 hover:text-blue-600">Build your first iApp</a> and see workerpools in action
151150
</div>
152151
</div>
153152
<div class="flex items-start gap-3">
154-
<span class="text-xl">βš™οΈ</span>
155153
<div>
156154
<strong>Join as Worker:</strong> <a href="https://discord.com/invite/pbt9m98wnU" target="_blank" class="text-blue-700 hover:text-blue-600">Contact us on Discord</a> for guidance and support
157155
</div>
158156
</div>
159157
<div class="flex items-start gap-3">
160-
<span class="text-xl">🏭</span>
161158
<div>
162159
<strong>Manage Workerpool:</strong> <a href="https://discord.com/invite/pbt9m98wnU" target="_blank" class="text-blue-700 hover:text-blue-600">Contact us on Discord</a> for deployment assistance
163160
</div>

0 commit comments

Comments
Β (0)