Skip to content

Commit

Permalink
chore: added new subcategory Podcast (#427)
Browse files Browse the repository at this point in the history
* Added Podcast/openSourceStories

Signed-off-by: MadhuMPandurangi <[email protected]>

* Removed smile text in the description

Signed-off-by: MadhuMPandurangi <[email protected]>

* added new line at the end of the file

Signed-off-by: MadhuMPandurangi <[email protected]>

---------

Signed-off-by: MadhuMPandurangi <[email protected]>
  • Loading branch information
MadhuMPandurangi authored Apr 14, 2023
1 parent 522e8cf commit 8434cee
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions database/Other/podcasts.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"name": "Open Source Stories",
"description": "Founded by Amanda Casari and Julia Ferraioli, Open Source Stories is a podcast where individuals record their experiences about being in the open source community. In contrast to other podcasts, these stories are saved in the StoryCorps archive at the United States Congress! So what are you waiting for? Share your story!",
"url": "https://www.opensourcestories.org/",
"category": "other",
"subcategory": "podcasts"
}
]
1 change: 1 addition & 0 deletions database/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export const sidebarData: ISidebar[] = [
subcategory: [
{ name: 'Github', url: '/github' },
{ name: 'Dev Tools', url: '/devtools' },
{ name: 'Podcasts', url: '/podcasts' },
],
},
]
1 change: 1 addition & 0 deletions database/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export { default as youtubTesting } from "./youtube/testing.json";
// other
export { default as github } from "./Other/Github.json";
export { default as devtools } from "./Other/devtools.json";
export { default as podcasts } from "./Other/podcasts.json";
//languages
export { default as javascript } from "./languages/javascript.json";
export { default as python } from "./languages/python.json";
Expand Down

1 comment on commit 8434cee

@vercel
Copy link

@vercel vercel bot commented on 8434cee Apr 14, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

linkshub – ./

linkshub-rupali-codes.vercel.app
linkshub-git-main-rupali-codes.vercel.app
linkshub.vercel.app

Please sign in to comment.