File tree Expand file tree Collapse file tree 5 files changed +12
-14
lines changed
Expand file tree Collapse file tree 5 files changed +12
-14
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change @@ -252,4 +252,4 @@ export const Products = () => {
252252 </ div >
253253 </ section >
254254 ) ;
255- } ;
255+ } ;
Original file line number Diff line number Diff 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" >
Original file line number Diff line number Diff line change @@ -144,4 +144,4 @@ function UTGMethods() {
144144 ) ;
145145}
146146
147- export default UTGMethods ;
147+ export default UTGMethods ;
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ export default function Home() {
2121 < Intro />
2222 < Products />
2323 < Resources />
24-
2524 < Community />
2625 { /*<GSoC/>*/ }
2726 < KeployCloud />
You can’t perform that action at this time.
0 commit comments