From 07439f7d718d80fcd9b9a851dbe89d577897f474 Mon Sep 17 00:00:00 2001 From: Redume Date: Sat, 22 Feb 2025 23:12:11 +0300 Subject: [PATCH] docs: The plug names have been changed to project --- docs/astro.config.mjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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' },