diff --git a/docusaurus.config.js b/docusaurus.config.js index a760e89..a2ea599 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -57,52 +57,21 @@ const config = { // Replace with your project's social card image: 'img/docusaurus-social-card.jpg', navbar: { - title: 'My Site', + title: 'DOCS.JONASJONES.DEV', logo: { alt: 'My Site Logo', src: 'img/logo.svg', }, items: [ { - type: 'docSidebar', - sidebarId: 'tutorialSidebar', - position: 'left', - label: 'Tutorial', - }, - {to: '/blog', label: 'Blog', position: 'left'}, - { - href: 'https://github.com/JonasunderscoreJones/docs.jonasjones.dev', - label: 'GitHub', + href: 'https://jonasjones.dev', + label: 'Homepage', position: 'right', - }, + } ], }, footer: { style: 'dark', - links: [ - { - title: 'Docs', - items: [ - { - label: 'Tutorial', - to: '/docs/intro', - }, - ], - }, - { - title: 'More', - items: [ - { - label: 'Homepage', - href: 'https://jonasjones.dev', - }, - { - label: 'GitHub', - href: 'https://github.com/facebook/docusaurus', - }, - ], - }, - ], copyright: `Website by Jonas_Jones 2021 - ${new Date().getFullYear()}`, }, prism: {