docs: Improved Welcome and Quick Start pages for clarity, structure, and onboarding UX#546
Open
hashirshoaeb wants to merge 3 commits into
Open
docs: Improved Welcome and Quick Start pages for clarity, structure, and onboarding UX#546hashirshoaeb wants to merge 3 commits into
hashirshoaeb wants to merge 3 commits into
Conversation
…g UX - Remove Welcome from sidebar (root pages conventionally hidden) - Add product description, prerequisites, and nav cards to Welcome page - Add scope statement, prerequisites, and Installation heading to Quick Start - Wrap steps in <Steps> component; use <Tabs> for install method and app type - Add "Install with AI" tab with copy-pasteable LLM prompt - Remove shorebird CLI help output dump; use `shorebird doctor` instead - Add terminal restart instruction before PATH verification step - Fix passive voice, typos, filler sentences, and duplicate welcome messages
Author
|
There is build error. I'll push the fix. |
Author
|
Update: code is formatted and build successfully. |
Author
|
Hey @tomarra, PR is ready to be reviewed. :) |
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.
Status
READY
Description:
Summary
Rewrites the Welcome (
/) and Quick Start (/getting-started) pages, takinginspiration from Vercel, Next.js, and Flutter docs, and applying Google's
Technical Writing One principles.
Welcome Page (
/)Added
immediately understand what the product does
Code Push, and CI Integration
Fixed
/pages are conventionallyhidden from navigation
expectations (ref)
"Reach us through any of these channels"
(ref)
Quick Start Page (
/getting-started)Added
(ref)
## Installationheading to anchor the steps section in navigationFixed
shorebirdCLI help output — unnecessary;shorebird --helpand
shorebird doctorserve this purpose bettershorebird doctor)— the PATH is not reloaded without it
<Steps>component forclear visual sequencing
<Tabs>for conditional steps:(ref)
descriptionfrontmatter from "The easy way to get started withShorebird" to "Install Shorebird and push your first patch."
Further Improvements (out of scope for this PR)
the docs should focus on Shorebird-specific content
embedded per feature in the relevant doc page