Skip to content

Commit 22c15b2

Browse files
committed
docs: update sidebar text for consistency and clarity; add info about xRLC token
1 parent 1dd5853 commit 22c15b2

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

.vitepress/sidebar.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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
],
@@ -233,11 +233,11 @@ export function getSidebar() {
233233
text: 'USE AN iAPP',
234234
items: [
235235
{
236-
text: '📝 Introduction',
236+
text: 'Introduction',
237237
link: '/guides/use-iapp/introduction',
238238
},
239239
{
240-
text: '🚀 Getting Started',
240+
text: 'Getting Started',
241241
link: '/guides/use-iapp/getting-started',
242242
},
243243
{
@@ -576,7 +576,7 @@ export function getSidebar() {
576576
],
577577
},
578578
{
579-
text: '🔧 iExec SDK',
579+
text: 'iExec SDK',
580580
link: '/references/sdk',
581581
},
582582
{

src/get-started/overview/rlc.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ confidential computation requires RLC. Every piece of protected data consumed
1717
requires RLC. Every app execution requires RLC. The more builders use our tools,
1818
the more utility RLC gains in real applications.
1919

20+
::: tip Info
21+
22+
On the iExec sidechain (Bellecour), the RLC token symbol becomes **xRLC**. xRLC is the native token of the Bellecour chain and is used for all transactions and payments on this network.
23+
24+
:::
25+
2026
## 🎯 Why RLC Matters
2127

2228
**Stack adoption = token usage.** When developers build with iExec tools, RLC

0 commit comments

Comments
 (0)