Skip to content

Commit

Permalink
fix: Update header urls (#842)
Browse files Browse the repository at this point in the history
* Header and Footer URLs

* npm update
  • Loading branch information
konstructcarrie authored Dec 3, 2024
1 parent dc6a250 commit 00c11cb
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 34 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,12 @@ const config = {
position: 'right',
},
{
href: 'https://github.com/kubefirst/kubefirst',
href: 'https://github.com/konstructio/kubefirst',
label: 'GitHub',
position: 'right',
},
{
href: 'https://kubefirst.io',
href: 'https://konstruct.io/',
label: 'Website',
position: 'right',
},
Expand Down Expand Up @@ -207,7 +207,7 @@ const config = {
},
{
label: 'GitHub',
href: 'https://github.com/kubefirst/kubefirst',
href: 'https://github.com/konstructio/kubefirst',
},
],
},
Expand Down
121 changes: 90 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 00c11cb

Please sign in to comment.