Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sidebar issue in custom pages with custom sidebar #2614

Merged

Conversation

HiDeoo
Copy link
Member

@HiDeoo HiDeoo commented Nov 19, 2024

Description

This PR fixes a regression introduced in #2252 where custom pages using the <StarlightPage /> component with a custom sidebar were using intermediate sidebars which means the current page was not marked as such.

@github-actions github-actions bot added the 🌟 core Changes to Starlight’s main package label Nov 19, 2024
Copy link

netlify bot commented Nov 19, 2024

Deploy Preview for astro-starlight ready!

Name Link
🔨 Latest commit ec66dd9
🔍 Latest deploy log https://app.netlify.com/sites/astro-starlight/deploys/673c5d02f28a3800083d2b42
😎 Deploy Preview https://deploy-preview-2614--astro-starlight.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 100 (no change from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@delucis delucis added the 🌟 patch Change that triggers a patch release label Nov 19, 2024
Copy link
Member

@delucis delucis left a comment

Choose a reason for hiding this comment

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

Great work fixing that so quickly @HiDeoo! 🤩

Copy link

changeset-bot bot commented Nov 19, 2024

🦋 Changeset detected

Latest commit: ec66dd9

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@astrojs/starlight Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@delucis delucis merged commit 9a31980 into withastro:main Nov 19, 2024
15 checks passed
@astrobot-houston astrobot-houston mentioned this pull request Nov 19, 2024
HiDeoo added a commit to HiDeoo/starlight that referenced this pull request Nov 19, 2024
* main:
  [ci] release (withastro#2615)
  [ci] format
  feat: add Backstage social icon (withastro#2600)
  Add SidebarPersister specifier to Starlight package (withastro#2605)
  Fix i18n type issue with multiple data content collections (withastro#2611)
  Fix sidebar issue in custom pages with custom sidebar (withastro#2614)
  Fix `sidebar` frontmatter use in internal links (withastro#2613)
  Add `grid-template-columns` to`<CardGrid>` (withastro#2606)
  i18n(zh-cn): Update `site-search.mdx` (withastro#2604)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌟 core Changes to Starlight’s main package 🌟 patch Change that triggers a patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Breaking changes when defining a custom sidebar (after perf optimizations work)
2 participants