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

Remove code snippet on regions page and replace with upfront list of regions for users #4224

Open
Kemi-Elizabeth opened this issue Oct 10, 2024 · 0 comments
Assignees

Comments

@Kemi-Elizabeth
Copy link
Collaborator

Where on docs.platform.sh should be changed?

https://docs.platform.sh/development/regions.html#region-location

What exactly should be updated?

On https://docs.platform.sh/development/regions.html#region-location
We really shouldn't be needing to tell customers "If you want to see what your region is, run this.."
platform api:curl regions | jq '.regions[] | select(.available) | .id + ": " + .provider.name + " - " + .zone + " - " + .timezone' | sort
Probably best to just list the regions directly. Running this command also requires the person to have an account already, and the CLI installed. Instead of telling them "run this really long command that only works on linux" (or OS that our cli, jq, and sort supports), we should just make it up front with them on a page instead.

Additional context

See this Slack thread for context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant