diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 91ceb17..bd2734a 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -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', + }, ], }, ], diff --git a/docs/src/content/docs/getting-started/docker.mdx b/docs/src/content/docs/docs/getting-started/docker.mdx similarity index 100% rename from docs/src/content/docs/getting-started/docker.mdx rename to docs/src/content/docs/docs/getting-started/docker.mdx diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/docs/index.mdx similarity index 100% rename from docs/src/content/docs/index.mdx rename to docs/src/content/docs/docs/index.mdx