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