diff --git a/.vitepress/sidebar.ts b/.vitepress/sidebar.ts index 8e546a45..a7613525 100644 --- a/.vitepress/sidebar.ts +++ b/.vitepress/sidebar.ts @@ -71,6 +71,10 @@ export function getSidebar() { text: 'RLC Token', link: '/get-started/overview/rlc', }, + { + text: '📖 Glossary', + link: '/get-started/overview/glossary', + }, ], }, { @@ -378,10 +382,6 @@ export function getSidebar() { text: 'iExec SDK', link: '/references/sdk', }, - { - text: '📖 Glossary', - link: '/references/glossary', - }, ], '/protocol/': [ { diff --git a/src/references/glossary.md b/src/get-started/overview/glossary.md similarity index 99% rename from src/references/glossary.md rename to src/get-started/overview/glossary.md index bfdc4ff3..092e05d9 100644 --- a/src/references/glossary.md +++ b/src/get-started/overview/glossary.md @@ -115,7 +115,7 @@ authorized people can enter and where everything inside is protected. ### Explorer (iExec Explorer) -Tracks and displays all transactions occurring on iExec’s 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 diff --git a/src/protocol/proof-of-contribution.md b/src/protocol/proof-of-contribution.md index d0d0ba20..53d62113 100644 --- a/src/protocol/proof-of-contribution.md +++ b/src/protocol/proof-of-contribution.md @@ -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: