docs(website): invite visitors to write to the engineers behind Storm - #591
Merged
Merged
Conversation
The front page gets a line under the hero buttons and a "Get in touch" block in the evaluation section, both pointing at hello@orm.st. The block also asks teams already using Storm to tell us what they built, so their company or project can be listed on the site. The footer, the README's Community section and the docs introduction's evaluation path carry the same address. dev@orm.st stays the address for security and conduct reports.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
The site offered Discord and GitHub Discussions as the ways to reach the project, both public. A team evaluating Storm, or one already running it, had no direct address to write to. This adds one,
hello@orm.st, and puts it where those readers look.Where it appears
orm.st/#contact.Wherever there is room, the address itself is the link text, so a reader whose browser has no mail client behind
mailto:can still copy it.dev@orm.ststays the address for security and conduct reports; the constant's comment indocusaurus.config.tsandindex.jssays so.The docs line is in
docs/only, so it shows at/docs/nextuntil the next release snapshot.Verification
npm run buildinwebsite/succeeds. The built front page carries the address in the hero line and the contact block, and the docs pages carry the footer link. The 44 broken anchors the build reports are the pre-existing set; none is new. The front page was also checked in the browser at desktop width and at 390px.