Skip to content

Commit 516b503

Browse files
committed
docs: Standardize headings by removing emojis for clarity across documentation
1 parent 69b460a commit 516b503

File tree

16 files changed

+22
-22
lines changed

16 files changed

+22
-22
lines changed

src/get-started/develop-with-ai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description:
55
privacy-first applications with iExec
66
---
77

8-
# 🤖 Develop with AI
8+
# Develop with AI
99

1010
AI tools accelerate building privacy-first applications with iExec using
1111
AI-powered development tools. This guide covers how to effectively use AI

src/get-started/overview/rlc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ All stakeholders earn RLC when people use their contributions.
3939
More developers using iExec's privacy tools means more RLC utility in real
4040
dApps. iExec builds actionable privacy, not just protocols.
4141

42-
## 💰 Transparent Payment Flow
42+
## Transparent Payment Flow
4343

4444
When you pay for a task execution with RLC, your payment is automatically and
4545
transparently distributed to all iExec protocol participants:
@@ -93,7 +93,7 @@ ecosystem requires RLC:
9393
- Confidential computations need RLC for execution
9494
- Staking mechanisms lock RLC, reducing circulating supply
9595

96-
## 🔄 Getting RLC
96+
## Getting RLC
9797

9898
You can acquire RLC tokens through several methods:
9999

src/get-started/tooling-and-explorers/bridge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ RLC tokens between Ethereum and Arbitrum mainnet in both directions.
7777
link-url="https://stargate.finance/bridge"
7878
/>
7979

80-
## 🔄 Bellecour Bridge
80+
## Bellecour Bridge
8181

8282
The **Bellecour Bridge** enables seamless transfer of RLC tokens between
8383
Ethereum mainnet and the Bellecour sidechain in both directions. When bridged to

src/get-started/tooling-and-explorers/faucet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description:
55
workerpools, and protected datasets without spending real tokens.
66
---
77

8-
# 🚰 RLC Faucet
8+
# RLC Faucet
99

1010
Get free RLC tokens on **Arbitrum Sepolia testnet** to test your iApps, pay for
1111
workerpool executions, and access protected datasets without spending real
@@ -34,7 +34,7 @@ To be eligible for RLC claims, builders must meet these criteria:
3434
distribution)
3535
- **One claim per 24 hours** per authenticated account
3636

37-
## 💰 Claim Details
37+
## Claim Details
3838

3939
<UseCaseCard
4040
title="🚰 iExec RLC Faucet"

src/guides/build-iapp/advanced/result-callback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ const taskId = await iexec.order.matchOrders({
154154
});
155155
```
156156

157-
## 🔄 Other use cases
157+
## Other use cases
158158

159159
| Use Case | Description |
160160
| -------------------- | ---------------------------------------- |

src/guides/build-iapp/debugging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description:
44
Troubleshoot and optimize your iApp execution in the TEE environment
55
---
66

7-
# 🐛 Debugging
7+
# Debugging
88

99
**When your iApp doesn't work as expected, debugging in the TEE environment
1010
requires specific techniques.** This guide helps you identify issues and
@@ -99,7 +99,7 @@ iexec task show <taskId> --download
9999
- **Cause**: Loading large files, memory leaks, TEE constraints
100100
- **Solution**: Process data in chunks, use streaming, optimize memory usage
101101

102-
### 📁 **Input/Output Problems**
102+
### **Input/Output Problems**
103103

104104
- **Cause**: Wrong file paths, missing `computed.json`
105105
- **Solution**: Always create `computed.json`, verify environment variables

src/guides/build-iapp/inputs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description:
55
environment
66
---
77

8-
# 📥 Inputs
8+
# Inputs
99

1010
**Your iApp runs inside a secure TEE environment with access to different types
1111
of inputs.** Understanding what data you can access, how to access it, and when

src/guides/build-iapp/outputs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description:
55
environment
66
---
77

8-
# 📤 Outputs
8+
# Outputs
99

1010
**Your iApp must generate outputs that users can retrieve and decrypt.**
1111
Understanding how to structure your outputs, create the required metadata, and

src/guides/use-iapp/how-to-pay-executions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description:
44
Learn about payment methods, pricing, and cost management for iApp executions
55
---
66

7-
# 💰 How to Pay for iApp Executions
7+
# How to Pay for iApp Executions
88

99
Understanding how to pay for iApp executions is crucial for using the iExec
1010
network effectively. This guide covers all payment methods, pricing structures,

src/guides/use-iapp/run-iapp-with-ProtectedData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description:
55
files using the DataProtector toolkit for secure data processing
66
---
77

8-
# 📥 Run iApp with a ProtectedData
8+
# Run iApp with a ProtectedData
99

1010
When running an iApp, you can use multiple types of inputs. While ProtectedData
1111
is not mandatory to run an iApp, it's a powerful input type that allows you to

0 commit comments

Comments
 (0)