Skip to content

Commit eb9de8a

Browse files
Swpn0neelSonichigo
andauthored
Updated Hacktoberfest pages (#460)
* 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]>
1 parent 596355c commit eb9de8a

File tree

6 files changed

+42
-12
lines changed

6 files changed

+42
-12
lines changed

src/components/QuickStart.js

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,38 @@ export const QuickStart = () => {
2727
and enhancing reliability. 📈
2828
</p>
2929

30+
<h2 className="mt-8 text-2xl font-semibold tracking-wide md:text-3xl">
31+
Contribute through Hacktoberfest ✅
32+
</h2>
33+
<p className="text-l mb-8 mt-4 max-w-4xl">
34+
DigitalOcean's Hacktoberfest is a month-long celebration of open-source
35+
contributions. Everyone is welcome to participate, regardless of their
36+
experience level. Simply make a pull request to an open-source project
37+
to get started.
38+
<br /> <br />
39+
You can contribute to{" "}
40+
<a href="https://github.com/orgs/keploy/repositories">
41+
several Keploy projects
42+
</a>{" "}
43+
participating this year, If you’ve ever wanted to contribute to open
44+
source , now is your chance!
45+
<br /> <br />
46+
Anyone around the globe who desires to help drive the growth of open
47+
source and make positive contributions to an ever-growing community. All
48+
backgrounds and skill levels are encouraged to participate.{" "}
49+
<a href="https://opensource.guide/how-to-contribute">
50+
Learn How to Contribute?
51+
</a>
52+
</p>
53+
3054
<h2 className="mt-8 text-2xl font-semibold tracking-wide md:text-3xl">
3155
Installation Guide 📗
3256
</h2>
3357
<p className="text-l mb-8 mt-4 max-w-4xl">
3458
Let's get Keploy up and running on your Windows, Linux, or macOS
3559
machine, so you can start crafting test cases in minutes. ⏱️
3660
</p>
61+
3762
<div className="grid grid-cols-1 gap-6 md:grid-cols-3 lg:gap-8">
3863
<Link
3964
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"

static/img/hacktoberfest-2023.png

-2.46 MB
Binary file not shown.

static/img/hacktoberfest.png

1.19 MB
Loading

versioned_docs/version-2.0.0/hacktoberfest/code-contribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ label: Hacktoberfest
88

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

11-
- 🛠️ 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!
11+
- 🛠️ 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!
1212

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

versioned_docs/version-2.0.0/hacktoberfest/contribution-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ label: Hacktoberfest
88

99
## Celebrate Open Source with Hacktoberfest
1010

11-
<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.
11+
<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.
1212

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

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

1717
## Hacktoberfest Journey with Keploy
1818

versioned_sidebars/version-2.0.0-sidebars.json

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@
1111
"keploy-explained/why-keploy"
1212
]
1313
},
14+
{
15+
"type": "category",
16+
"label": "Hacktoberfest'24",
17+
"collapsible": true,
18+
"collapsed": true,
19+
"items": [
20+
"hacktoberfest/contribution-guide",
21+
"hacktoberfest/code-contribution",
22+
"hacktoberfest/no-code-contribution"
23+
]
24+
},
1425
{
1526
"type": "doc",
1627
"label": "Installation",
@@ -36,11 +47,7 @@
3647
"label": "CI/CD Integration",
3748
"collapsible": true,
3849
"collapsed": true,
39-
"items": [
40-
"ci-cd/github",
41-
"ci-cd/gitlab",
42-
"ci-cd/jenkins"
43-
]
50+
"items": ["ci-cd/github", "ci-cd/gitlab", "ci-cd/jenkins"]
4451
},
4552
{
4653
"type": "category",
@@ -129,9 +136,7 @@
129136
"label": "C# (.NET Core)",
130137
"collapsible": true,
131138
"collapsed": true,
132-
"items": [
133-
"quickstart/samples-csharp"
134-
]
139+
"items": ["quickstart/samples-csharp"]
135140
}
136141
]
137142
},
@@ -177,4 +182,4 @@
177182
]
178183
}
179184
]
180-
}
185+
}

0 commit comments

Comments
 (0)