mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-09 07:28:55 -07:00
docs: docs tentatively finished
This commit is contained in:
parent
d6c24511c8
commit
ceaba6f1a3
18 changed files with 323 additions and 69 deletions
|
|
@ -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: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue