From e7a6cd705a5d69391247f03b0b95cd5eb191d02f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 6 Apr 2026 03:59:48 +0000 Subject: [PATCH] fix: remove unrecognized breadcrumbs key from Starlight config Agent-Logs-Url: https://github.com/github/gh-aw/sessions/f72bf45d-33e9-4bd3-80a3-0d4453bb9b01 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- docs/astro.config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index fe1feab9b1a..6b6fdb600c3 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -159,7 +159,6 @@ export default defineConfig({ maxHeadingLevel: 4 }, pagination: true, - breadcrumbs: true, expressiveCode: { frames: { showCopyToClipboardButton: true,