style: improve docs branding and header
This commit is contained in:
+9
-1
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user