File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -558,6 +558,7 @@ const config: Config = {
558558 if (
559559 existingPath . includes ( "/sdk/" ) ||
560560 existingPath . includes ( "/sdk/sfa/sfa-js/" ) ||
561+ existingPath . includes ( "/sdk/mpc-core-kit/mpc-core-kit-js/" ) ||
561562 existingPath . includes ( "/guides/" ) ||
562563 existingPath . includes ( "/features/" ) ||
563564 existingPath . includes ( "/product/" )
@@ -566,6 +567,10 @@ const config: Config = {
566567 existingPath . replace ( "/sdk" , "/api-reference" ) ,
567568 existingPath . replace ( "/sdk" , "/sdk-reference" ) ,
568569 existingPath . replace ( "/sdk/sfa/sfa-js/" , "/sdk/sfa/sfa-web/" ) ,
570+ existingPath . replace (
571+ "/sdk/mpc-core-kit/mpc-core-kit-js/" ,
572+ "/sdk/core-kit/mpc-core-kit/" ,
573+ ) ,
569574 existingPath . replace ( "/guides/" , "/content-hub/guides/" ) ,
570575 existingPath . replace ( "/sdk/pnp/web/providers/" , "/sdk/providers/" ) ,
571576 existingPath . replace ( "/sdk/pnp/web/wallet-services/" , "/sdk/wallet-services/" ) ,
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ function sfaTopNavButton(selectedSDK: string): string {
9898 v${ sdkVersion }
9999 </div>
100100 </div>
101- <a class="sdk-sidebar-option" href="${ baseUrl } sdk/mpc-core-kit">
101+ <a class="sdk-sidebar-option" href="${ baseUrl } sdk/mpc-core-kit/mpc-core-kit-js ">
102102 MPC Core Kit SDK
103103 <span class="sdk-sidebar-description">Build your own MPC wallet with Web3Auth Infra layer SDK</span>
104104 </a>
You can’t perform that action at this time.
0 commit comments