Skip to content

Commit

Permalink
adding overview of the project 2024 section
Browse files Browse the repository at this point in the history
  • Loading branch information
tasneemkoushar committed Dec 1, 2024
1 parent 82ac16a commit 2db03fd
Show file tree
Hide file tree
Showing 21 changed files with 16 additions and 7 deletions.
8 changes: 8 additions & 0 deletions docs/developers/project-2024/Overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
id: overview
title: Overview
---
## About
This documentation provides an overview of all the projects completed during Google Summer of Code 2024. It serves as a resource for new contributors to explore project details, workflows, and future development opportunities.

Challenges encountered in each project are outlined, encouraging contributors to open issues and help refine the existing code or enhance the implemented solutions. The workflows aim to give contributors a clear high-level understanding of each project, facilitating their involvement and contributions effectively.
15 changes: 8 additions & 7 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,13 @@ const sidebars = {
},
{
type: "category",
label: "Project Dev 2024",
label: "Project 2024",
link: {
type: "generated-index",
},
collapsed: true,
items: [
"developers/project-2024/overview",
{
type: "category",
label: "Chat Notification",
Expand All @@ -129,7 +130,7 @@ const sidebars = {
},
collapsed: true,
items: [
"developers/project-dev-2024/chat-notification-system/chat_notification_system",
"developers/project-2024/chat-notification-system/chat_notification_system",
],
},
{
Expand All @@ -140,7 +141,7 @@ const sidebars = {
},
collapsed: true,
items: [
"developers/project-dev-2024/talawa-event-plugin/talawa_event_plugin",
"developers/project-2024/talawa-event-plugin/talawa_event_plugin",
],
},
{
Expand All @@ -151,7 +152,7 @@ const sidebars = {
},
collapsed: true,
items: [
"developers/project-dev-2024/tag-management-system/tag_management_system",
"developers/project-2024/tag-management-system/tag_management_system",
],
},
{
Expand All @@ -162,7 +163,7 @@ const sidebars = {
},
collapsed: true,
items: [
"developers/project-dev-2024/volunteer-management/volunteer-management",
"developers/project-2024/volunteer-management/volunteer-management",
],
},
{
Expand All @@ -173,7 +174,7 @@ const sidebars = {
},
collapsed: true,
items: [
"developers/project-dev-2024/improved-file-upload-and-security/improved-file-upload-and-security",
"developers/project-2024/improved-file-upload-and-security/improved-file-upload-and-security",
],
},
{
Expand All @@ -184,7 +185,7 @@ const sidebars = {
},
collapsed: true,
items: [
"developers/project-dev-2024/event-attendance/event-attendance",
"developers/project-2024/event-attendance/event-attendance",
],
}
],
Expand Down

0 comments on commit 2db03fd

Please sign in to comment.