Skip to content

Commit

Permalink
added link
Browse files Browse the repository at this point in the history
  • Loading branch information
Kushagra102 committed Jun 26, 2023
1 parent fec9d79 commit 0addf3a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions database/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export const sidebarData: ISidebar[] = [
{ name: 'events', url: '/events' },
{ name: 'Github', url: '/github' },
{ name: 'Dev Tools', url: '/devtools' },
{ name: 'Open Source Projects', url: '/open-source-resources' },
{ name: 'Podcasts', url: '/podcasts' },
{ name: 'Other Resources', url: '/other-resources' },
{ name: 'communities', url: '/communities' },
Expand Down
1 change: 1 addition & 0 deletions database/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ export { default as devtools } from './other/devtools.json'
export { default as podcasts } from './other/podcasts.json'
export { default as otherResources } from './other/other-resources.json'
export { default as communities } from './other/communities.json'
export { default as openSourceResources } from './other/open-source-resources.json'
9 changes: 9 additions & 0 deletions database/other/open-source-resources.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"name": "Women-Led-Open-Source",
"description": "A living resource unveiling trailblazing leaders, from women to transgender and nonbinary individuals, shaping open source.",
"url": "https://github.com/amandamartin-dev/women-led-open-source",
"category": "open source",
"subcategory": "open-source-resources"
}
]

0 comments on commit 0addf3a

Please sign in to comment.