Skip to content

Commit 042224c

Browse files
authored
fix: removed external links (#606)
Signed-off-by: Achanandhi-M <[email protected]>
1 parent ae49ff9 commit 042224c

31 files changed

+47
-37
lines changed

docusaurus.config.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@ module.exports = {
3030
};
3131
},
3232
"docusaurus-tailwindcss-loader",
33+
[
34+
"@docusaurus/plugin-client-redirects",
35+
{
36+
redirects: [
37+
{
38+
to: "quickstart/sample-redis/",
39+
from: ["/2.0.0/quickstart/samples-redis/"],
40+
},
41+
],
42+
},
43+
],
3344
],
3445
themeConfig: {
3546
canonicalBase: "https://www.keploy.io/",
@@ -321,6 +332,7 @@ module.exports = {
321332
},
322333
],
323334
],
335+
324336
scripts: [
325337
{
326338
src: "/docs/scripts/feedback.js",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
]
5151
},
5252
"devDependencies": {
53-
"@docusaurus/plugin-client-redirects": "^3.2.1",
53+
"@docusaurus/plugin-client-redirects": "^3.8.1",
5454
"@tailwindcss/typography": "^0.5.0",
5555
"autoprefixer": "^10.4.0",
5656
"docusaurus": "^1.14.7",

versioned_docs/version-1.0.0/concepts/what-are-keploy-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords:
1212

1313
### 1. Convert API calls from anywhere to Test-Case
1414

15-
Keploy captures all the API calls and subsequent network traffic served by the application. You can use any existing API management tools like [Postman](https://www.postman.com/), [Curl](https://curl.se/) to generate test-case.
15+
Keploy captures all the API calls and subsequent network traffic served by the application. You can use any existing API management tools like Postman, curl to generate test-case.
1616

1717
<img src="/docs/img/record-api.gif?raw=true" width="80%" alt="API Tools"/>
1818

versioned_docs/version-1.0.0/go/quickstart/echo-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ go run handler.go main.go
4848

4949
## Generate testcases
5050

51-
To generate testcases we just need to **make some API calls.** You can use [Postman](https://www.postman.com/), or simply `curl`
51+
To generate testcases we just need to **make some API calls.** You can use Postman or simply `curl`
5252

5353
### 1. Generate shortened url
5454

versioned_docs/version-1.0.0/go/quickstart/gin-mongo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ go run handler.go main.go
4949

5050
## Generate testcases
5151

52-
To generate testcases we just need to **make some API calls.** You can use [Postman](https://www.postman.com/), or simply `curl`
52+
To generate testcases we just need to **make some API calls.** You can use postman or simply `curl`
5353

5454
### 1. Generate shortened url
5555

versioned_docs/version-1.0.0/go/quickstart/gorillamux-redis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ keywords:
1616

1717
# Contact Keeper Sample App
1818

19-
A sample contact keeper app to test Keploy integration capabilities using [Gorilla Mux](https://pkg.go.dev/github.com/gorilla/mux) and Redis.
19+
A sample contact keeper app to test Keploy integration capabilities using Gorilla Mux and Redis.
2020

2121
## Installation Setup
2222

@@ -52,7 +52,7 @@ Open in Gitpod
5252

5353
## Generate testcases
5454

55-
To generate testcases we just need to make some API calls. You can use [Postman](https://www.postman.com/), or simply `curl`
55+
To generate testcases we just need to make some API calls. You can use postman , or simply `curl`
5656

5757
### Store the contact details
5858

versioned_docs/version-1.0.0/java/quickstart/spring-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ mvn clean install -D maven.test.skip=true
101101

102102
## Generate testcases
103103

104-
To generate testcases we just need to **make some API calls.** You can use [Postman](https://www.postman.com/) or simply `curl`
104+
To generate testcases we just need to **make some API calls.** You can use Postman or simply `curl`
105105

106106
### 1. Make an employee entry
107107

versioned_docs/version-2.0.0/concepts/what-are-keploy-features.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ With Keploy, you can effortlessly record and replay intricate, distributed API f
4444
having a time machine for your tests! ⏳
4545

4646
Keploy will record all API calls and their subsequent network traffic served by the application. You can utilize your
47-
favorite API management tools like [Postman](https://www.postman.com/) or
48-
even [Curl](https://curl.se/) to generate test cases.
47+
favorite API management tools like Postman or even Curl to generate test cases.
4948

5049
Keploy automatically [mocks](/concepts/general-glossary.md#1-api-data-mocking) network/external dependencies for **all
5150
CRUD operations** with correct responses.

versioned_docs/version-2.0.0/quickstart/express-postgresql-prisma.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ keploy record -c "docker compose up" --container-name "express-postgresql-prisma
192192
193193
### Interact with Application
194194
195-
Make API Calls using [Postman](https://www.postman.com/) or [cURL](https://curl.se/) command. Keploy with capture those calls to generate the test-suites containing testcases and data mocks.
195+
Make API Calls using Postman or cURL command. Keploy with capture those calls to generate the test-suites containing testcases and data mocks.
196196
197197
### API Routes
198198

versioned_docs/version-2.0.0/quickstart/go-mux-mysql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Make API Calls using Postman or cURL command. Keploy with capture those calls to
7878

7979
### Generate testcases
8080

81-
To generate testcases we just need to make some API calls. You can use [Postman](https://www.postman.com/) or simply `curl`
81+
To generate testcases we just need to make some API calls. You can use Postman or simply `curl`
8282

8383
#### Generate shortened url
8484

0 commit comments

Comments
 (0)