Skip to content

Commit

Permalink
chore: footer github url change (#38)
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Prasad Mohanty <[email protected]>
Co-authored-by: Barun Acharya <[email protected]>
  • Loading branch information
Aditya-150 and daemon1024 authored Dec 15, 2023
1 parent 481dfff commit 3abc35f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -225,7 +229,7 @@ const config = {
},
{
label: "GitHub",
to: "https://github.com/facebook/docusaurus",
to: "https://github.com/kubearmor",
},
{
label: "Slack",
Expand Down

0 comments on commit 3abc35f

Please sign in to comment.