Skip to content

Commit

Permalink
chore: os-programs sub cat added open-source dir #2004 (#2036)
Browse files Browse the repository at this point in the history
* added os-programs to open-source sub cat

* added os-programs to Open-source sub

* added os-programs json to open-source dir
  • Loading branch information
goobric authored Oct 19, 2023
1 parent 297c898 commit 76834ca
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/TopBar/CategoryDescriptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ const categoryDescriptions: CategoryDescriptions = {
// Open-source
articles:
'There are many open source blogging platforms available for developers. Some of the most popular ones include WordPress, Joomla, and Drupal1. Other open source blogging platforms include Ghost, Serendipity, SilverStripe, and Jekyll',
'os programs':
'Anyone can attend Open Source events and programs; whether in-person or virtually. There are a wide variety of events and programs available to participate in, and learn more about Open Source.',
projects:
'Anyone can contribute to the projects are called OpenSource Projects. There are many open source projects available for developers. Some of the most popular ones include Linux, Git, and Apache1. Other open source projects include Kubernetes, TensorFlow, and React Native',
tools:
Expand Down
5 changes: 5 additions & 0 deletions database/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@ export const sidebarData: ISidebar[] = [
url: '/articles',
resources: DB.openSourceArticles,
},
{
name: 'Programs',
url: '/os-programs',
resources: DB.openSourcePrograms,
},
{
name: 'Projects',
url: '/projects',
Expand Down
1 change: 1 addition & 0 deletions database/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export { default as deepLearning } from './artificial_intelligence/deep-learning
export { default as nlp } from './artificial_intelligence/NLP.json'
// Open-source
export { default as openSourceArticles } from './open_source/articles.json'
export { default as openSourcePrograms } from './open_source/os-programs.json'
export { default as openSourceProjects } from './open_source/projects.json'
export { default as openSourceTools } from './open_source/tools.json'
export { default as openSourceTutorials } from './open_source/os-tutorials.json'
Expand Down
37 changes: 37 additions & 0 deletions database/open_source/os-programs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"name": "Google Summer of Code GSoC",
"description": "Google Summer of Code is a global, online mentoring program focused on introducing new contributors to open source software development.",
"url": "https://summerofcode.withgoogle.com/",
"category": "open-source",
"subcategory": "os-programs"
},
{
"name": "Open Source Initiative",
"description": "The Open Source Initiative is a foundation of the modern software ecosystem. We build a world where the freedoms and opportunities of Open Source software can be enjoyed by all.",
"url": "https://opensource.org/events/",
"category": "open-source",
"subcategory": "os-programs"
},
{
"name": "Free Software Foundation",
"description": "The Free Software Foundation (FSF) is a nonprofit with a worldwide mission to promote computer user freedom.",
"url": "https://www.fsf.org/events/aggregator/",
"category": "opensource",
"subcategory": "os-programs"
},
{
"name": "OWASP",
"description": "To be the global open community that powers secure software through education, tools, and collaboration.",
"url": "https://owasp.org/events/",
"category": "open-source",
"subcategory": "os-programs"
},
{
"name": "The Linux Foundation",
"description": "Empowering generations of open source innovators. Unlocking the value of shared technology Innovation, comes from everywhere.",
"url": "https://events.linuxfoundation.org/about/calendar/",
"category": "open-source",
"subcategory": "os-programs"
}
]

1 comment on commit 76834ca

@vercel
Copy link

@vercel vercel bot commented on 76834ca Oct 19, 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.