mirror of
https://github.com/Redume/Kekkai.git
synced 2025-03-12 19:44:39 +03:00
docs: set base url /docs/
This commit is contained in:
parent
b3aab3e7aa
commit
a707bb2da7
3 changed files with 6 additions and 5 deletions
|
@ -7,16 +7,17 @@ export default defineConfig({
|
|||
integrations: [
|
||||
starlight({
|
||||
title: 'Kekkai',
|
||||
social: {
|
||||
github: 'https://github.com/redume/kekkai',
|
||||
},
|
||||
social: { github: 'https://github.com/redume/kekkai' },
|
||||
editLink: { baseUrl: 'https://github.com/redume/kekkai/edit/main/docs/' },
|
||||
sidebar: [
|
||||
{
|
||||
label: 'Getting started',
|
||||
items: [
|
||||
{
|
||||
label: 'Docker', slug: 'getting-started/docker', badge: 'recommended'
|
||||
}
|
||||
label: 'Docker',
|
||||
slug: 'docs/getting-started/docker',
|
||||
badge: 'recommended',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue