mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 12:43:12 +03:00
docs: The plug names have been changed to project
This commit is contained in:
parent
c812ea5025
commit
07439f7d71
1 changed files with 3 additions and 3 deletions
|
@ -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' },
|
||||
|
|
Loading…
Add table
Reference in a new issue