Skip to content

Commit

Permalink
chore: added c++ in languages (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
programerr01 authored Jun 26, 2023
1 parent fec9d79 commit 8534cec
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
5 changes: 3 additions & 2 deletions database/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ export const sidebarData: ISidebar[] = [
{ name: 'TypeScript', url: '/typescript' },
{ name: 'Ruby', url: '/ruby' },
{ name: 'C Programming', url: '/c-programming' },
{ name: 'Java', url: '/java' },
{ name: 'Kotlin', url: '/kotlin' },
{ name: 'C++ Programming', url: '/cpp-programming' },
{ name: 'Java', url: '/java'},
{ name: 'Kotlin', url: '/kotlin'}
],
},
{
Expand Down
3 changes: 2 additions & 1 deletion database/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ export { default as csharp } from './languages/csharp.json'
export { default as typescript } from './languages/typescript.json'
export { default as ruby } from './languages/ruby.json'
export { default as CProgramming } from './languages/c-programming.json'
export { default as kotlin } from './languages/kotlin.json'
export { default as kotlin} from './languages/kotlin.json'
export { default as java } from './languages/java.json'
export { default as cpp } from './languages/c++.json'
// ml & ai
export { default as ml } from './ml&ai/machine-learning.json'
export { default as dataScience } from './ml&ai/datascience.json'
Expand Down
9 changes: 9 additions & 0 deletions database/languages/c++.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"name": "Caleb Curry",
"description": "This course provides a complete beginner guide to learn C++ programming language with all core concepts.",
"url": "https://www.youtube.com/watch?v=9Myk2vcK8s8&list=PL_c9BZzLwBRIwEnaRU2LC4GkqxUbD0Auc&index=2&ab_channel=CalebCurry",
"category": "languages",
"subcategory": "cpp-programming"
}
]

1 comment on commit 8534cec

@vercel
Copy link

@vercel vercel bot commented on 8534cec Jun 26, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.