Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed 'Azure' as deploy provider mention' #11116

Merged
merged 11 commits into from
Sep 25, 2024

Conversation

pantheredeye
Copy link
Collaborator

Azure was mentioned as a deploy provider in Chapter 0, but we don't have a deploy command for it. This removes that mention.

@Josh-Walker-GM
Copy link
Collaborator

I'm not sure what correspondence this list was supposed to have with our specific deploy commands. For example we don't have a specific command to deploy to google cloud or aws those are instead available by using deploy providers that we do provide specific commands for.

Maybe @thedavidprice, @cannikin or @ahaywood would be best placed to confirm what impression we are trying to give with this list?

@pantheredeye
Copy link
Collaborator Author

Ah. Yeah didn't think about checking others!! Hah. I focused on azure after searching for a user question about it.

Screenshot of the full section for context:

image

@ahaywood
Copy link
Contributor

I wonder if it would make more sense to update that list to include links out to the service (what it does now) and a link to instructions for each provider.

(For my own reference: here's a link to the page screenshotted above)

@cannikin
Copy link
Member

cannikin commented Jul 30, 2024

Hmmm...going through a blame, that whole section was written by me in one go, but I would have thought I'd only add providers we actually have yarn rw deploy commands for. The commit says "co-authored by David Price"...maybe it just appends that if he merged it?

But, I could see him wanting to add as many deploy hosts as we theoretically could deploy to...I believe Serverless.com would let you deploy to those, so I could see him wanting to see them listed explicitly (since serverless.com isn't itself a host, just tooling to get to multiple hosts).

@pantheredeye
Copy link
Collaborator Author

We can blend both approaches and move this one on. We can update the language to something like
"Redwood has generators that make deployment a breeze, such as to the following platforms.... "

We could then reference baremetal as we already do. Finally, we could make a blurb about how "you are free take deployment into your own hands like any other react app and deploy on your own terms to any provider such as ... "

What about including docker listing in our deploy section or with the baremetal mention?

@cannikin
Copy link
Member

What about including docker listing in our deploy section or with the baremetal mention?

The docker option works for sure? Like to any server, or just fly.io maybe?


#### Accessibility

Redwood includes a couple of components to [aid screen readers](https://redwoodjs.com/docs/accessibility) in properly navigating your app. The `<RouteAnnouncement>` component tells a screen reader to read something aloud, even though it isn't visible in the browser. And the `<RouteFocus>` tells a reader to skip verbose navigation options at the top of a page and get to the content.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved "Accessibility" into the "Router" section, from below, because the transition sentence from the previous paragraph does not make sense leading into "Accessibility." See red line. Moving it up to the router section made the most sense out of the options I saw.
image

@pantheredeye
Copy link
Collaborator Author

@cannikin requesting review - this should be good to go. I simply copied the deploy providers list from our deployment intro! I added the baremetal deploy note as a bullet to keep it in the providers group. Seemed to make sense to me. Also, I moved the "Accessibility" section up a few heading (see comment above) and made some grammatical-ish changes.

@pantheredeye
Copy link
Collaborator Author

ooh this doesn't make the same changes to the other version docs! :/ I can get to that at some point this week.

@pantheredeye
Copy link
Collaborator Author

@cannikin ok this PR should be good for a final review and merge.

  • The provider list change is ported back to v5 docs.
  • I removed 'docker' mention from v5-7 because it was merged in v8 as a feature.
  • I did not make the small typo corrections in the older docs, only the current branch of docs. They were small enough and I assume they will be in main moving forward.

@pantheredeye pantheredeye removed their assignment Sep 22, 2024
@cannikin cannikin added the release:docs This PR only updates docs label Sep 24, 2024
@cannikin cannikin added this to the chore milestone Sep 24, 2024
@cannikin cannikin added the changesets-ok Override the changesets check label Sep 24, 2024
@cannikin cannikin enabled auto-merge (squash) September 24, 2024 17:51
@cannikin
Copy link
Member

@pantheredeye Getting an error from Prettier during the CI stuff...can you see if you can fix?

image

auto-merge was automatically disabled September 24, 2024 21:03

Head branch was pushed to by a user without write access

@pantheredeye
Copy link
Collaborator Author

@cannikin I think I have it corrected.

@cannikin
Copy link
Member

cannikin commented Sep 24, 2024

Hmm, isn't that uploads doc live on the real site? Is it okay to delete in this PR? Or is that one "uploads" plural?

@pantheredeye
Copy link
Collaborator Author

pantheredeye commented Sep 24, 2024

The uploads plural is the correct doc. I think I made the singular upload doc the day I was reviewing for Danny. Sort of dirtied up my local codebase with it. I noticed it in another branch this weekend and then caught it in this one.

@pantheredeye
Copy link
Collaborator Author

pantheredeye commented Sep 24, 2024

Let me know what you think. I can nuke this branch and start over with a clean pr if you prefer.

@cannikin
Copy link
Member

Looks good to me!

@cannikin cannikin merged commit 6ee01ce into redwoodjs:main Sep 25, 2024
45 checks passed
@pantheredeye pantheredeye deleted the bb-docs-azure branch September 25, 2024 15:09
@Josh-Walker-GM Josh-Walker-GM modified the milestones: chore, next-release Sep 30, 2024
Josh-Walker-GM pushed a commit that referenced this pull request Oct 8, 2024
Azure was mentioned as a deploy provider in Chapter 0, but we don't have
a deploy command for it. This removes that mention.

---------

Co-authored-by: Rob Cameron <[email protected]>
@Josh-Walker-GM Josh-Walker-GM modified the milestones: next-release, v8.4.0 Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changesets-ok Override the changesets check release:docs This PR only updates docs
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants