docs(readme): trim duplicated Quick Start content, fold details into Usage#45
Merged
Conversation
…Usage slrslr (#44) correctly observed that step 5 of Linux Installation ("Access the dashboard") and the "Creating Your First Site" walkthrough duplicate content already covered in the Usage section below. This commit applies that removal and ties up two loose ends: - Site Management's "Create new site" bullet now mentions sole ownership ("you become the sole owner and only you can modify it"), preserving the one piece of information not previously duplicated elsewhere (the deleted step 3). - Site Management adds a "Publish changes" bullet describing the drag-and-sign flow. - Jump-to block at line 41 drops the now-stale #creating-your-first-site anchor. Supersedes #44 by keeping its scope-reduction intent and adding the two small fixes raised in review.
Closed
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
Supersedes #44. @slrslr correctly observed that step 5 of Linux Installation ("Access the dashboard") and the "Creating Your First Site" walkthrough duplicate content already covered in
## Usagebelow. This PR applies that removal and ties up two loose ends raised in review.Changes
Same as #44
### Creating Your First SitewalkthroughAdditional fixes
Preserve sole-ownership detail. The deleted step 3 said "you'll be redirected to your new site that only you can modify" — the one piece of information from the walkthrough not duplicated elsewhere. Folded into the Site Management bullet:
Drop the now-stale jump-to anchor. The jump block added in docs(readme): add Quick Start jump block, label OS-specific install sections #36 included
[first site](#creating-your-first-site). With the section gone, that anchor breaks. Updated to:Verification
-13/+3net, scoped to README.md> [!NOTE]block still resolve (#linux-installation,#docker-installation,#convenience-scripts,#windows-installation,#configuration,#usage)Credit
@slrslr in #44 for the scope-reduction observation.