From adbccae062d89f374d37fb188cdec4f3a40d9b90 Mon Sep 17 00:00:00 2001 From: GigaHierz Date: Mon, 20 Jul 2026 16:52:28 +0100 Subject: [PATCH] docs: rename DIA oracle sidebar to "Using DIA", fix randomness links - Set DIA sidebarTitle to "Using DIA" to match other oracle pages - Link Pyth Network randomness to Pyth entropy docs on overview page - Add Randomness sub-item under DIA on overview page Co-Authored-By: Claude Opus 4.8 --- tooling/oracles/dia.mdx | 2 +- tooling/oracles/index.mdx | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/tooling/oracles/dia.mdx b/tooling/oracles/dia.mdx index 29c294275..1fa563938 100644 --- a/tooling/oracles/dia.mdx +++ b/tooling/oracles/dia.mdx @@ -1,7 +1,7 @@ --- title: Using DIA Oracles og:description: Tutorial on how to use DIA Oracles on Celo -sidebarTitle: "DIA" +sidebarTitle: "Using DIA" --- [DIA](https://www.diadata.org) is a cross-chain, trustless oracle network delivering verifiable price feeds for Celo. DIA sources raw trade data directly from primary markets and computes it on-chain, ensuring complete transparency and data integrity. diff --git a/tooling/oracles/index.mdx b/tooling/oracles/index.mdx index ad3e867c3..ba5e79771 100644 --- a/tooling/oracles/index.mdx +++ b/tooling/oracles/index.mdx @@ -16,8 +16,9 @@ Here are lists of all on-chain Oracles: - [Celo Reserve Oracles](/legacy/protocol/stability/oracles) - [Supra](https://supraoracles.com/) - [Pyth Network](https://pyth.network/) - - Randomness + - [Randomness](https://docs.pyth.network/entropy/generate-random-numbers-evm#randomness-providers) - [Witnet](/developer/oracles/wit-oracle) - [Randomness](/developer/oracles/wit-oracle/#how-to-use-witnetrandomness) - [Quex Oracles](/developer/oracles/quex-oracles) -- [DIA Oracles](/tooling/oracles/dia) \ No newline at end of file +- [DIA Oracles](/tooling/oracles/dia) + - [Randomness](/tooling/oracles/dia) \ No newline at end of file