diff --git a/docusaurus.config.js b/docusaurus.config.js index 87aa01c..4cd2e9c 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -11,7 +11,7 @@ import { themes as prismThemes } from 'prism-react-renderer'; /** @type {import('@docusaurus/types').Config} */ const config = { title: 'HomeLab Documented', - tagline: 'A project of public documentation for one home lab', + tagline: 'A homelab public documentation project', favicon: 'img/favicon.ico', // Set the production url of your site here @@ -78,7 +78,7 @@ const config = { navbar: { title: 'HomeLab Documented', logo: { - alt: 'My Site Logo', + alt: 'HomeLab Logo', src: 'img/logo.svg', }, items: [ @@ -90,8 +90,8 @@ const config = { }, { to: '/blog', label: 'Blog', position: 'left' }, { - href: 'https://github.com/facebook/docusaurus', - label: 'GitHub', + href: 'https://git.nicelycomposed.codes/yehor/homelab-documented', + label: 'Source code', position: 'right', }, ], @@ -103,43 +103,26 @@ const config = { title: 'Docs', items: [ { - label: 'Tutorial', + label: 'Docs', to: '/docs/intro', }, ], }, { - title: 'Community', + title: 'Connect', items: [ { - label: 'Stack Overflow', - href: 'https://stackoverflow.com/questions/tagged/docusaurus', + label: 'Mastodon', + href: 'https://techhub.social/@estevez', }, { - label: 'Discord', - href: 'https://discordapp.com/invite/docusaurus', - }, - { - label: 'X', - href: 'https://x.com/docusaurus', - }, - ], - }, - { - title: 'More', - items: [ - { - label: 'Blog', - to: '/blog', - }, - { - label: 'GitHub', - href: 'https://github.com/facebook/docusaurus', + label: 'Other', + href: 'https://www.yevi.org', }, ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`, + copyright: `Copyright © ${new Date().getFullYear()} Yehor Vialov`, }, prism: { theme: prismThemes.github,