Skip to content
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

Added DSA files and List in Sidebar #89

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions config/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,63 @@ export const docsConfig: DocsConfig = {
}
],
},

{
title:"DSA in Javascript",
items: [
{
title: "Loops",
href: "/batch/dsa/loops",
},
{
title: "Time Complexity",
href: "/batch/dsa/time-complexity",
},
{
title: "Array",
href: "/batch/dsa/array",
},
{
title: "Polyfills",
href: "/batch/dsa/polyfills",
},
{
title: "String",
href: "/batch/dsa/string",
},
{
title: "Recursion",
href: "/batch/dsa/recursion",
},
{
title: "Linear & Binary Search",
href: "/batch/dsa/search",
},
{
title: "Objects",
href: "/batch/dsa/objects",
},
{
title: "Sorting",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorting Part 1 or Basic Sorting
Sorting Part 2 or Advance Sorting

We have two sorting vidoes

href: "/batch/dsa/sorting",
},
{
title: "Set and Map",
href: "/batch/dsa/set-map",
},{
title: "Linked List",
href: "/batch/dsa/linked-list",
},
{
title: "Stack",
href: "/batch/dsa/stack",
},
{
title: "Queue",
href: "/batch/dsa/queue",
},
],
},
{
title: "Build Batch",
items: [
Expand Down
10 changes: 10 additions & 0 deletions content/batch/dsa/array.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Arrays
description: Learn Arrays in JavaScript
---

<Callout>

Want to improve this page?. Raise a issue on [@github](https://github.com/ManishBisht777/frontend-freaks-website).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have to link FrontendFreaks GitHub Repo, Not manish repo

Fix this for all files


</Callout>
10 changes: 10 additions & 0 deletions content/batch/dsa/linked-list.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Linked List
description: Learn Linked List in JavaScript
---

<Callout>

Want to improve this page?. Raise a issue on [@github](https://github.com/ManishBisht777/frontend-freaks-website).

</Callout>
10 changes: 10 additions & 0 deletions content/batch/dsa/loops.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Loops
description: Learn Loops in JavaScript
---

<Callout>

Want to improve this page?. Raise a issue on [@github](https://github.com/ManishBisht777/frontend-freaks-website).

</Callout>
10 changes: 10 additions & 0 deletions content/batch/dsa/objects.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Objects
description: Learn Objects in JavaScript
---

<Callout>

Want to improve this page?. Raise a issue on [@github](https://github.com/ManishBisht777/frontend-freaks-website).

</Callout>
10 changes: 10 additions & 0 deletions content/batch/dsa/polyfills.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Polyfills
description: Learn Polyfills in JavaScript
---

<Callout>

Want to improve this page?. Raise a issue on [@github](https://github.com/ManishBisht777/frontend-freaks-website).

</Callout>
10 changes: 10 additions & 0 deletions content/batch/dsa/queue.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Queue
description: Learn Queue in JavaScript
---

<Callout>

Want to improve this page?. Raise a issue on [@github](https://github.com/ManishBisht777/frontend-freaks-website).

</Callout>
10 changes: 10 additions & 0 deletions content/batch/dsa/recursion.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Recursion
description: Learn Recursion in JavaScript
---

<Callout>

Want to improve this page?. Raise a issue on [@github](https://github.com/ManishBisht777/frontend-freaks-website).

</Callout>
10 changes: 10 additions & 0 deletions content/batch/dsa/search.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Search
description: Lear Search in JavaScript
---

<Callout>

Want to improve this page?. Raise a issue on [@github](https://github.com/ManishBisht777/frontend-freaks-website).

</Callout>
10 changes: 10 additions & 0 deletions content/batch/dsa/set-map.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Set & Map
description: Learn Set and Map in JavaScript
---

<Callout>

Want to improve this page?. Raise a issue on [@github](https://github.com/ManishBisht777/frontend-freaks-website).

</Callout>
10 changes: 10 additions & 0 deletions content/batch/dsa/sorting.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Sorting
description: Learn Sorting in JavaScript
---

<Callout>

Want to improve this page?. Raise a issue on [@github](https://github.com/ManishBisht777/frontend-freaks-website).

</Callout>
10 changes: 10 additions & 0 deletions content/batch/dsa/stack.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Stack
description: Learn Stack in JavaScript
---

<Callout>

Want to improve this page?. Raise a issue on [@github](https://github.com/ManishBisht777/frontend-freaks-website).

</Callout>
10 changes: 10 additions & 0 deletions content/batch/dsa/string.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: String
description: Learn String in JavaScript
---

<Callout>

Want to improve this page?. Raise a issue on [@github](https://github.com/ManishBisht777/frontend-freaks-website).

</Callout>
10 changes: 10 additions & 0 deletions content/batch/dsa/time-complexity.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Time Complexity
description: Learn Time Complexity in JavaScript
---

<Callout>

Want to improve this page?. Raise a issue on [@github](https://github.com/ManishBisht777/frontend-freaks-website).

</Callout>