Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update web page #48

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
22 changes: 18 additions & 4 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,23 +83,37 @@ const config: Config = {
footer: {
style: 'dark',
links: [
{},
{
title: 'Community',
items: [
{
label: 'LinkedIn',
href: 'https://www.linkedin.com/company/codee-com/',
},
{
label: 'Twitter',
href: 'https://twitter.com/codee_com',
href: 'https://x.com/codee_com/',
Comment on lines 93 to +94
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

label should be X

},
{
label: 'LinkedIn',
href: 'https://www.linkedin.com/company/codee-com/',
label: 'Youtube',
href: 'https://www.youtube.com/@codee_com/',
},
{
label: 'GitHub',
href: 'https://github.com/codee-com',
href: 'https://github.com/codee-com/',
},
],
},
{
title: 'More',
items: [
{
label: 'Codee Website',
href: 'https://www.codee.com/',
},
]
},
],
copyright: `Copyright © ${new Date().getFullYear()} Appentra Solutions, S.L.`,
},
Expand Down