Skip to content

Commit

Permalink
Updated Hacktoberfest pages (#460)
Browse files Browse the repository at this point in the history
* updated hacktoberfest pages

Signed-off-by: Swapnoneel Saha <[email protected]>

* added hacktoberfest pages to docs site

Signed-off-by: Swapnoneel Saha <[email protected]>

* added Hacktoberfest refernce on the home page

Signed-off-by: Swapnoneel Saha <[email protected]>

---------

Signed-off-by: Swapnoneel Saha <[email protected]>
Signed-off-by: Swapnoneel Saha <[email protected]>
Co-authored-by: Animesh Pathak <[email protected]>
  • Loading branch information
Swpn0neel and Sonichigo authored Oct 9, 2024
1 parent 596355c commit eb9de8a
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 12 deletions.
25 changes: 25 additions & 0 deletions src/components/QuickStart.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,38 @@ export const QuickStart = () => {
and enhancing reliability. 📈
</p>

<h2 className="mt-8 text-2xl font-semibold tracking-wide md:text-3xl">
Contribute through Hacktoberfest ✅
</h2>
<p className="text-l mb-8 mt-4 max-w-4xl">
DigitalOcean's Hacktoberfest is a month-long celebration of open-source
contributions. Everyone is welcome to participate, regardless of their
experience level. Simply make a pull request to an open-source project
to get started.
<br /> <br />
You can contribute to{" "}
<a href="https://github.com/orgs/keploy/repositories">
several Keploy projects
</a>{" "}
participating this year, If you’ve ever wanted to contribute to open
source , now is your chance!
<br /> <br />
Anyone around the globe who desires to help drive the growth of open
source and make positive contributions to an ever-growing community. All
backgrounds and skill levels are encouraged to participate.{" "}
<a href="https://opensource.guide/how-to-contribute">
Learn How to Contribute?
</a>
</p>

<h2 className="mt-8 text-2xl font-semibold tracking-wide md:text-3xl">
Installation Guide 📗
</h2>
<p className="text-l mb-8 mt-4 max-w-4xl">
Let's get Keploy up and running on your Windows, Linux, or macOS
machine, so you can start crafting test cases in minutes. ⏱️
</p>

<div className="grid grid-cols-1 gap-6 md:grid-cols-3 lg:gap-8">
<Link
className="scale flex flex-col items-center justify-center space-y-3 rounded-lg bg-[color:var(--ifm-card-background-color)] p-6 text-center shadow-lg"
Expand Down
Binary file removed static/img/hacktoberfest-2023.png
Binary file not shown.
Binary file added static/img/hacktoberfest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ label: Hacktoberfest

There are different ways you can contribute to Keploy projects codebase. You can help with:

- 🛠️ Bug fixes :- If you'd like to break and build software, fix a [current issue](https://github.com/keploy/keploy/issues?q=is%3Aissue+is%3Aopen+label%3Ahacktoberfest2023+bug+) reported by the community and be a hero!
- 🛠️ Bug fixes :- If you'd like to break and build software, fix a [current issue](https://github.com/keploy/keploy/issues?q=is%3Aissue+is%3Aopen+label%3AHACKTOBERFEST2024) reported by the community and be a hero!

- 👉 Implement features :- You can choose from a carefully curated selection of Hacktoberfest requests that have been made by community members.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ label: Hacktoberfest

## Celebrate Open Source with Hacktoberfest

<a href='https://hacktoberfest.com/'>Hacktoberfest'23</a> is a month-long celebration of open-source software run by DigitalOcean. Hacktoberfest is open to everyone, from first-time contributors to seasoned open-source developers.
<a href='https://hacktoberfest.com/'>Hacktoberfest'24</a> is a month-long celebration of open-source software run by DigitalOcean. Hacktoberfest is open to everyone, from first-time contributors to seasoned open-source developers.

_Your open-source journey begins with a pull request._

![Hacktoberfest'2023](/img/hacktoberfest-2023.png)
![Hacktoberfest'2024](/img/hacktoberfest.png)

## Hacktoberfest Journey with Keploy

Expand Down
23 changes: 14 additions & 9 deletions versioned_sidebars/version-2.0.0-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@
"keploy-explained/why-keploy"
]
},
{
"type": "category",
"label": "Hacktoberfest'24",
"collapsible": true,
"collapsed": true,
"items": [
"hacktoberfest/contribution-guide",
"hacktoberfest/code-contribution",
"hacktoberfest/no-code-contribution"
]
},
{
"type": "doc",
"label": "Installation",
Expand All @@ -36,11 +47,7 @@
"label": "CI/CD Integration",
"collapsible": true,
"collapsed": true,
"items": [
"ci-cd/github",
"ci-cd/gitlab",
"ci-cd/jenkins"
]
"items": ["ci-cd/github", "ci-cd/gitlab", "ci-cd/jenkins"]
},
{
"type": "category",
Expand Down Expand Up @@ -129,9 +136,7 @@
"label": "C# (.NET Core)",
"collapsible": true,
"collapsed": true,
"items": [
"quickstart/samples-csharp"
]
"items": ["quickstart/samples-csharp"]
}
]
},
Expand Down Expand Up @@ -177,4 +182,4 @@
]
}
]
}
}

0 comments on commit eb9de8a

Please sign in to comment.