From c43077ef077ca18616b99b33877dfba2528b2712 Mon Sep 17 00:00:00 2001 From: Pat Date: Fri, 31 Jan 2025 14:06:23 -0500 Subject: [PATCH] Update sidebar to include Why Base (#1685) * add why base guide to docs site * add Why Base to sidebar --- apps/base-docs/docs/using-base.md | 2 +- apps/base-docs/sidebars.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/base-docs/docs/using-base.md b/apps/base-docs/docs/using-base.md index 398805aefc..fb159418eb 100644 --- a/apps/base-docs/docs/using-base.md +++ b/apps/base-docs/docs/using-base.md @@ -1,6 +1,6 @@ --- title: Using Base -sidebar_position: 1 +sidebar_position: 2 slug: /using-base description: 'How to integrate Base with popular wallets like Coinbase Wallet and MetaMask, covering both mainnet and testnet configurations.' keywords: diff --git a/apps/base-docs/sidebars.js b/apps/base-docs/sidebars.js index a812c4b7d4..3562cde307 100644 --- a/apps/base-docs/sidebars.js +++ b/apps/base-docs/sidebars.js @@ -1,5 +1,6 @@ module.exports = { developers: [ + ['why-base'], ['overview'], ['using-base'], {