Skip to content

Commit

Permalink
added Hacktoberfest refernce on the home page
Browse files Browse the repository at this point in the history
Signed-off-by: Swapnoneel Saha <swapnoneelsaha111@gmail.com>
  • Loading branch information
Swpn0neel committed Oct 7, 2024
1 parent 4d4a5eb commit 99bd006
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 23 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
38 changes: 15 additions & 23 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 @@ -119,18 +126,14 @@
"label": "Rust",
"collapsible": true,
"collapsed": true,
"items": [
"quickstart/samples-rust"
]
"items": ["quickstart/samples-rust"]
},
{
"type": "category",
"label": "C# (.NET Core)",
"collapsible": true,
"collapsed": true,
"items": [
"quickstart/samples-csharp"
]
"items": ["quickstart/samples-csharp"]
}
]
},
Expand Down Expand Up @@ -160,17 +163,6 @@
"dependencies/redis",
"keploy-explained/faq"
]
},
{
"type": "category",
"label": "Hacktoberfest'24",
"collapsible": true,
"collapsed": true,
"items": [
"hacktoberfest/contribution-guide",
"hacktoberfest/code-contribution",
"hacktoberfest/no-code-contribution"
]
}
],
"sidebarContributionGuide": [
Expand All @@ -187,4 +179,4 @@
]
}
]
}
}

0 comments on commit 99bd006

Please sign in to comment.