From 435e4ff80af65590e901e31d0dd95b9f38bae682 Mon Sep 17 00:00:00 2001 From: Shubham Singh Date: Mon, 3 Jun 2024 07:56:51 +0000 Subject: [PATCH] fixing links to docs and base Signed-off-by: GitHub --- docusaurus.config.js | 2 +- versionsArchived.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 2fbefafa79..b3b1a7b25b 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -136,7 +136,7 @@ const config = { logo: { src: "img/avatar.png", target: "_self", - href: "https://kubeedge.io", + href: "/", }, items: [ { diff --git a/versionsArchived.json b/versionsArchived.json index 6daa34e043..13397aeeda 100644 --- a/versionsArchived.json +++ b/versionsArchived.json @@ -1,7 +1,7 @@ { - "Next": "https://kubeedge.io/docs/", + "Next": "/docs/", "v1.17": "https://release-1-17.docs.kubeedge.io/docs/", "v1.16": "https://release-1-16.docs.kubeedge.io/docs/", "v1.15": "https://release-1-15.docs.kubeedge.io/docs/", "v1.14": "https://release-1-14.docs.kubeedge.io/docs/" -} +} \ No newline at end of file