Skip to content

fix: remove unrecognized breadcrumbs key from Starlight config#24821

Merged
pelikhan merged 1 commit intomainfrom
copilot/fix-docs-build
Apr 6, 2026
Merged

fix: remove unrecognized breadcrumbs key from Starlight config#24821
pelikhan merged 1 commit intomainfrom
copilot/fix-docs-build

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 6, 2026

Docs build failing because breadcrumbs: true is not a recognized config key in the current version of @astrojs/starlight, causing the astro:config:setup hook to throw on startup.

Changes

  • docs/astro.config.mjs: Remove breadcrumbs: true — key no longer exists in Starlight's config schema

@pelikhan pelikhan marked this pull request as ready for review April 6, 2026 04:00
Copilot AI review requested due to automatic review settings April 6, 2026 04:00
@pelikhan pelikhan merged commit d67c9c3 into main Apr 6, 2026
2 checks passed
@pelikhan pelikhan deleted the copilot/fix-docs-build branch April 6, 2026 04:01
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes an invalid Starlight configuration option (breadcrumbs) that is no longer recognized by the installed @astrojs/starlight version, unblocking docs builds that fail during astro:config:setup.

Changes:

  • Remove breadcrumbs: true from the Starlight config in docs/astro.config.mjs.
Show a summary per file
File Description
docs/astro.config.mjs Drops the unrecognized breadcrumbs key from the Starlight integration config to prevent config schema errors.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants