@@ -38,7 +38,8 @@ const config: Config = {
3838 } ,
3939 announcementBar : {
4040 id : "sign_up_for_wallets_ux_unconference" ,
41- content : '<a href="https://w3a.link/community-call" target="_blank">Secure your spot for the next community call! Sign up now →</a>' ,
41+ content :
42+ '<a href="https://w3a.link/community-call" target="_blank">Secure your spot for the next community call! Sign up now →</a>' ,
4243 isCloseable : true ,
4344 } ,
4445 colorMode : {
@@ -158,7 +159,10 @@ const config: Config = {
158159 breadcrumbs : true ,
159160 editUrl : githubEditUrl ,
160161 sidebarPath : require . resolve ( "./sidebars.js" ) ,
161- remarkPlugins : [ remarkMath , [ require ( "@docusaurus/remark-plugin-npm2yarn" ) , { sync : true } ] ] ,
162+ remarkPlugins : [
163+ remarkMath ,
164+ [ require ( "@docusaurus/remark-plugin-npm2yarn" ) , { sync : true } ] ,
165+ ] ,
162166 rehypePlugins : [ [ rehypeKatex , { strict : false } ] ] ,
163167 } ,
164168 theme : {
@@ -171,9 +175,17 @@ const config: Config = {
171175 path : "src/pages" ,
172176 routeBasePath : "/" ,
173177 include : [ "**/**.{js,jsx,ts,tsx,md,mdx}" ] ,
174- exclude : [ "**/_*.{js,jsx,ts,tsx,md,mdx}" , "**/_*/**" , "**/*.test.{js,jsx,ts,tsx}" , "**/__tests__/**" ] ,
178+ exclude : [
179+ "**/_*.{js,jsx,ts,tsx,md,mdx}" ,
180+ "**/_*/**" ,
181+ "**/*.test.{js,jsx,ts,tsx}" ,
182+ "**/__tests__/**" ,
183+ ] ,
175184 mdxPageComponent : "@theme/MDXPage" ,
176- remarkPlugins : [ remarkMath , [ require ( "@docusaurus/remark-plugin-npm2yarn" ) , { sync : true } ] ] ,
185+ remarkPlugins : [
186+ remarkMath ,
187+ [ require ( "@docusaurus/remark-plugin-npm2yarn" ) , { sync : true } ] ,
188+ ] ,
177189 rehypePlugins : [ [ rehypeKatex , { strict : false } ] ] ,
178190 beforeDefaultRemarkPlugins : [ ] ,
179191 beforeDefaultRehypePlugins : [ ] ,
@@ -187,7 +199,10 @@ const config: Config = {
187199 ] ,
188200 plugins : [
189201 path . resolve ( __dirname , "plugins" , "docusaurus-plugin-guides" ) ,
190- [ path . resolve ( __dirname , "plugins" , "docusaurus-plugin-virtual-files" ) , { rootDir : ".integrationBuilderCache" } ] ,
202+ [
203+ path . resolve ( __dirname , "plugins" , "docusaurus-plugin-virtual-files" ) ,
204+ { rootDir : ".integrationBuilderCache" } ,
205+ ] ,
191206 path . resolve ( __dirname , "plugins" , "node-polyfills" ) ,
192207 [
193208 "@docusaurus/plugin-client-redirects" ,
@@ -461,6 +476,14 @@ const config: Config = {
461476 from : "/pnp/features/dapp-share" ,
462477 to : "/features/mfa" ,
463478 } ,
479+ {
480+ from : "/pnp/going-live" ,
481+ to : "/going-live" ,
482+ } ,
483+ {
484+ from : "/core-kit/going-live" ,
485+ to : "/going-live" ,
486+ } ,
464487 {
465488 from : "/auth-provider-setup/federated-identity-providers" ,
466489 to : "/auth-provider-setup/authentication-service-providers" ,
@@ -478,7 +501,12 @@ const config: Config = {
478501 return [ existingPath . replace ( "/pnp/features/whitelabel/" , "/features/whitelabel" ) ] ;
479502 }
480503 if ( existingPath . includes ( "/features/server-side-verification" ) ) {
481- return [ existingPath . replace ( "/pnp/features/server-side-verification/" , "/features/server-side-verification" ) ] ;
504+ return [
505+ existingPath . replace (
506+ "/pnp/features/server-side-verification/" ,
507+ "/features/server-side-verification" ,
508+ ) ,
509+ ] ;
482510 }
483511 if ( existingPath . includes ( "/product/" ) ) {
484512 return [ existingPath . replace ( "/product-fit/" , "/product/" ) ] ;
@@ -487,22 +515,34 @@ const config: Config = {
487515 return [ existingPath . replace ( "/pnp/features/" , "/features/" ) ] ;
488516 }
489517 if ( existingPath . includes ( "/sdk" ) ) {
490- return [ existingPath . replace ( "/sdk" , "/api-reference" ) , existingPath . replace ( "/sdk" , "/sdk-reference" ) ] ;
518+ return [
519+ existingPath . replace ( "/sdk" , "/api-reference" ) ,
520+ existingPath . replace ( "/sdk" , "/sdk-reference" ) ,
521+ ] ;
491522 }
492523 if ( existingPath . includes ( "/sdk" ) ) {
493524 return [
494525 existingPath . replace ( "/migration-guide/" , "/migration-guides/no-modal-v5-to-v6" ) ,
495- existingPath . replace ( "/migration-guide/migrating-to-v6-from-v5" , "/migration-guides/no-modal-v5-to-v6" ) ,
526+ existingPath . replace (
527+ "/migration-guide/migrating-to-v6-from-v5" ,
528+ "/migration-guides/no-modal-v5-to-v6" ,
529+ ) ,
496530 ] ;
497531 }
498532 if ( existingPath . includes ( "/auth-provider-setup" ) ) {
499533 return [ existingPath . replace ( "/auth-provider-setup" , "/custom-authentication" ) ] ;
500534 }
501535 if ( existingPath . includes ( "/sdk/web/no-modal" ) ) {
502- return [ existingPath . replace ( "/sdk/web/no-modal" , "/sdk/web/core" ) , existingPath . replace ( "/sdk/web/no-modal" , "/sdk/web/customloginui" ) ] ;
536+ return [
537+ existingPath . replace ( "/sdk/web/no-modal" , "/sdk/web/core" ) ,
538+ existingPath . replace ( "/sdk/web/no-modal" , "/sdk/web/customloginui" ) ,
539+ ] ;
503540 }
504541 if ( existingPath . includes ( "/sdk/web/modal" ) ) {
505- return [ existingPath . replace ( "/sdk/web/modal" , "/sdk/web/web3auth" ) , existingPath . replace ( "/sdk/web/modal" , "/sdk/web/plugnplay" ) ] ;
542+ return [
543+ existingPath . replace ( "/sdk/web/modal" , "/sdk/web/web3auth" ) ,
544+ existingPath . replace ( "/sdk/web/modal" , "/sdk/web/plugnplay" ) ,
545+ ] ;
506546 }
507547 if ( existingPath . includes ( "/sdk/tkey" ) ) {
508548 return [ existingPath . replace ( "/sdk/tkey" , "/sdk/self-host" ) ] ;
0 commit comments