From 3abc35fa50693567e766567da3e654b7fad8efc4 Mon Sep 17 00:00:00 2001 From: Aditya Prasad Mohanty <78409764+Aditya-150@users.noreply.github.com> Date: Fri, 15 Dec 2023 09:25:09 +0530 Subject: [PATCH] chore: footer github url change (#38) Signed-off-by: Aditya Prasad Mohanty Co-authored-by: Barun Acharya --- docusaurus.config.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index a95c055..6b6c3bb 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -168,7 +168,11 @@ const config = { label: "Home", position: "left", }, - { to: "https://github.com/kubearmor/KubeArmor/wiki", label: "Blog", position: "left" }, + { + to: "https://github.com/kubearmor/KubeArmor/wiki", + label: "Blog", + position: "left", + }, { to: "https://docs.kubearmor.io/kubearmor/", label: "Documentation", @@ -225,7 +229,7 @@ const config = { }, { label: "GitHub", - to: "https://github.com/facebook/docusaurus", + to: "https://github.com/kubearmor", }, { label: "Slack",