From 588a5975270be61f3733b55fbda91c64d605e563 Mon Sep 17 00:00:00 2001 From: wbnns Date: Wed, 7 May 2025 00:12:43 +0000 Subject: [PATCH 1/2] docs(sidebar): Fix links --- apps/base-docs/sidebar.ts | 30 +++++++----------------------- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/apps/base-docs/sidebar.ts b/apps/base-docs/sidebar.ts index 49b7b4e2b26..b3328b7c5b0 100644 --- a/apps/base-docs/sidebar.ts +++ b/apps/base-docs/sidebar.ts @@ -1030,6 +1030,11 @@ export const sidebar: Sidebar = [ collapsed: true, items: [ { text: 'Adding tokens to Coinbase Wallet', link: '/chain/wallet' }, + { + text: 'How to avoid getting your app flagged as malicious', + link: '/chain/app-blocklist', + }, + { text: 'Report a Vulnerability', link: '/chain/report' }, { text: 'Using Base', link: '/chain/using-base' }, { text: 'Why Base?', link: '/chain/why-base' }, ], @@ -1047,7 +1052,6 @@ export const sidebar: Sidebar = [ link: '/chain/differences-between-ethereum-and-base', }, { text: 'Fees', link: '/chain/fees' }, - { text: 'Chain Stats ↗', link: 'https://www.base.org/stats' }, { text: 'Status Page ↗', link: 'https://status.base.org' }, ], @@ -1060,31 +1064,11 @@ export const sidebar: Sidebar = [ { text: 'Performance Tuning', link: '/chain/node-performance' }, { text: 'Snapshots', link: '/chain/node-snapshots' }, { text: 'Troubleshooting', link: '/chain/node-troubleshooting' }, - { text: 'Run a Base Node', link: '/chain/run-a-base-node' }, - { text: 'Bridge an L1 Token to Base', link: '/chain/bridge-an-l1-token-to-base' }, - { text: 'Adding tokens to Coinbase Wallet', link: '/chain/wallet' }, - { text: 'Report a Vulnerability', link: '/chain/report' }, - { - text: 'How to avoid getting your app flagged as malicious', - link: '/chain/app-blocklist', - }, - { - text: 'Decentralizing Base with Optimism↗', - link: 'https://base.mirror.xyz/H_KPwV31M7OJT-THUnU7wYjOF16Sy7aWvaEr5cgHi8I', - }, ], }, { - text: 'Security', - collapsed: true, - items: [ - { text: 'Bug Bounty', link: '/chain/security/bounty' }, - { - text: 'How to avoid getting your app flagged as malicious', - link: '/chain/security/app-blocklist', - }, - { text: 'Report a Vulnerability', link: '/chain/security/report' }, - ], + text: 'Security Council', + link: '/chain/security-council', }, { text: 'Tools', From d9c66539e800d266ffe96f0b425e086220257239 Mon Sep 17 00:00:00 2001 From: wbnns Date: Wed, 7 May 2025 00:20:56 +0000 Subject: [PATCH 2/2] docs(redirect): Point tutorial page to docs homepage (no longer exists) --- apps/base-docs/docs/public/serve.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/base-docs/docs/public/serve.json b/apps/base-docs/docs/public/serve.json index 7652edd2491..de5e9a166e1 100644 --- a/apps/base-docs/docs/public/serve.json +++ b/apps/base-docs/docs/public/serve.json @@ -6,6 +6,10 @@ } ], "redirects": [ + { + "source": "/tutorials", + "destination": "/" + }, { "source": "/docs/network-information", "destination": "/chain/network-information"