From cb6fdc22ca8be7fb0b233017612bd021bc330564 Mon Sep 17 00:00:00 2001 From: danielmeppiel Date: Tue, 31 Mar 2026 14:43:55 +0200 Subject: [PATCH] docs: add Marketplaces guide to sidebar navigation The guides/marketplaces.md page existed but was not wired into the Starlight sidebar config, making it unreachable via navigation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/astro.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 6736f4c4..fb447ed4 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -69,6 +69,7 @@ export default defineConfig({ { label: 'Pack & Distribute', slug: 'guides/pack-distribute' }, { label: 'Private Packages', slug: 'guides/private-packages' }, { label: 'Org-Wide Packages', slug: 'guides/org-packages' }, + { label: 'Marketplaces', slug: 'guides/marketplaces' }, { label: 'CI Policy Enforcement', slug: 'guides/ci-policy-setup' }, { label: 'Agent Workflows (Experimental)', slug: 'guides/agent-workflows' }, ],