docs: The plug names have been changed to project

This commit is contained in:
Данил 2025-02-22 23:12:11 +03:00
parent c812ea5025
commit 07439f7d71

View file

@ -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' },