From 8c317cac2dca0266ad1b19afe3caea4205263028 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Blanchemain?= Date: Wed, 18 Dec 2024 10:21:30 -0800 Subject: [PATCH] feat: add article to tmp location --- website/sidebars.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/sidebars.js b/website/sidebars.js index b77f15bcc..7212ed06f 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -54,6 +54,11 @@ const sidebars = { label: 'Cross-chain messaging', id: 'build-decentralized-apps/cross-chain-messaging', }, + { + type: 'doc', + label: 'Using Timeboost', + id: 'build-decentralized-apps/how-to-use-timeboost', + }, { type: 'category', label: 'Arbitrum vs Ethereum',