Skip to content

Commit 049f806

Browse files
authored
feat: Copy review from Matthieu (#61)
1 parent 6e65dbc commit 049f806

File tree

23 files changed

+144
-85
lines changed

23 files changed

+144
-85
lines changed

.github/styles/config/vocabularies/Technical/accept.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ presale
173173
presigned
174174
untrusted
175175
dev
176-
cryptocurrecny
176+
cryptocurrency
177177
Unmatching
178178
incentivized
179179
Whitepaper
@@ -190,3 +190,12 @@ chipset
190190
auditable
191191
Composable
192192
Activable
193+
RLC
194+
API
195+
dApp
196+
iApp
197+
IPFS
198+
TEE
199+
SGX
200+
TDX
201+
MCP

.vale.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ md = markdown
1111
[*.md]
1212
BasedOnStyles = Vale, Google
1313
IgnorePatterns = README.md
14+
15+
Google.Acronyms = NO

.vitepress/sidebar.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ export function getSidebar() {
6464
link: '/get-started/overview/protected-data',
6565
},
6666
{
67-
text: 'iApp',
68-
link: '/get-started/overview/iapp',
67+
text: 'Privacy iApp',
68+
link: '/get-started/overview/privacy-iapp',
6969
},
7070
{
7171
text: 'Workerpool',

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,8 @@ please see our [CONTRIBUTING.md](CONTRIBUTING.md) guide.**
171171
- Talk about ENS on Bellecour(it's not supported on arbitrum)
172172
- Talk about encrypting results in use-iapp
173173
- Refactor "advanced" section in build-iapp
174-
- Rework src\get-started\protocol\iexec-doracle.md (transfer to guide or
175-
rewrite)
176174
- Talk about encrypting results in use-iapp (link in outputs, iapp generator...)
177175
- Rework src\get-started\protocol\oracle.md (transfer to guide or rewrite)
178-
- Talk about iApp secret
179176
- Improve Guide in build-iapp section - be more clear for builder ( how to
180177
process process protectedData, clarify input-output guide)
181178
- Add illustration in the different pages

src/assets/rlc/rlc.gif

-7.64 MB
Binary file not shown.

src/assets/rlc/rlc.webp

394 KB
Loading
483 KB
Loading
-1.48 MB
Binary file not shown.
-429 KB
Loading

src/get-started/helloWorld/2-protectData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ bun add @iexec/dataprotector
161161
import { Address, IExecDataProtector } from '@iexec/dataprotector';
162162
```
163163

164-
Create a new instance and call the methods you need
164+
Create a new instance and call the methods you need.
165165

166166
</div>
167167
</div>

0 commit comments

Comments
 (0)