diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 15309ceb..7efdbd10 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -26,7 +26,10 @@ export default defineConfig({ }, { label: 'CLI Reference', slug: 'cli-reference' - }] + }, { + label: 'CI Integration', + slug: 'ci' + }] }, { label: 'PathFinder Queries', autogenerate: { diff --git a/docs/src/components/posthog.astro b/docs/src/components/posthog.astro index fe7cbd23..f36b358b 100644 --- a/docs/src/components/posthog.astro +++ b/docs/src/components/posthog.astro @@ -1,5 +1,4 @@ --- - ---