mirror of
https://github.com/Redume/Kekkai.git
synced 2025-03-13 20:14: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: [
|
integrations: [
|
||||||
starlight({
|
starlight({
|
||||||
title: 'Kekkai',
|
title: 'Kekkai',
|
||||||
social: {
|
social: { github: 'https://github.com/redume/kekkai' },
|
||||||
github: 'https://github.com/redume/kekkai',
|
editLink: { baseUrl: 'https://github.com/redume/kekkai/edit/main/docs/' },
|
||||||
},
|
|
||||||
sidebar: [
|
sidebar: [
|
||||||
{
|
{
|
||||||
label: 'Getting started',
|
label: 'Getting started',
|
||||||
items: [
|
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