Skip to content

Commit

Permalink
Changin the footer and texts of the main page
Browse files Browse the repository at this point in the history
  • Loading branch information
aitormurgu committed Mar 5, 2024
1 parent 0f75466 commit d6e4090
Showing 1 changed file with 18 additions and 21 deletions.
39 changes: 18 additions & 21 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ const config: Config = {
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
navbar: {
title: 'My Site',
title: 'biotz Academy',
logo: {
alt: 'My Site Logo',
src: 'img/biotz-logo.svg',
srcDark: 'img/biotz-logo-dark.svg',
},
items: [
{
Expand All @@ -64,12 +65,13 @@ const config: Config = {
position: 'left',
label: 'Tutorial',
},
{to: '/blog', label: 'Blog', position: 'left'},
{href: 'https://www.biotz.io/company/blog', label: 'Blog', position: 'left'},
{

href: 'https://www.biotz.io/contact-us',
label: 'Contact us',
position: 'right',
className: 'boton-navbar'
},
],
},
Expand All @@ -80,43 +82,38 @@ const config: Config = {
title: 'General',
items: [
{
label: 'Tutorial',
to: '/docs/intro',
label: `hello@biotz.io
Biotz SL
B-75081794`,
href: 'mailto:hello@biotz.io?subject=Website%20contact!',
},
],
},
{
title: 'Head Office',
items: [
{
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
},
{
label: 'Discord',
href: 'https://discordapp.com/invite/docusaurus',
},
{
label: 'Twitter',
href: 'https://twitter.com/docusaurus',
label:
`Santa Marina 3
20560 Oñati
(Guipúzcoa) Spain`,
href: 'mailto:asier.galdos@biotz.io?subject=Website%20contact!',
},

],
},
{
title: 'More',
items: [
{
label: 'Blog',
to: '/blog',
},
{
label: 'GitHub',
href: 'https://github.com/facebook/docusaurus',
label: 'Linkedin',
href: 'https://www.linkedin.com/products/magnet-smart-software-platforms-biotz/',
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,

copyright: ${new Date().getFullYear()} Biotz Academy. All Rights Reserved.`,
},
prism: {
theme: prismThemes.github,
Expand Down

0 comments on commit d6e4090

Please sign in to comment.