diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 1b39364..b68ed04 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -6,9 +6,9 @@ import starlight from '@astrojs/starlight'; export default defineConfig({ integrations: [ starlight({ - title: 'My Docs', + title: 'Kekkai', social: { - github: 'https://github.com/withastro/starlight', + github: 'https://github.com/redume/kekkai', }, sidebar: [ { @@ -17,7 +17,7 @@ export default defineConfig({ // Each item here is one entry in the navigation menu. { label: 'Example Guide', slug: 'guides/example' }, ], - }, + }, { label: 'Reference', autogenerate: { directory: 'reference' },