Skip to content

Commit 5952619

Browse files
authored
Merge pull request #4194 from CodeHarborHub/dev-3
update and fix bug
2 parents 64f02bf + 0512e06 commit 5952619

File tree

16 files changed

+2092
-2152
lines changed

16 files changed

+2092
-2152
lines changed

docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ const config = {
546546
id: "product",
547547
path: "product",
548548
routeBasePath: "product",
549-
sidebarPath: require.resolve("./sidebarsProduct.js"),
549+
sidebarPath: require.resolve("./sidebarsCommunity.js"),
550550
remarkPlugins: [remarkMath],
551551
rehypePlugins: [rehypeKatex],
552552
showLastUpdateAuthor: true,
@@ -562,7 +562,7 @@ const config = {
562562
path: "web-dev",
563563
routeBasePath: "web-dev",
564564
// editUrl: "#",
565-
sidebarPath: require.resolve("./sidebarsWebDev.js"),
565+
sidebarPath: require.resolve("./sidebarsCommunity.js"),
566566
remarkPlugins: [[npm2yarn, { sync: true }], remarkMath, rehypeKatex],
567567
showLastUpdateAuthor: true,
568568
showLastUpdateTime: true,
@@ -591,7 +591,7 @@ const config = {
591591
path: "dsa-solutions",
592592
routeBasePath: "dsa-solutions",
593593
editUrl: "#",
594-
sidebarPath: require.resolve("./sidebarsDSASolutions.js"),
594+
sidebarPath: require.resolve("./sidebarsCommunity.js"),
595595
remarkPlugins: [remarkMath],
596596
rehypePlugins: [rehypeKatex],
597597
showLastUpdateAuthor: true,
@@ -605,7 +605,7 @@ const config = {
605605
id: "dsa-problems",
606606
path: "dsa-problems",
607607
routeBasePath: "dsa-problems",
608-
sidebarPath: require.resolve("./sidebarsDSAProblems.js"),
608+
sidebarPath: require.resolve("./sidebarsCommunity.js"),
609609
remarkPlugins: [remarkMath],
610610
rehypePlugins: [rehypeKatex],
611611
showLastUpdateAuthor: true,

0 commit comments

Comments
 (0)