Skip to content

Commit

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

Signed-off-by: MadhuMPandurangi <madhumpandurangi@gmail.com>

* Removed smile text in the description

Signed-off-by: MadhuMPandurangi <madhumpandurangi@gmail.com>

* added new line at the end of the file

Signed-off-by: MadhuMPandurangi <madhumpandurangi@gmail.com>

---------

Signed-off-by: MadhuMPandurangi <madhumpandurangi@gmail.com>
  • 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

0 comments on commit 8434cee

Please sign in to comment.