ui: non-docker one-liner, remove hero CTAs/BTC, rename Functionality#366
Merged
JohnMcLear merged 1 commit intoether:masterfrom Apr 17, 2026
Merged
Conversation
Four related tweaks to the home page after PRs ether#361 and ether#365 landed. - InstallOneLiner: swap the Docker one-liner for the native curl/irm installer commands from etherpad-lite README (Linux/macOS use bin/installer.sh, Windows uses bin/installer.ps1). Update the caption from "Needs Docker" to git + Node.js >= 20 with the follow-up `cd etherpad-lite && pnpm run prod` step. - MainHeadline: remove the "Read the manifesto" and "Why Etherpad" CTA buttons from the hero. The header already links to /about, and the hero was getting crowded once the InstallOneLiner landed. - MainHeadline: shrink hero h1 from 2.5rem to 2.3rem so the heading fits more naturally above the subhead on narrower viewports. - AddFunctionalities: rename heading "Add Functionalities" to "Add Functionality" — "functionality" reads as an uncountable collective here, which is more idiomatic. - Footer: remove the unverified Bitcoin donation line that PR ether#361 reintroduced when the positioning branch merged on top of ether#362. No routing or dependency changes. `pnpm run build` succeeds; all routes still generate statically. 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
Four tweaks to the home page after PRs #361 and #365 landed:
curl | sh(Linux/macOS) andirm | iex(Windows) installers from etherpad-lite's README. Caption updated from "Needs Docker" to git + Node.js ≥ 20 with the follow-upcd etherpad-lite && pnpm run prodstep..content.primary.showcasecontainer. The header already links to/about, and the hero was getting crowded onceInstallOneLinerlanded.<h1>from2.5remto2.3remso the heading sits more naturally above the subhead.No routing or dependency changes. The
/aboutand/why-etherpadpages still exist, just without hero-level CTAs.Test plan
pnpm run buildsucceeds; all seven routes still generate as static/aboutlink from the header still works🤖 Generated with Claude Code