style: improve docs branding and header

This commit is contained in:
2026-08-01 11:01:27 +02:00
parent 230aced2c1
commit 951f91686e
8 changed files with 103 additions and 5 deletions
+9 -1
View File
@@ -7,7 +7,15 @@ export default defineConfig({
starlight({
title: 'Mediary Handleiding',
description: 'Gebruikershandleiding voor Mediary',
favicon: '/favicon.svg',
favicon: '/mediary-favicon.svg',
logo: {
src: './src/assets/mediary-logo.svg',
alt: 'Mediary',
},
components: {
ThemeProvider: './src/components/SystemTheme.astro',
ThemeSelect: './src/components/EmptyThemeSelect.astro',
},
customCss: ['./src/styles/custom.css'],
lastUpdated: true,
editLink: {