Skip to content

Commit 209b675

Browse files
committed
Merge branch 'feature/iexec-overview' of https://github.com/iExecBlockchainComputing/documentation into feature/iexec-overview
2 parents 215142f + 0b97a12 commit 209b675

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.vitepress/sidebar.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ export function getSidebar() {
6868
link: '/get-started/overview/iapp',
6969
},
7070
{
71-
text: 'Workerpools',
72-
link: '/get-started/overview/workerpools',
71+
text: 'Workerpool',
72+
link: '/get-started/overview/workerpool',
7373
},
7474
{
7575
text: '🪙 RLC Token',

src/get-started/overview/workerpool.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: Workerpools
2+
title: Workerpool
33
description:
4-
Learn about workerpools in iExec - the computing resources that execute iApp
4+
Learn about workerpool in iExec - the computing resources that execute iApp
55
---
66

7-
# Workerpools
7+
# Workerpool
88

99
A **Workerpool** is a group of computing machines (workers) managed by a
1010
**Workerpool Manager** that provides computational resources to execute iApp in
1111
secure environments on the iExec network.
1212

1313
<div class="bg-gradient-to-r from-blue-400/10 to-blue-400/5 rounded-[6px] p-6 border-l-4 border-blue-700 mb-6">
14-
<p class="m-0!">Think of workerpools as <span class="text-blue-700 font-semibold">computing clusters</span> where your iApp run. Each workerpool consists of multiple workers (machines) coordinated by a manager who ensures tasks are executed efficiently and securely.</p>
14+
<p class="m-0!">Think of a workerpool as a <span class="text-blue-700 font-semibold">computing cluster</span> where your iApp runs. Each workerpool consists of multiple workers (machines) coordinated by a manager who ensures tasks are executed efficiently and securely.</p>
1515
</div>
1616

1717
## Key Concepts
@@ -97,7 +97,7 @@ secure environments on the iExec network.
9797
</div>
9898
</div>
9999

100-
## How Workerpools Work
100+
## How Workerpool Work
101101

102102
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 mb-6">
103103
<div class="flex flex-col gap-4">
@@ -137,7 +137,7 @@ secure environments on the iExec network.
137137
## Getting Started
138138

139139
<div class="bg-gradient-to-r from-green-400/10 to-green-400/5 rounded-[6px] p-6 border-l-4 border-green-600 mb-6">
140-
<p class="m-0!">Want to <span class="text-green-700 font-semibold">use workerpools</span>? Start building iApp and the protocol will handle workerpool selection automatically. Want to <span class="text-green-700 font-semibold">operate a workerpool</span>? Check our deployment guides.</p>
140+
<p class="m-0!">Want to <span class="text-green-700 font-semibold">use workerpool</span>? Start building iApp and the protocol will handle workerpool selection automatically.</p>
141141
</div>
142142

143143
## Next Steps
@@ -146,7 +146,7 @@ secure environments on the iExec network.
146146
<div class="flex flex-col gap-4">
147147
<div class="flex items-start gap-3">
148148
<div>
149-
<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
149+
<strong>Start Using:</strong> <a href="/get-started/helloWorld" class="text-blue-700 hover:text-blue-600">Build your first iApp</a> and see a workerpool in action
150150
</div>
151151
</div>
152152
<div class="flex items-start gap-3">

0 commit comments

Comments
 (0)