From 0cc6d8920857a2c7710b11d88b513615f42e6e3f Mon Sep 17 00:00:00 2001 From: keinberger Date: Fri, 15 May 2026 10:00:26 +0300 Subject: [PATCH] docs: add bridging tutorial sidebar entry + Bridging DocCard Adds one sidebar entry under Web / TypeScript recipes after react_wallet_tutorial ('builder/tutorials/recipes/web/bridging_with_epoch_tutorial') and a 4th Card to the existing CardGrid on docs/builder/tutorials/index.md titled "Bridging" pointing at ./recipes/web/bridging_with_epoch_tutorial. Pairs with the companion PR in 0xMiden/tutorials that introduces the tutorial content + examples/bridging-app/ reference app. --- docs/builder/tutorials/index.md | 3 +++ sidebars.ts | 1 + 2 files changed, 4 insertions(+) diff --git a/docs/builder/tutorials/index.md b/docs/builder/tutorials/index.md index dc1a45db..9d19467d 100644 --- a/docs/builder/tutorials/index.md +++ b/docs/builder/tutorials/index.md @@ -20,6 +20,9 @@ Hands-on walkthroughs for building on Miden. Every tutorial pairs with runnable Run a Miden node locally or on testnet with `midenup` and the node binary. + + Bridge assets between Miden and EVM chains (Sepolia testnet) with the Epoch protocol intent SDK. + ## Development helpers diff --git a/sidebars.ts b/sidebars.ts index a49f8da5..fe7d157a 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -149,6 +149,7 @@ const sidebars: SidebarsConfig = { "builder/tutorials/recipes/web/unauthenticated_note_how_to", "builder/tutorials/recipes/web/foreign_procedure_invocation_tutorial", "builder/tutorials/recipes/web/react_wallet_tutorial", + "builder/tutorials/recipes/web/bridging_with_epoch_tutorial", ], }, ],