Remove docs. Make it better
Some checks failed
Build release image / build (push) Failing after 1m29s

This commit is contained in:
yehor
2025-07-20 13:06:18 +03:00
parent 497239cc76
commit e6633ce255
17 changed files with 96 additions and 202 deletions

View File

@@ -98,12 +98,6 @@ const config = {
srcDark: 'img/logo_dark.svg',
},
items: [
{
type: 'docSidebar',
sidebarId: 'docsSidebar',
position: 'left',
label: 'Homelab',
},
{ to: '/blog', label: 'Blog', position: 'left' },
],
},
@@ -113,10 +107,6 @@ const config = {
{
title: 'This site sections',
items: [
{
label: 'Homelab',
to: '/docs/homelab',
},
{
label: 'Blog',
to: '/blog',
@@ -131,41 +121,7 @@ const config = {
},
],
},
{
title: 'My',
items: [
{
label: 'Code',
href: 'https://git.nicelycomposed.codes/yehor',
},
],
},
{
title: 'Me on',
items: [
{
label: 'Mastodon',
href: 'https://techhub.social/@estevez',
},
{
label: 'Pixelfed',
href: 'https://pixelfed.social/estevez',
},
{
label: 'GitHub',
href: 'https://github.com/estevez-dev',
},
{
label: 'Untappd',
href: 'https://untappd.com/user/estevezz',
},
{
label: 'LinkedIn',
href: 'https://www.linkedin.com/in/yehor-vialov-2a362158/',
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} Yehor Vialov.`,