docs: set base url /docs/

This commit is contained in:
Данил 2025-02-24 16:32:32 +03:00
parent b3aab3e7aa
commit a707bb2da7
3 changed files with 6 additions and 5 deletions

View file

@ -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',
},
],
},
],