Skip to content

Commit

Permalink
Merge pull request #66 from konstructio/footer-update
Browse files Browse the repository at this point in the history
docs: Adding links to Footer
  • Loading branch information
konstructcarrie authored Dec 2, 2024
2 parents 950ade5 + 0546213 commit ffdb8e4
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 ffdb8e4

Please sign in to comment.