Conversation
Signed-off-by: m4sterbunny <harrie.bickle-ext@consensys.net>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
The "Get started" appears to be the landing page when we select the product. Is this intentional? |
|
@bgravenorst yes deliberate-- was prioritizing shortest path so put user on the get started page |
It's inconsistent with the other products. And I think we should land on the intro topics. Perhaps a solution would be to have links to "About" and "Get started" on the landing page cards? (Something to consider in the future)
But anyone going Via the Products menu should go to the intro page. |
embedded-wallets/README.mdx
Outdated
| ### Step 1: Create a developer account | ||
|
|
||
| :::note | ||
| Sign up at the Embedded Wallets dashboard: [dashboard.web3auth.io](https://dashboard.web3auth.io/). The basic plan |
There was a problem hiding this comment.
Can we add the link on "Embedded Wallets dashboard"?
There was a problem hiding this comment.
- Yes, I like the card having the option to learn more or just get started.
- Putting the dashboard url into visibility was deliberate/for discussion: because there's still a disconnect between the new and old brands, I thought that may save us from yet another admonition stating that web3auth is still in the code/dash. I guess it jarred you?! It's the only instance, all others are links from "[Embedded Wallets dashboard]"
|
Notice that the "Choose your platform" nav could be considered redundant if the Get Started is the primary path (and is search friendly). Either it can go, or rather than being an abstraction like so: There could be pages offering the Get started and the Quickstart paths (for those that have quickstarts):
|

Description
Proposes simpler user journey (landing on a 3 step get started)
Issue(s) fixed
Fixes #2717
Preview
Checklist
External contributor checklist
Note
Medium Risk
Medium risk because it changes doc IA/sidebars and introduces redirects, which can break deep links or navigation if any IDs/paths are misconfigured; no runtime or security-sensitive code changes.
Overview
Refactors the Embedded Wallets docs landing experience:
embedded-wallets/README.mdxis repositioned as About (SEO metadata updated) and now includes the previously separate “how it works” architecture/infrastructure overview content, while the old tile-based “Get started” section is moved out.Adds a new
embedded-wallets/get-started.mdx3-step Get started page (account creation, platform selection tiles, app configuration) and updates internal references (for examplefeatures/mpc.mdxandinfrastructure/README.mdx) to point to the new/merged overview location.Restructures navigation:
ew-sidebar.jsnow showsAboutandGet Started, collapses “Choose your platform”, and moves Dashboard docs into a dedicateddashboardsidebar section; the top subnav (SubNavBar/configs.ts) swaps the external dashboard link for an internal/embedded-wallets/dashboard/entry. Adds a Vercel redirect from/embedded-wallets/how-it-works/to/embedded-wallets/.Written by Cursor Bugbot for commit 1445b74. This will update automatically on new commits. Configure here.