Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
khadni committed Jan 9, 2025
1 parent 37d0004 commit 3ff1ebb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/config/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,12 +321,13 @@ export const SIDEBAR: Partial<Record<Sections, SectionEntry[]>> = {
],
},
{
title: "Verify report data",
title: "Verify report data (EVM)",
url: "data-streams/tutorials/streams-direct/evm-onchain-report-verification",
highlightAsCurrent: [
"data-streams/tutorials/streams-direct/solana-onchain-report-verification",
"data-streams/tutorials/streams-direct/solana-offchain-report-verification",
],
},
{
title: "Verify report data (Solana)",
url: "data-streams/tutorials/streams-direct/solana-onchain-report-verification",
highlightAsCurrent: ["data-streams/tutorials/streams-direct/solana-offchain-report-verification"],
},
],
},
Expand Down

0 comments on commit 3ff1ebb

Please sign in to comment.