feat: link docs logo to main site and note plan.ai/ui evolution on welcome#3
Merged
Conversation
…lcome Three small changes that tie the docs to the wider project. - Override Starlight's SiteTitle component so the "ui.plan.ai" logo in the docs header links to / (main site) instead of /docs/ (its default). The override drops the upstream logo-rendering path because no logo is configured today and importing the Starlight virtual modules requires a type reference the project doesn't set up — a comment in the new component explains how to restore it if a logo is ever added. - Note at the top of the welcome page: ui.plan.ai is the next evolutionary step of plan.ai/ui. - Correct the welcome page's product framing. The previous sentence described ui.plan.ai as purely "internal," which understated the product: the Workbench is internal, but the published agent UI streams are public — anyone can inspect and test them. Updated both the lead sentence and the V1 row in the versions table. The same "internal-only" framing also appears in foundations/the-thesis, foundations/watch-the-builders, start-here/what-youre-watching, v1-plan/scope, v1-plan/principles and v1-plan/non-goals; those are not touched here. Worth a follow-up sweep if the corrected framing should propagate. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Three small changes that tie the docs to the wider project.
Same "internal-only" framing also lives in `foundations/the-thesis`, `foundations/watch-the-builders`, `start-here/what-youre-watching`, `v1-plan/scope`, `v1-plan/principles` and `v1-plan/non-goals` — not touched here; worth a follow-up if the corrected framing should propagate.
Version bump: starlight `0.0.19 → 0.0.20`.
Test plan
🤖 Generated with Claude Code