fix build and first clean
Build and deploy docusaurus site / build (push) Failing after 1m15s

This commit is contained in:
2026-03-05 19:43:49 +01:00
parent 9f434b2603
commit fc82d386a7
22 changed files with 8 additions and 750 deletions
+4 -45
View File
@@ -62,7 +62,7 @@ const config: Config = {
navbar: {
title: 'Home Server Docs',
logo: {
alt: 'My Site Logo',
alt: 'Home Server Docs Logo',
src: 'img/logo.svg',
},
items: [
@@ -70,55 +70,14 @@ const config: Config = {
type: 'docSidebar',
sidebarId: 'tutorialSidebar',
position: 'left',
label: 'Tutorial',
label: 'Documentation',
},
// Add links later if needed (Git, etc.)
],
},
footer: {
style: 'dark',
links: [
{
title: 'Docs',
items: [
{
label: 'Tutorial',
to: '/docs/intro',
},
],
},
{
title: 'Community',
items: [
{
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
},
{
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',
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
links: [],
copyright: `Documentation built with Docusaurus.`,
},
prism: {
theme: prismThemes.github,