Skip to content

Commit a86767f

Browse files
fix: correct the docs version in the README (#627)
* fix: correct the docs version in the README Signed-off-by: pratik-mahalle <[email protected]> * fix: some minor fixes Signed-off-by: pratik-mahalle <[email protected]> --------- Signed-off-by: pratik-mahalle <[email protected]> Co-authored-by: Achanandhi M <[email protected]>
1 parent 687eaa7 commit a86767f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ MinAlertLevel = error
120120

121121
### Running Vale
122122

123-
1. Linting Documentation: To check all markdown files in versioned_docs/version-2.0.0/ for errors, run:
123+
1. Linting Documentation: To check all markdown files in versioned_docs/version-3.0.0/ for errors, run:
124124

125125
```bash
126-
vale versioned_docs/version-2.0.0/**/*.md
126+
vale versioned_docs/version-3.0.0/**/*.md
127127
```
128128

129129
2. Review Errors:

versioned_docs/version-3.0.0/running-keploy/generate-api-tests-using-ai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Learn how to use Keploy’s API Test Generator to generate high-qua
77

88
This guide will help you generate automated API tests using Keploy's AI-based test engine by providing structured inputs like OpenAPI specs, curl commands, Postman collections, or live endpoints.
99

10-
> 👉 If you want to record API flows by interacting with your web app through a browser, follow this guide instead: Record API Tests via Chrome Extension
10+
> 👉 If you want to record API flows by interacting with your web app through a browser, follow this guide instead: [Record API Tests via Chrome Extension](https://keploy.io/docs/running-keploy/api-testing-chrome-extension/)
1111
1212
## Getting Started
1313

versioned_docs/version-3.0.0/running-keploy/review-and-improve-ai-generated-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Mix-and-match them as needed—every example below can live inside the same `ass
7070
| **Header Exists** | Header key is present (value ignored). | `yaml<br>- type: header_exists<br> field: x-request-id<br>` | Reverse-proxy injects `x-request-id: 4b087…` |
7171
| **Header Matches** | Header value matches a **regex** pattern. | `yaml<br>- type: header_matches<br> field: set-cookie<br> pattern: "sessionId=.*; Path=/; HttpOnly"<br>` | `set-cookie: sessionId=abc123; Path=/; HttpOnly; SameSite=Lax` |
7272

73-
> **Tip **
73+
> **Tip**
7474
> Combine multiple assertions in one step to cover status, headers **and** body in a single round-trip. Every assertion is evaluated independently, so one failure pinpoints the exact mismatch.
7575
7676
## Edit and Manage Test Suites

0 commit comments

Comments
 (0)