Skip to content

Commit 8434cee

Browse files
chore: added new subcategory Podcast (#427)
* 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>
1 parent 522e8cf commit 8434cee

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

database/Other/podcasts.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[
2+
{
3+
"name": "Open Source Stories",
4+
"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!",
5+
"url": "https://www.opensourcestories.org/",
6+
"category": "other",
7+
"subcategory": "podcasts"
8+
}
9+
]

database/data.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export const sidebarData: ISidebar[] = [
6565
subcategory: [
6666
{ name: 'Github', url: '/github' },
6767
{ name: 'Dev Tools', url: '/devtools' },
68+
{ name: 'Podcasts', url: '/podcasts' },
6869
],
6970
},
7071
]

database/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export { default as youtubTesting } from "./youtube/testing.json";
3030
// other
3131
export { default as github } from "./Other/Github.json";
3232
export { default as devtools } from "./Other/devtools.json";
33+
export { default as podcasts } from "./Other/podcasts.json";
3334
//languages
3435
export { default as javascript } from "./languages/javascript.json";
3536
export { default as python } from "./languages/python.json";

0 commit comments

Comments
 (0)