Skip to content

Commit

Permalink
Adding links to Footer
Browse files Browse the repository at this point in the history
  • Loading branch information
konstructcarrie committed Dec 2, 2024
1 parent 0ad35cf commit 0546213
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,34 @@ const config = {
style: 'dark',
links: [
{
title: 'Docs',
title: 'Community',
items: [

{
label: 'Slack',
href: 'https://konstructio.slack.com',
},
{
label: 'Twitter',
href: 'https://x.com/konstructio',
},
],
},
],
{
title: `More`,
items: [

{
label: `Blog`,
href: `https://blog.konstruct.io/`,
},
{
label: `Docs Home`,
href: `https://konstruct.io/docs`,
}
]
}
],
copyright: `Copyright © ${new Date().getFullYear()} Konstruct`,
},
prism: {
Expand Down

0 comments on commit 0546213

Please sign in to comment.