Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding overview of the project 2024 section #901

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading