Skip to content

Commit

Permalink
"issue"
Browse files Browse the repository at this point in the history
  • Loading branch information
surajmaurya0 committed Jun 30, 2023
1 parent 3b98753 commit 40fa40f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions database/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,6 @@ export const sidebarData: ISidebar[] = [
{
category: 'languages',
subcategory: [
{ name: 'JavaScript', url: '/javascript' },
{ name: 'Python', url: '/python' },
{ name: 'Csharp (C#)', url: '/csharp' },
{ name: 'Go', url: '/golang' },
{ name: 'TypeScript', url: '/typescript' },
{ name: 'Ruby', url: '/ruby' },
{ name: 'C Programming', url: '/c-programming' },
{ name: 'C++ Programming', url: '/cpp-programming' },
{ name: 'Java', url: '/java' },
{ name: 'Kotlin', url: '/kotlin' },
{ name: 'Rust', url: '/rust' },
{ name: 'JavaScript', url: '/javascript', resources: DB.javascript },
{ name: 'Python', url: '/python', resources: DB.python },
{ name: 'Csharp (C#)', url: '/csharp', resources: DB.csharp },
Expand Down

0 comments on commit 40fa40f

Please sign in to comment.