Remove docs. Make it better
Some checks failed
Build release image / build (push) Failing after 1m29s
Some checks failed
Build release image / build (push) Failing after 1m29s
This commit is contained in:
@@ -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.`,
|
||||
|
Reference in New Issue
Block a user