From 81522092543e69585c55426fcac02e6f75cf795e Mon Sep 17 00:00:00 2001 From: Animesh Date: Tue, 12 Sep 2023 17:28:35 +0530 Subject: [PATCH 1/2] fix: versioning of docs based on keploy version and UI update Signed-off-by: Animesh --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index e9a9b5bb9..cec84085c 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -100,7 +100,7 @@ module.exports = { label: "Installation", }, { - to: "https://tech.keploy.io", + to: "https://blog.keploy.io", label: "Tech Blog", }, // { From b27d657ff7dd1b6beab2b1d0c4d90fc5ce1cc1ce Mon Sep 17 00:00:00 2001 From: Animesh Date: Tue, 12 Sep 2023 17:29:31 +0530 Subject: [PATCH 2/2] fix: versioning of docs based on keploy version and UI update Signed-off-by: Animesh --- docusaurus.config.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index cec84085c..99d834ccd 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -80,6 +80,10 @@ module.exports = { activeBasePath: "none", label: "Explanation", }, + { + to: "/application-development", + label: "Installation", + }, // { // to: "/docs/operation/web-ui-operations/", // activeBasePath: "(/docs/operation)", @@ -93,15 +97,11 @@ module.exports = { // }, { to: "https://community.keploy.io", - label: "KB articles", - }, - { - to: "/application-development", - label: "Installation", + label: "KB Articles", }, { to: "https://blog.keploy.io", - label: "Tech Blog", + label: "Blog", }, // { // to: "/docs/hacktoberfest/contribution-guide/",