docs(cloud): Add Deployments concept page, redirect the old reference URL#580
Open
developerjamiu wants to merge 3 commits into
Open
docs(cloud): Add Deployments concept page, redirect the old reference URL#580developerjamiu wants to merge 3 commits into
developerjamiu wants to merge 3 commits into
Conversation
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.
PR 2 of the Cloud IA rollout (#568). Establishes the Concepts section in the sidebar and ships the first Concepts page.
Changes
cloud_docs/02-concepts/01-deployments.md: Deployments concept page consolidating the old Deploy reference plus the redeploy/dry-run content that lived in the Get started tutorial. Six sections: Overview, Deploy your app, Check deployment status, Validate before deploying, Configure what's included (.scloudignore), Troubleshooting, Related.cloud_docs/02-concepts/_category_.json: establishes the Concepts sidebar group at position 2.cloud_docs/01-getting-started/02-launch.md— removed the "Deploy updates" section; replaced with a one-line pointer to the new Deployments concept.cloud_docs/reference/01-deployment/01-deploying-your-application.md: content fully absorbed into the new concept page.docusaurus.config.js: added a redirect from the old URL/cloud/reference/deployment/deploying-your-applicationto the new/cloud/concepts/deploymentsso external bookmarks keep working.04-deployment-hooks.md,05-dart-sdk-versions.md): updated their inbound link from the old path to the new concept page.02-guides/_category_.json,reference/_category_.json): explicit positions so the new sidebar order is Get started → Concepts → Guides → Reference.Verification
scloud deploy --helpandscloud deployment --helpconfirm every flag and subcommand referenced.npm run buildpasses; the redirect resolves; sidebar order is correct.What's next
PR 3: Deploy your first app tutorial rewrite (uses this concept). PR 4-6: remaining Concepts. Full rollout sequence in the #568 tracking comment.