Update Cloud CLI deploy documentation for link-first workflow - #3306
Merged
Conversation
Document that deploy requires a linked Cloud project, recommend dashboard deployment in the quick start, and fix the strapi-link heading anchor. Co-authored-by: Cursor <cursoragent@cursor.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
The Push to GitHub and Create/deploy Cloud subsections were plain headings inconsistent with the rest of the guide. Turn them into StepDetails steps, renumber Part D to steps 7-12, update the Tldr count, and fix the REST API anchor link.
init, add, and commit are combined into a single code block, and the remote/push commands each get their own block. The step goes from 8 bullets to 5.
The git commands are short and not copy-pasted verbatim (remote add and push need editing), so terminal blocks drew undue attention. Commands now sit inline, and remote add and push are merged into one bullet.
The bullet now states what to do on the first line, then the concrete commands after a <br/>, so the goal reads clearly before the git syntax.
The QSG and the CLI installation page duplicated the same git push instructions. Move them to docs/snippets/push-to-github.md (togglable details) and import it in both pages. In the QSG, the detailed steps now sit behind the toggle so they no longer draw attention on a developer-facing section. Repo name harmonized to my-strapi-project.
pwizla
approved these changes
Jul 1, 2026
pwizla
left a comment
Collaborator
There was a problem hiding this comment.
Thanks a lot, Marie!
Mergeable once we replace the GIF for Cloud.
As discussed on Slack, I reworked the git section and tweaked the new steps to include them in the progress indicator.
Collaborator
|
GIFs updated ✅ |
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
strapi deployrequires a linked Strapi Cloud project and document the login → link → deploy order.