Skip to content

Commit 1c4b00d

Browse files
authored
refactor: v3 (#525)
Signed-off-by: Neha Gupta <[email protected]>
1 parent 7af13c7 commit 1c4b00d

File tree

5 files changed

+12
-14
lines changed

5 files changed

+12
-14
lines changed

docusaurus.config.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,17 +121,17 @@ module.exports = {
121121
items: [
122122
{
123123
label: "Unit Testing",
124-
to: "/running-keploy/utg-pr-agent/"
124+
to: "/running-keploy/utg-pr-agent/",
125125
},
126126
{
127127
label: "Integration Testing",
128-
to: "/keploy-explained/introduction"
128+
to: "/keploy-explained/introduction",
129129
},
130130
{
131131
label: "API Testing",
132-
to: "/running-keploy/about-api-testing"
133-
}
134-
]
132+
to: "/running-keploy/about-api-testing",
133+
},
134+
],
135135
},
136136
{
137137
label: "Blog",
@@ -149,12 +149,12 @@ module.exports = {
149149
href: "/concepts/reference/glossary/",
150150
},
151151
],
152-
position: "left"
152+
position: "left",
153153
},
154154
{
155155
to: "/keploy-explained/contribution-guide",
156156
label: "Contribution Guide",
157-
position: "left"
157+
position: "left",
158158
},
159159
{
160160
type: "docsVersionDropdown",

src/components/Product.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,4 +252,4 @@ export const Products = () => {
252252
</div>
253253
</section>
254254
);
255-
};
255+
};

src/components/QuickStart.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ 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..🛠️
23-
24-
Keploy also has AI-powered tools that help you generate unit and api tests quickly,
25-
helping developers focus on writing code rather than writing tests.
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
24+
developers focus on writing code rather than writing tests.
2625
</p>
2726

2827
<p className="text-l mt-4 max-w-4xl">

src/components/UtgMethods.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@ function UTGMethods() {
144144
);
145145
}
146146

147-
export default UTGMethods;
147+
export default UTGMethods;

src/pages/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export default function Home() {
2121
<Intro />
2222
<Products />
2323
<Resources />
24-
2524
<Community />
2625
{/*<GSoC/>*/}
2726
<KeployCloud />

0 commit comments

Comments
 (0)