Skip to content

update and fix bug #4194

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Aug 7, 2024
Merged
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ const config = {
id: "product",
path: "product",
routeBasePath: "product",
sidebarPath: require.resolve("./sidebarsProduct.js"),
sidebarPath: require.resolve("./sidebarsCommunity.js"),
remarkPlugins: [remarkMath],
rehypePlugins: [rehypeKatex],
showLastUpdateAuthor: true,
Expand All @@ -562,7 +562,7 @@ const config = {
path: "web-dev",
routeBasePath: "web-dev",
// editUrl: "#",
sidebarPath: require.resolve("./sidebarsWebDev.js"),
sidebarPath: require.resolve("./sidebarsCommunity.js"),
remarkPlugins: [[npm2yarn, { sync: true }], remarkMath, rehypeKatex],
showLastUpdateAuthor: true,
showLastUpdateTime: true,
Expand Down Expand Up @@ -591,7 +591,7 @@ const config = {
path: "dsa-solutions",
routeBasePath: "dsa-solutions",
editUrl: "#",
sidebarPath: require.resolve("./sidebarsDSASolutions.js"),
sidebarPath: require.resolve("./sidebarsCommunity.js"),
remarkPlugins: [remarkMath],
rehypePlugins: [rehypeKatex],
showLastUpdateAuthor: true,
Expand All @@ -605,7 +605,7 @@ const config = {
id: "dsa-problems",
path: "dsa-problems",
routeBasePath: "dsa-problems",
sidebarPath: require.resolve("./sidebarsDSAProblems.js"),
sidebarPath: require.resolve("./sidebarsCommunity.js"),
remarkPlugins: [remarkMath],
rehypePlugins: [rehypeKatex],
showLastUpdateAuthor: true,
Expand Down
Loading
Loading