Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .vitepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ export function getSidebar() {
text: 'RLC Token',
link: '/get-started/overview/rlc',
},
{
text: '📖 Glossary',
link: '/get-started/overview/glossary',
},
],
},
{
Expand Down Expand Up @@ -378,10 +382,6 @@ export function getSidebar() {
text: 'iExec SDK',
link: '/references/sdk',
},
{
text: '📖 Glossary',
link: '/references/glossary',
},
],
'/protocol/': [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ authorized people can enter and where everything inside is protected.

### Explorer (iExec Explorer)

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

### ERC-20
Expand Down
3 changes: 2 additions & 1 deletion src/protocol/proof-of-contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ consensus on a given result. Two blog articles detail its logic:

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

Below are the details of the implementations:

Expand Down