Skip to content

Commit

Permalink
chore: adding Video subcategory and resource for the open source sect…
Browse files Browse the repository at this point in the history
…ion (#1494)
  • Loading branch information
CBID2 authored Aug 5, 2023
1 parent 68c7c01 commit cb9fa6e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions database/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@ export const sidebarData: ISidebar[] = [
url: '/open-source-tools',
resources: DB.openSourceTools,
},
{
name: 'Videos',
url: '/open-source-videos',
resources: DB.openSourceVideos,
},
],
},
{
Expand Down
1 change: 1 addition & 0 deletions database/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export { default as deepLearning } from './machine_learning/deep-learning.json'
export { default as openSourceBlogs } from './open_source/blogs.json'
export { default as openSourceProjects } from './open_source/projects.json'
export { default as openSourceTools } from './open_source/tools.json'
export { default as openSourceVideos } from './open_source/videos.json'
// resources
export { default as blogs } from './resources/blogs.json'
export { default as officialdocs } from './resources/official-docs.json'
Expand Down
9 changes: 9 additions & 0 deletions database/open_source/videos.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"name": "How I choose Maintainers",
"description": "Even though the focus is on a specific project, this video provides great advice on how to maintain someone else's open source project.",
"url": "https://youtu.be/WPaN9vIyqt4",
"category": "open source",
"subcategory": "open-source-videos"
}
]

1 comment on commit cb9fa6e

@vercel
Copy link

@vercel vercel bot commented on cb9fa6e Aug 5, 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.