The download is where a visitor looks for it - #34
Merged
Merged
Conversation
Getting Plaza was the second-to-last thing on its own page, about eighty per cent of the way down, behind everything about how the feed works and how fast it is. Somebody who had already decided still had to scroll past all of it to find the one line they came for. It now sits directly after the screenshots, which is where somebody decides they want it: what it is, what it looks like, how to get it, then the rest. That is a move and nothing else, so the section reads exactly as it did, including the ad-hoc signing paragraph and the Linux requirements. The Linux font caveat lands before an install rather than after one, which is the better side of that press. The intro also carries one line pointing at it, so the first screen says the install exists without repeating the command. One copy of a command is one thing to keep right.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This branch had an error being deployed
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.
Getting Plaza was the second-to-last section on Plaza's own page. Somebody who had already decided they wanted it still had to scroll past how the feed works, how the relays are chosen, places, and the performance numbers to reach the one line they came for.
Measured on the built page, 1400x900:
It now sits directly after the screenshots, which is where somebody decides they want it. The page reads: what it is, what it looks like, how to get it, then everything else.
It is a move and nothing else. Sorting both files line by line gives an identical result, so no sentence changed: the ad-hoc signing paragraph, the build-from-source steps, the Linux requirements and the font caveat all read exactly as they did. One thing improves for free: the caveat about non-Latin scripts on Linux now lands before somebody runs the Linux installer rather than after.
The intro carries one line pointing at it, so the first screen says an install exists without repeating the command. Deliberately a link and not a second copy of the
curlline: one copy of a command is one thing to keep right, and this week has been a run of things that were correct once and drifted.Checked in a browser rather than assumed: the anchor resolves (
#getting-itexists and the link scrolls to it), andnpm run buildis clean.