@@ -9,7 +9,7 @@ export const QuickStart = () => {
99 Welcome to Keploy Documentation! 🚀
1010 </ h1 >
1111 < p className = "text-l max-w-3xl" >
12- This documentation will help you get the most out of Keploy— whether
12+ This documentation will help you get the most out of Keploy - whether
1313 you’re building your first project or leveling up your testing workflow.
1414 </ p >
1515
@@ -19,41 +19,17 @@ export const QuickStart = () => {
1919 < p className = "text-l max-w-4xl" >
2020 Keploy is your open-source, developer-centric backend testing tool. It
2121 makes backend testing easy and productive for engineering teams. Plus,
22- it's easy-to-use, powerful and extensible.. 🛠️ Keploy also has AI-powered
23- tools that help you generate unit and api tests quickly, helping
22+ it's easy-to-use, powerful, and extensible. 🛠️ Keploy also has AI-powered
23+ tools that help you generate unit and API tests quickly, helping
2424 developers focus on writing code rather than writing tests.
2525 </ p >
2626
2727 < p className = "text-l mt-4 max-w-4xl" >
28- Keploy creates test cases and data mocks/stubs from user- traffic by
28+ Keploy creates test cases and data mocks/stubs from user traffic by
2929 recording API calls and DB queries, significantly speeding up releases
3030 and enhancing reliability. 📈
3131 </ p >
3232
33- { /*<h2 className="mt-8 text-2xl font-semibold tracking-wide md:text-3xl">*/ }
34- { /* Contribute through Hacktoberfest ✅*/ }
35- { /*</h2>*/ }
36- { /*<p className="text-l mb-8 mt-4 max-w-4xl">*/ }
37- { /* DigitalOcean's Hacktoberfest is a month-long celebration of open-source*/ }
38- { /* contributions. Everyone is welcome to participate, regardless of their*/ }
39- { /* experience level. Simply make a pull request to an open-source project*/ }
40- { /* to get started.*/ }
41- { /* <br /> <br />*/ }
42- { /* You can contribute to{" "}*/ }
43- { /* <a href="https://github.com/orgs/keploy/repositories">*/ }
44- { /* several Keploy projects*/ }
45- { /* </a>{" "}*/ }
46- { /* participating this year, If you’ve ever wanted to contribute to open*/ }
47- { /* source , now is your chance!*/ }
48- { /* <br /> <br />*/ }
49- { /* Anyone around the globe who desires to help drive the growth of open*/ }
50- { /* source and make positive contributions to an ever-growing community. All*/ }
51- { /* backgrounds and skill levels are encouraged to participate.{" "}*/ }
52- { /* <a href="https://opensource.guide/how-to-contribute">*/ }
53- { /* Learn How to Contribute?*/ }
54- { /* </a>*/ }
55- { /*</p>*/ }
56-
5733 < h2 className = "mt-8 text-2xl font-semibold tracking-wide md:text-3xl" >
5834 Installation Guide 📗
5935 </ h2 >
@@ -64,7 +40,7 @@ export const QuickStart = () => {
6440
6541 < div className = "grid grid-cols-1 gap-6 md:grid-cols-3 lg:gap-8" >
6642 < Link
67- 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"
43+ className = "transform hover: scale-105 transition-transform 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"
6844 to = { useBaseUrl ( "/server/installation/" ) }
6945 >
7046 < img
@@ -75,7 +51,7 @@ export const QuickStart = () => {
7551 < p className = "text-lg font-semibold" > Windows</ p >
7652 </ Link >
7753 < Link
78- 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"
54+ className = "transform hover: scale-105 transition-transform 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"
7955 to = { useBaseUrl ( "/server/installation/" ) }
8056 >
8157 < img
@@ -86,18 +62,18 @@ export const QuickStart = () => {
8662 < p className = "text-lg font-semibold" > Linux</ p >
8763 </ Link >
8864 < Link
89- 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"
65+ className = "transform hover: scale-105 transition-transform 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"
9066 to = { useBaseUrl ( "/server/installation/" ) }
9167 >
9268 < img
9369 className = "h-16 w-16"
9470 src = "/docs/img/os/apple-logo.svg"
9571 alt = "Mac logo"
9672 />
97- < p className = "text-lg font-semibold" > MacOS </ p >
73+ < p className = "text-lg font-semibold" > macOS </ p >
9874 </ Link >
9975 </ div >
100- < p className = " text-l mt-6 text-gray-500" >
76+ < p className = "text-l mt-6 text-gray-500" >
10177 ⚠️ Please note that Keploy v2 is currently in development, with the best
10278 experience on Linux. Docker support is experimental and may have some
10379 limitations for certain use cases.
0 commit comments