@@ -6,74 +6,74 @@ const staticSidebarLinks: SidebarLink[] = [
66 isCollapsible : false ,
77 links : [
88 {
9- href : "/connect /sign-in/button" ,
9+ href : "/wallets /sign-in/button" ,
1010 name : "ConnectButton" ,
1111 } ,
1212 {
13- href : "/connect /sign-in/embed" ,
13+ href : "/wallets /sign-in/embed" ,
1414 name : "ConnectEmbed" ,
1515 } ,
1616 {
17- href : "/connect /sign-in/headless" ,
17+ href : "/wallets /sign-in/headless" ,
1818 name : "Headless Connect" ,
1919 } ,
2020 {
21- href : "/connect /in-app-wallet" ,
21+ href : "/wallets /in-app-wallet" ,
2222 name : "In-App Wallets" ,
2323 } ,
2424 {
25- href : "/connect /in-app-wallet/ecosystem" ,
25+ href : "/wallets /in-app-wallet/ecosystem" ,
2626 name : "Ecosystem Wallets" ,
2727 } ,
2828 {
29- href : "/connect /account-abstraction/sponsor" ,
29+ href : "/wallets /account-abstraction/sponsor" ,
3030 name : "EIP-4337" ,
3131 } ,
3232 {
33- href : "/connect /account-abstraction/7702" ,
33+ href : "/wallets /account-abstraction/7702" ,
3434 name : "EIP-7702" ,
3535 } ,
3636 {
37- href : "/connect /account-abstraction/5792" ,
37+ href : "/wallets /account-abstraction/5792" ,
3838 name : "EIP-5792" ,
3939 } ,
4040 {
41- href : "/connect /account-abstraction/native-aa" ,
41+ href : "/wallets /account-abstraction/native-aa" ,
4242 name : "Native AA (zkSync)" ,
4343 } ,
4444 {
45- href : "/connect /auth" ,
45+ href : "/wallets /auth" ,
4646 name : "Auth" ,
4747 } ,
4848 {
49- href : "/connect /social" ,
49+ href : "/wallets /social" ,
5050 name : "Social" ,
5151 } ,
5252 {
53- href : "/connect /blockchain-api" ,
53+ href : "/wallets /blockchain-api" ,
5454 name : "Blockchain API" ,
5555 } ,
5656 {
5757 expanded : false ,
5858 links : [
5959 {
60- href : "/connect/ui " ,
60+ href : "/wallets/headless/account-components " ,
6161 name : "Account" ,
6262 } ,
6363 {
64- href : "/connect/ui /nft" ,
64+ href : "/wallets/headless /nft-components " ,
6565 name : "NFT" ,
6666 } ,
6767 {
68- href : "/connect/ui /token" ,
68+ href : "/wallets/headless /token-components " ,
6969 name : "Token" ,
7070 } ,
7171 {
72- href : "/connect/ui /chain" ,
72+ href : "/wallets/headless /chain-components " ,
7373 name : "Chain" ,
7474 } ,
7575 {
76- href : "/connect/ui /wallet" ,
76+ href : "/wallets/headless /wallet-components " ,
7777 name : "Wallet" ,
7878 } ,
7979 ] ,
@@ -89,23 +89,23 @@ const universalBridgeSidebarLinks: SidebarLink = {
8989 isCollapsible : false ,
9090 links : [
9191 {
92- href : "/connect/pay " ,
92+ href : "/payments/ui-components " ,
9393 name : "UI Component" ,
9494 } ,
9595 {
96- href : "/connect/pay /fund-wallet" ,
96+ href : "/payments /fund-wallet" ,
9797 name : "Buy Crypto" ,
9898 } ,
9999 {
100- href : "/connect/pay /commerce" ,
100+ href : "/payments /commerce" ,
101101 name : "Checkout" ,
102102 } ,
103103 {
104- href : "/connect/pay /transactions" ,
104+ href : "/payments /transactions" ,
105105 name : "Transactions" ,
106106 } ,
107107 {
108- href : "/connect/pay /backend" ,
108+ href : "/payments /backend" ,
109109 name : "Backend API" ,
110110 } ,
111111 ] ,
@@ -117,15 +117,15 @@ const engineSidebarLinks: SidebarLink = {
117117 isCollapsible : false ,
118118 links : [
119119 {
120- href : "/engine /airdrop" ,
120+ href : "/transactions /airdrop-tokens " ,
121121 name : "Airdrop" ,
122122 } ,
123123 {
124- href : "/engine/minting " ,
124+ href : "/transactions/mint-tokens " ,
125125 name : "Mint NFTs" ,
126126 } ,
127127 {
128- href : "/engine /webhooks" ,
128+ href : "/transactions /webhooks" ,
129129 name : "Webhooks" ,
130130 } ,
131131 ] ,
0 commit comments