Skip to content

Commit 8b3da36

Browse files
docs(navigation): move glossary to iExec overview section
- Moved glossary.md from references to get-started/overview directory - Updated sidebar to add glossary as last item in iExec OVERVIEW section - Updated internal link in proof-of-contribution.md to new location
1 parent 2623c09 commit 8b3da36

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.vitepress/sidebar.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ export function getSidebar() {
7171
text: 'RLC Token',
7272
link: '/get-started/overview/rlc',
7373
},
74+
{
75+
text: '📖 Glossary',
76+
link: '/get-started/overview/glossary',
77+
},
7478
],
7579
},
7680
{
@@ -378,10 +382,6 @@ export function getSidebar() {
378382
text: 'iExec SDK',
379383
link: '/references/sdk',
380384
},
381-
{
382-
text: '📖 Glossary',
383-
link: '/references/glossary',
384-
},
385385
],
386386
'/protocol/': [
387387
{
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ authorized people can enter and where everything inside is protected.
115115

116116
### Explorer (iExec Explorer)
117117

118-
Tracks and displays all transactions occurring on iExecs platform. It provides
118+
Tracks and displays all transactions occurring on iExec's platform. It provides
119119
detailed information on the latest deals, tasks, apps, and datasets deployed.
120120

121121
### ERC-20
@@ -450,3 +450,4 @@ mainchain.
450450

451451
See [Sidechain](#sidechain), [Bellecour Sidechain](#bellecour-sidechain) or
452452
[Minting](#minting) for more information.
453+

src/protocol/proof-of-contribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ consensus on a given result. Two blog articles detail its logic:
7575

7676
The
7777
[nominal workflow](https://github.com/iExecBlockchainComputing/iexec-doc/raw/master/techreport/nominalworkflow-ODB.png)
78-
is also available in the [technical report section](/references/glossary)
78+
is also available in the [technical report section](/get-started/overview/glossary)
7979

8080
Below are the details of the implementations:
8181

0 commit comments

Comments
 (0)