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({ export default defineConfig({
integrations: [ integrations: [
starlight({ starlight({
title: 'My Docs', title: 'Kekkai',
social: { social: {
github: 'https://github.com/withastro/starlight', github: 'https://github.com/redume/kekkai',
}, },
sidebar: [ sidebar: [
{ {
@ -17,7 +17,7 @@ export default defineConfig({
// Each item here is one entry in the navigation menu. // Each item here is one entry in the navigation menu.
{ label: 'Example Guide', slug: 'guides/example' }, { label: 'Example Guide', slug: 'guides/example' },
], ],
}, },
{ {
label: 'Reference', label: 'Reference',
autogenerate: { directory: 'reference' }, autogenerate: { directory: 'reference' },