docs: docs tentatively finished

This commit is contained in:
Gabe Farrell 2025-06-12 21:04:12 -04:00
parent d6c24511c8
commit ceaba6f1a3
18 changed files with 323 additions and 69 deletions

View file

@ -8,19 +8,24 @@ import tailwindcss from '@tailwindcss/vite';
export default defineConfig({
integrations: [
starlight({
title: 'Koito Docs',
title: 'Koito',
social: [{ icon: 'github', label: 'GitHub', href: 'https://github.com/gabehf/koito' }],
sidebar: [
{
label: 'Guides',
items: [
// Each item here is one entry in the navigation menu.
{ label: 'Example Guide', slug: 'guides/example' },
{ label: 'Installation', slug: 'guides/installation' },
{ label: 'Importing Data', slug: 'guides/importing' },
{ label: 'Setting up the Scrobbler', slug: 'guides/scrobbler' },
{ label: 'Editing Data', slug: 'guides/editing' },
],
},
{
label: 'Reference',
autogenerate: { directory: 'reference' },
items: [
{ label: 'Configuration Options', slug: 'reference/configuration' },
]
},
],
customCss: [