Skip to content

Commit edcf002

Browse files
authored
Merge pull request #4481 from CodeHarborHub/dev-3
remove DSA content from repo
2 parents 5a9af2d + a941a84 commit edcf002

File tree

1,468 files changed

+24
-291305
lines changed

Some content is hidden

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

1,468 files changed

+24
-291305
lines changed

.github/workflows/lighthouse-report.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ jobs:
4444
http://localhost:3000/docs/category/javascript
4545
http://localhost:3000/courses
4646
http://localhost:3000/courses/category/reactjs
47-
http://localhost:3000/dsa-problems
48-
http://localhost:3000/dsa-problems/category/leetcode-problems
49-
http://localhost:3000/dsa-solutions
50-
http://localhost:3000/dsa-solutions/category/leetcode-solutions
5147
http://localhost:3000/blog
5248
http://localhost:3000/showcase
5349
http://localhost:3000/community

docusaurus.config.js

Lines changed: 20 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ const config = {
176176
{
177177
type: "html",
178178
value: `<div class="dropdown_grid">
179-
<a class="dropbtn" href="/dsa/"> DSA </a>
179+
<a class="dropbtn" href="https://codeharborhub.github.io/dsa/" target="_self"> DSA </a>
180180
<div class="dropdown-content dsa-content ">
181-
<a href="/dsa-problems/" class="nav__icons"> 🧩Problems </a> <br />
182-
<a href="/dsa-solutions/" class="nav__icons "> 💡Solutions </a>
181+
<a href="https://codeharborhub.github.io/dsa/problems/" target="_self" class="nav__icons"> 🧩Problems </a> <br />
182+
<a href="https://codeharborhub.github.io/dsa/solutions/" target="_self" class="nav__icons "> 💡Solutions </a>
183183
</div>
184184
</div>`,
185185
},
@@ -304,11 +304,11 @@ const config = {
304304
},
305305
{
306306
label: "DSA Problems",
307-
to: "/dsa-problems/",
307+
to: "#",
308308
},
309309
{
310310
label: "DSA Solutions",
311-
to: "/dsa-solutions/",
311+
to: "#",
312312
},
313313
],
314314
},
@@ -525,20 +525,20 @@ const config = {
525525
showLastUpdateTime: true,
526526
},
527527
],
528-
[
529-
"@docusaurus/plugin-content-docs",
530-
/** @type {import('@docusaurus/plugin-content-docs').Options} */
531-
{
532-
id: "dsa",
533-
path: "dsa",
534-
routeBasePath: "dsa",
535-
sidebarPath: require.resolve("./sidebarsDSA.js"),
536-
remarkPlugins: [remarkMath],
537-
rehypePlugins: [rehypeKatex],
538-
showLastUpdateAuthor: true,
539-
showLastUpdateTime: true,
540-
},
541-
],
528+
// [
529+
// "@docusaurus/plugin-content-docs",
530+
// /** @type {import('@docusaurus/plugin-content-docs').Options} */
531+
// {
532+
// id: "dsa",
533+
// path: "dsa",
534+
// routeBasePath: "dsa",
535+
// sidebarPath: require.resolve("./sidebarsDSA.js"),
536+
// remarkPlugins: [remarkMath],
537+
// rehypePlugins: [rehypeKatex],
538+
// showLastUpdateAuthor: true,
539+
// showLastUpdateTime: true,
540+
// },
541+
// ],
542542
[
543543
"@docusaurus/plugin-content-docs",
544544
/** @type {import('@docusaurus/plugin-content-docs').Options} */
@@ -568,35 +568,7 @@ const config = {
568568
showLastUpdateTime: true,
569569
},
570570
],
571-
[
572-
"@docusaurus/plugin-content-docs",
573-
/** @type {import('@docusaurus/plugin-content-docs').Options} */
574-
{
575-
id: "dsa-solutions",
576-
path: "dsa-solutions",
577-
routeBasePath: "dsa-solutions",
578-
editUrl: "#",
579-
sidebarPath: require.resolve("./sidebarsCommunity.js"),
580-
remarkPlugins: [remarkMath],
581-
rehypePlugins: [rehypeKatex],
582-
showLastUpdateAuthor: true,
583-
showLastUpdateTime: true,
584-
},
585-
],
586-
[
587-
"@docusaurus/plugin-content-docs",
588-
/** @type {import('@docusaurus/plugin-content-docs').Options} */
589-
{
590-
id: "dsa-problems",
591-
path: "dsa-problems",
592-
routeBasePath: "dsa-problems",
593-
sidebarPath: require.resolve("./sidebarsCommunity.js"),
594-
remarkPlugins: [remarkMath],
595-
rehypePlugins: [rehypeKatex],
596-
showLastUpdateAuthor: true,
597-
showLastUpdateTime: true,
598-
},
599-
],
571+
600572
[
601573
path.join(__dirname, "/plugins/my-plugin"),
602574
{

dsa-problems/gfg-problems/_category_.json

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

0 commit comments

Comments
 (0)