From bb5111782218ac9e6df6a90e79188facdcf3fee2 Mon Sep 17 00:00:00 2001 From: Saket Maurya Date: Mon, 26 Jan 2026 21:06:37 +0530 Subject: [PATCH 1/3] fix: broken anchor fixed Signed-off-by: Saket Maurya --- .../version-2.0.0/concepts/platform-requirements.md | 2 +- versioned_docs/version-2.0.0/keploy-explained/mac-linux.md | 4 ++-- .../version-3.0.0/concepts/platform-requirements.md | 4 ++-- versioned_docs/version-3.0.0/installation/linux.md | 2 +- versioned_docs/version-3.0.0/installation/macos.md | 2 +- versioned_docs/version-3.0.0/installation/windows.md | 2 +- versioned_docs/version-3.0.0/keploy-explained/mac-linux.md | 4 ++-- versioned_docs/version-3.0.0/keploy-explained/windows-wsl.md | 4 ++-- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/versioned_docs/version-2.0.0/concepts/platform-requirements.md b/versioned_docs/version-2.0.0/concepts/platform-requirements.md index 36ed4bc99..fb4958b72 100644 --- a/versioned_docs/version-2.0.0/concepts/platform-requirements.md +++ b/versioned_docs/version-2.0.0/concepts/platform-requirements.md @@ -27,7 +27,7 @@ Linux: | Operating System | Without Docker | Docker Installation | Prerequisites | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| MacOS **MacOS** | [Guide](/keploy-explained/mac-linux.md) | [Guide](/server/installation/) | - Docker Desktop version must be 4.25.2 or above
| +| MacOS **MacOS** | [Guide](/keploy-explained/mac-linux.md) | [Guide](/server/installation.md#other-installation-methods) | - Docker Desktop version must be 4.25.2 or above
| | Windows **Windows** | Supported | Supported | - Use [WSL](https://learn.microsoft.com/en-us/windows/wsl/install#install-wsl-command) `wsl --install`
- Windows 10 version 2004 and higher (Build 19041 and higher) or Windows 11 | | Linux **Linux** | Supported | Supported | Linux kernel 5.15 or higher | diff --git a/versioned_docs/version-2.0.0/keploy-explained/mac-linux.md b/versioned_docs/version-2.0.0/keploy-explained/mac-linux.md index f5a839465..2f8432a51 100644 --- a/versioned_docs/version-2.0.0/keploy-explained/mac-linux.md +++ b/versioned_docs/version-2.0.0/keploy-explained/mac-linux.md @@ -56,8 +56,8 @@ Congratulations! You've successfully set up Keploy natively on MacOS. ## What's Next? -### 🎬 [Start Capturing Testcases](/docs/server/installation/) +### 🎬 [Start Capturing Testcases](/server/installation.md#-capturing-testcases) Begin recording your API calls and generating test cases with Keploy. -#### [Back to Installation Guide](/docs/server/installation/) +#### [Back to Installation Guide](/server/installation.md) diff --git a/versioned_docs/version-3.0.0/concepts/platform-requirements.md b/versioned_docs/version-3.0.0/concepts/platform-requirements.md index 98fb3cfd8..f03103168 100644 --- a/versioned_docs/version-3.0.0/concepts/platform-requirements.md +++ b/versioned_docs/version-3.0.0/concepts/platform-requirements.md @@ -27,8 +27,8 @@ Linux: | Operating System | Without Docker | Docker Installation | Prerequisites | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| MacOS **MacOS** | [Guide](/keploy-explained/mac-linux.md) | [Guide](/server/installation/) | - Docker Desktop version must be 4.25.2 or above
- Ensure that Lima is installed on your machine if you prefer to try without Docker. | -| Windows **Windows** | [Guide](/keploy-explained/windows-wsl.md) | [Guide](/server/installation/) | - Use [WSL](https://learn.microsoft.com/en-us/windows/wsl/install#install-wsl-command) `wsl --install`
- Windows 10 version 2004 and higher (Build 19041 and higher) or Windows 11
- Ensure that Docker Desktop version 4.25.2 or above is installed if you are following the Docker installation guide | +| MacOS **MacOS** | [Guide](/keploy-explained/mac-linux.md) | [Guide](/server/installation.md#other-installation-methods) | - Docker Desktop version must be 4.25.2 or above
- Ensure that Lima is installed on your machine if you prefer to try without Docker. | +| Windows **Windows** | [Guide](/keploy-explained/windows-wsl.md) | [Guide](/server/installation.md#other-installation-methods) | - Use [WSL](https://learn.microsoft.com/en-us/windows/wsl/install#install-wsl-command) `wsl --install`
- Windows 10 version 2004 and higher (Build 19041 and higher) or Windows 11
- Ensure that Docker Desktop version 4.25.2 or above is installed if you are following the Docker installation guide | | Linux **Linux** | Supported | Supported | Linux kernel 5.15 or higher | On MacOS and Windows, additional tools are required for Keploy due to the lack of native eBPF support. diff --git a/versioned_docs/version-3.0.0/installation/linux.md b/versioned_docs/version-3.0.0/installation/linux.md index a3001ddb6..691e0e532 100644 --- a/versioned_docs/version-3.0.0/installation/linux.md +++ b/versioned_docs/version-3.0.0/installation/linux.md @@ -38,6 +38,6 @@ You’ve successfully installed **Keploy on Linux**. ## What's Next? -### 🎬 [Start Capturing Test Cases](/docs/server/installation/) +### 🎬 [Start Capturing Test Cases](/server/installation.md#-capturing-testcases) Begin recording your API calls and automatically generate test cases with Keploy. diff --git a/versioned_docs/version-3.0.0/installation/macos.md b/versioned_docs/version-3.0.0/installation/macos.md index d0fe68756..785f53c0d 100644 --- a/versioned_docs/version-3.0.0/installation/macos.md +++ b/versioned_docs/version-3.0.0/installation/macos.md @@ -68,7 +68,7 @@ Keploy uses eBPF to intercept API calls on network layer and generates test case ## What's Next? -### 🎬 [Start Capturing Test Cases](/docs/server/installation/) +### 🎬 [Start Capturing Test Cases](/server/installation.md#-capturing-testcases) Begin recording your API calls and automatically generate test cases with Keploy. diff --git a/versioned_docs/version-3.0.0/installation/windows.md b/versioned_docs/version-3.0.0/installation/windows.md index dee4c24d3..3e080caa8 100644 --- a/versioned_docs/version-3.0.0/installation/windows.md +++ b/versioned_docs/version-3.0.0/installation/windows.md @@ -61,7 +61,7 @@ If you already have WSL, Go to Step 2. ## What's Next? -### 🎬 [Start Capturing Test Cases](/docs/server/installation/) +### 🎬 [Start Capturing Test Cases](/server/installation.md#-capturing-testcases) Begin recording your API calls and automatically generate test cases with Keploy. diff --git a/versioned_docs/version-3.0.0/keploy-explained/mac-linux.md b/versioned_docs/version-3.0.0/keploy-explained/mac-linux.md index 95de48e72..9d361ab83 100644 --- a/versioned_docs/version-3.0.0/keploy-explained/mac-linux.md +++ b/versioned_docs/version-3.0.0/keploy-explained/mac-linux.md @@ -56,8 +56,8 @@ Congratulations! You've successfully set up Keploy natively on MacOS. ## What's Next? -### 🎬 [Start Capturing Testcases](/docs/server/installation/) +### 🎬 [Start Capturing Testcases](/server/installation.md#-capturing-testcases) Begin recording your API calls and generating test cases with Keploy. -#### [Back to Installation Guide](/docs/server/installation/) +#### [Back to Installation Guide](/server/installation.md) diff --git a/versioned_docs/version-3.0.0/keploy-explained/windows-wsl.md b/versioned_docs/version-3.0.0/keploy-explained/windows-wsl.md index 75705390a..5a1e051b4 100644 --- a/versioned_docs/version-3.0.0/keploy-explained/windows-wsl.md +++ b/versioned_docs/version-3.0.0/keploy-explained/windows-wsl.md @@ -38,8 +38,8 @@ Congratulations! You've successfully set up Keploy natively on Windows. ## What's Next? -### 🎬 [Start Capturing Testcases](/docs/server/installation/) +### 🎬 [Start Capturing Testcases](/server/installation.md#-capturing-testcases) Begin recording your API calls and generating test cases with Keploy. -#### [Back to Installation Guide](/docs/server/installation/) +#### [Back to Installation Guide](/server/installation.md) From 5b68b9e5465e94a12d7b2be547079681a2862cba Mon Sep 17 00:00:00 2001 From: Saket Maurya Date: Mon, 26 Jan 2026 21:14:07 +0530 Subject: [PATCH 2/3] fix: fixed the deprecated warning for onBrokenMarkdownLinks and replace with v4 based onBrokenMarkdownLinks Signed-off-by: Saket Maurya --- docusaurus.config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index a309aa12b..f5aa4f6e7 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -13,6 +13,12 @@ module.exports = { url: "https://keploy.io", baseUrl: "/docs/", onBrokenLinks: "throw", + markdown: { + hooks: { + onBrokenMarkdownLinks: 'warn', + }, + }, + // onBrokenMarkdownLinks: "warn", trailingSlash: true, favicon: "img/favicon.png", organizationName: "keploy", // Usually your GitHub org/user name. From e8f731701de3e38dd532541ff162b1a36ebb60d8 Mon Sep 17 00:00:00 2001 From: Saket Maurya Date: Tue, 27 Jan 2026 15:11:21 +0530 Subject: [PATCH 3/3] fix: removed duplicate docusaurus config Signed-off-by: Saket Maurya --- docusaurus.config.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index f5aa4f6e7..a309aa12b 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -13,12 +13,6 @@ module.exports = { url: "https://keploy.io", baseUrl: "/docs/", onBrokenLinks: "throw", - markdown: { - hooks: { - onBrokenMarkdownLinks: 'warn', - }, - }, - // onBrokenMarkdownLinks: "warn", trailingSlash: true, favicon: "img/favicon.png", organizationName: "keploy", // Usually your GitHub org/user name.