Skip to content

Commit

Permalink
Initial Commit (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
palisadoes authored Dec 22, 2024
1 parent ca31ef9 commit c16b6d4
Show file tree
Hide file tree
Showing 6 changed files with 117 additions and 386 deletions.
138 changes: 65 additions & 73 deletions docs/internships/gsoc/ideas-20250101.md

Large diffs are not rendered by default.

321 changes: 10 additions & 311 deletions docs/internships/gsoc/ideas.md

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions docs/projects/pattoo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Pattoo
id: pattoo
---

Pattoo is a suite of ETL applications that store time series data with various visualization features.

- [Pattoo Documentation](https://pattoo.readthedocs.io/en/latest/)
10 changes: 10 additions & 0 deletions docs/projects/switchmap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Switchmap-NG
id: switchmap
---

Switchmap is an information technoloy network topology suite of applications

1. [Switchmap Documentation](https://switchmap-ng.readthedocs.io/en/latest/)
2. [Switchmap GitHub](https://github.com/PalisadoesFoundation/switchmap-ng)
3. **Get started with Switchmap:** [GitHub GitHub Issues without assignees](https://github.com/PalisadoesFoundation/switchmap-ng/issues?q=is%3Aissue+is%3Aopen+no%3Aassignee)
14 changes: 14 additions & 0 deletions docs/projects/talawa.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Talawa
id: talawa
---

Talawa is a suite of applications that help community based organizations manage their memberships. There are many social media, event planning, and fundraising features.

1. [Talawa Documentation](https://docs.talawa.io/)
2. [Talawa](https://github.com/PalisadoesFoundation/talawa): The mobile app.
1. **Get started with Talawa Mobile:** [GitHub Issues without assignees](https://github.com/PalisadoesFoundation/talawa/issues?q=is%3Aissue+is%3Aopen+no%3Aassignee)
3. [Talawa-Admin](https://github.com/PalisadoesFoundation/talawa-admin): The web app.
1. **Get started with Talawa Admin:** [GitHub Issues without assignees](https://github.com/PalisadoesFoundation/talawa-admin/issues?q=is%3Aissue+is%3Aopen+no%3Aassignee)
4. [Talawa-API GitHub](https://github.com/PalisadoesFoundation/talawa-api): The API backend
1. **Get started with Talawa API:** [GitHub GitHub Issues without assignees](https://github.com/PalisadoesFoundation/talawa-api/issues?q=is%3Aissue+is%3Aopen+no%3Aassignee)
12 changes: 10 additions & 2 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,17 @@ import type { SidebarsConfig } from "@docusaurus/plugin-content-docs";
const sidebars: SidebarsConfig = {
docs: [
"introduction/introduction",
"introduction/projects",
"introduction/sponsors",
"introduction/volunteers",
{
type: "category",
label: "Projects",
link: {
type: "generated-index",
},
collapsed: true,
items: ["projects/talawa", "projects/switchmap", "projects/pattoo"],
},
{
type: "category",
label: "Git Guide",
Expand All @@ -33,7 +41,7 @@ const sidebars: SidebarsConfig = {
"git-guide/collaborate",
{
type: "category",
label: "Working copies",
label: "Working Copies",
link: {
type: "doc",
id: "git-guide/Workingcopies/workingcopies",
Expand Down

0 comments on commit c16b6d4

Please sign in to comment.