Skip to content

Conversation

@everton-dgn
Copy link
Contributor

  • I have read the Contribution guide
  • This PR references an issue (except for typos, broken links, or other minor problems)

Description

Fixes an intermittent tab title issue caused by multiple <Title> components (SolidBase + theme) racing during client navigation. The theme-level titles are removed so SolidBase is the single source of truth for document.title from frontmatter. Also adds nav_title and titleTemplate: ":title" to overview pages so the sidebar keeps "Overview" while the tab shows the correct product title (e.g. "Solid Docs").

Tests:

  • pnpm check:lint
  • pnpm check:types

Related issues & labels

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@netlify
Copy link

netlify bot commented Dec 29, 2025

Deploy Preview for solid-docs ready!

Name Link
🔨 Latest commit a3e6f6a
🔍 Latest deploy log https://app.netlify.com/projects/solid-docs/deploys/695d5187dc2d3a0008278206
😎 Deploy Preview https://deploy-preview-1390--solid-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

dependabot bot and others added 8 commits December 31, 2025 04:10
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
…1397)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
@everton-dgn everton-dgn force-pushed the solid-docs-issue-1142-title branch from a966f90 to 7b385d1 Compare December 31, 2025 07:10
kodiakhq bot and others added 12 commits December 31, 2025 07:10
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
…o solid-docs-issue-1142-title

# Conflicts:
#	src/routes/solid-router/reference/primitives/use-match.mdx
@everton-dgn
Copy link
Contributor Author

Hi @LadyBluenotes 👋
Sorry to bother you, but when you have a moment could you take a look at this bug fix PR?
If any changes are needed, just let me know and I can update it quickly.
Thanks 🙏

Copy link
Member

@LadyBluenotes LadyBluenotes left a comment

Choose a reason for hiding this comment

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

Thank you for flagging this for me again, I'm sorry I took a bit to review this!

I appreciate you fixing this, you did great work.

@LadyBluenotes LadyBluenotes merged commit 4fafba9 into solidjs:main Jan 6, 2026
3 checks passed
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.

[Bug]: title on docs pages changes to and gets stuck as "Solid Docs"

4 participants