From 8d6c37e86b597dd48a8c55be211b5d55d62eda1d Mon Sep 17 00:00:00 2001 From: Dr-Electron Date: Fri, 31 May 2024 23:41:28 +0200 Subject: [PATCH] Unify ISC sidebar and header --- docs/build/getting-started/oracles.md | 2 +- docs/build/getting-started/sidebars.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build/getting-started/oracles.md b/docs/build/getting-started/oracles.md index 4b4e89c8760..4d1860fdd80 100644 --- a/docs/build/getting-started/oracles.md +++ b/docs/build/getting-started/oracles.md @@ -41,7 +41,7 @@ multiple data points to validate the information's accuracy. This process ensure contracts is relevant and timely, maintaining the integrity and deterministic nature of the blockchain operations. -## Oracles on IOTA EVM +## Oracle Providers in IOTA Ecosystem ### Pyth diff --git a/docs/build/getting-started/sidebars.ts b/docs/build/getting-started/sidebars.ts index e8efae88c70..d029cf66407 100644 --- a/docs/build/getting-started/sidebars.ts +++ b/docs/build/getting-started/sidebars.ts @@ -132,7 +132,7 @@ module.exports = { href: 'https://explorer.evm.testnet.shimmer.network', }, { - label: 'EVM Testnet Toolkit & Faucet', + label: 'Toolkit & Faucet', type: 'link', href: 'https://evm-toolkit.evm.testnet.shimmer.network/', },