Skip to content

Commit 457e2c4

Browse files
authored
Merge pull request #5069 from codeharborhub/dev-6
Few Updates
2 parents 07e8713 + b6fab76 commit 457e2c4

80 files changed

Lines changed: 59770 additions & 3815 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

courses/index.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -613,9 +613,9 @@ const config = {
613613
"@docusaurus/plugin-content-docs",
614614
/** @type {import('@docusaurus/plugin-content-docs').Options} */
615615
{
616-
id: "projects",
617-
path: "projects",
618-
routeBasePath: "projects",
616+
id: "project",
617+
path: "project",
618+
routeBasePath: "project",
619619
// editUrl: "#",
620620
sidebarPath: require.resolve("./sidebarsCommunity.js"),
621621
remarkPlugins: [[npm2yarn, { sync: true }], remarkMath, rehypeKatex],

package-lock.json

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"raw-loader": "^4.0.2",
7272
"react": "^18.0.0",
7373
"react-dom": "^18.0.0",
74-
"react-icons": "^5.2.1",
74+
"react-icons": "^5.7.0",
7575
"react-lite-youtube-embed": "^3.3.3",
7676
"react-medium-image-zoom": "^5.4.0",
7777
"react-phone-input-2": "^2.15.1",

0 commit comments

Comments
 (0)