diff --git a/src/components/QuickStart.js b/src/components/QuickStart.js
index e3efd8ff9..abae3f374 100644
--- a/src/components/QuickStart.js
+++ b/src/components/QuickStart.js
@@ -41,7 +41,7 @@ export const QuickStart = () => {
>
Windows
@@ -52,7 +52,7 @@ export const QuickStart = () => { >Linux
@@ -61,7 +61,11 @@ export const QuickStart = () => { className="scale flex flex-col items-center justify-center space-y-3 rounded-lg bg-[color:var(--ifm-card-background-color)] p-6 text-center shadow-lg" to={useBaseUrl("/docs/server/macos/installation")} > -MacOS
diff --git a/src/components/SDKs.js b/src/components/SDKs.js index e4a84c64d..95629a2a2 100644 --- a/src/components/SDKs.js +++ b/src/components/SDKs.js @@ -17,7 +17,7 @@ export const SDKs = () => { >Windows
@@ -28,7 +28,7 @@ export const SDKs = () => { >Linux
@@ -37,7 +37,11 @@ export const SDKs = () => { className=" scale flex flex-col items-center justify-center space-y-3 rounded-lg bg-[color:var(--ifm-card-background-color)] p-6 text-center shadow-lg" to={useBaseUrl("/docs/server/macos/installation")} > -MacOS
diff --git a/static/img/apple-logo.svg b/static/img/os/apple-logo.svg similarity index 100% rename from static/img/apple-logo.svg rename to static/img/os/apple-logo.svg diff --git a/static/img/linux-logo.svg b/static/img/os/linux-logo.svg similarity index 100% rename from static/img/linux-logo.svg rename to static/img/os/linux-logo.svg diff --git a/static/img/windows-logo.svg b/static/img/os/windows-logo.svg similarity index 100% rename from static/img/windows-logo.svg rename to static/img/os/windows-logo.svg diff --git a/versioned_docs/version-2.0.0/server/index.md b/versioned_docs/version-2.0.0/server/index.md index ea46fd70f..3718324c5 100644 --- a/versioned_docs/version-2.0.0/server/index.md +++ b/versioned_docs/version-2.0.0/server/index.md @@ -6,8 +6,8 @@ sidebar_label: Installation Let's get Keploy up and running on your Windows, Linux, or macOS machine, so you can start crafting test cases in minutes. ⏱️ -- [Windows](/docs/server/windows/installation/)