Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
yashovardhan committed Dec 12, 2024
1 parent 54a1bec commit 8217cb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ const config: Config = {
if (
existingPath.includes("/sdk/") ||
existingPath.includes("/sdk/sfa/sfa-js/") ||
existingPath.includes("/sdk/mpc-core-kit/mpc-core-kit-js/") ||
existingPath.includes("/guides/") ||
existingPath.includes("/features/") ||
existingPath.includes("/product/")
Expand All @@ -566,6 +567,10 @@ const config: Config = {
existingPath.replace("/sdk", "/api-reference"),
existingPath.replace("/sdk", "/sdk-reference"),
existingPath.replace("/sdk/sfa/sfa-js/", "/sdk/sfa/sfa-web/"),
existingPath.replace(
"/sdk/mpc-core-kit/mpc-core-kit-js/",
"/sdk/core-kit/mpc-core-kit/",
),
existingPath.replace("/guides/", "/content-hub/guides/"),
existingPath.replace("/sdk/pnp/web/providers/", "/sdk/providers/"),
existingPath.replace("/sdk/pnp/web/wallet-services/", "/sdk/wallet-services/"),
Expand Down
2 changes: 1 addition & 1 deletion sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function sfaTopNavButton(selectedSDK: string): string {
v${sdkVersion}
</div>
</div>
<a class="sdk-sidebar-option" href="${baseUrl}sdk/mpc-core-kit">
<a class="sdk-sidebar-option" href="${baseUrl}sdk/mpc-core-kit/mpc-core-kit-js">
MPC Core Kit SDK
<span class="sdk-sidebar-description">Build your own MPC wallet with Web3Auth Infra layer SDK</span>
</a>
Expand Down

0 comments on commit 8217cb1

Please sign in to comment.