From 3277cf6e8e8694ed085349ddaee09b6b148f1f0b Mon Sep 17 00:00:00 2001 From: saminacodes Date: Tue, 20 May 2025 17:44:56 +0000 Subject: [PATCH] [Docs] Fixed broken links (#7091) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CORE-0000 --- ## PR-Codex overview This PR primarily focuses on updating references from "backend wallets" to "server wallets" across various files and adding a new `ArticleCardIndex` component in the `page.tsx` file. ### Detailed summary - In `sidebar.tsx`, updated `href` for the "Overview" link. - Added a new `ArticleCardIndex` for "Universal Bridge" in `page.tsx`. - Changed text from "backend wallets" to "server wallets" in `page.mdx`. - Updated link in `engine-overview.tsx` to point to server wallet documentation. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` --- .../[engineId]/overview/components/engine-overview.tsx | 4 ++-- apps/portal/src/app/engine/v2/get-started/page.mdx | 8 +++++--- apps/portal/src/app/page.tsx | 6 ++++++ apps/portal/src/app/pay/sidebar.tsx | 2 +- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/engine/dedicated/(instance)/[engineId]/overview/components/engine-overview.tsx b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/engine/dedicated/(instance)/[engineId]/overview/components/engine-overview.tsx index 3a57117e23f..8b4f7fa4b5b 100644 --- a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/engine/dedicated/(instance)/[engineId]/overview/components/engine-overview.tsx +++ b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/engine/dedicated/(instance)/[engineId]/overview/components/engine-overview.tsx @@ -95,12 +95,12 @@ function BackendWalletsSection(props: { {" "} tab, or{" "} - learn more about backend wallets. + learn more about server wallets.

diff --git a/apps/portal/src/app/engine/v2/get-started/page.mdx b/apps/portal/src/app/engine/v2/get-started/page.mdx index 27d3f5c6315..6649add9047 100644 --- a/apps/portal/src/app/engine/v2/get-started/page.mdx +++ b/apps/portal/src/app/engine/v2/get-started/page.mdx @@ -96,10 +96,12 @@ Learn more about [admins](/engine/v2/features/admins) and [access tokens](/engin **Backend wallet** are your wallets managed by Engine. Engine will send blockchain transactions from these wallets. - Configure how to back up wallets. -- Create or import a backend wallet. -- Specify the backend wallet to use when calling the Engine API. -[Learn more about backend wallets.](/engine/v2/features/backend-wallets) + - Create or import a server wallet. + - Specify the server wallet to use when calling the Engine API. + + +[Learn more about server wallets.](/engine/v2/configure-wallets/server-wallet) ## Interact with the blockchain diff --git a/apps/portal/src/app/page.tsx b/apps/portal/src/app/page.tsx index 2786b568ee6..15977e5051a 100644 --- a/apps/portal/src/app/page.tsx +++ b/apps/portal/src/app/page.tsx @@ -154,6 +154,12 @@ function LearningResourcesSection() { description="Wallets, auth, and onchain interactions" icon={ConnectIcon} /> + , }, {