docs(cloud): Establish Reference section by moving and renaming the three existing pages#620
Open
developerjamiu wants to merge 1 commit into
Open
docs(cloud): Establish Reference section by moving and renaming the three existing pages#620developerjamiu wants to merge 1 commit into
developerjamiu wants to merge 1 commit into
Conversation
…hree existing pages
This was referenced Jun 17, 2026
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 13 of the Cloud IA rollout. Moves the three existing reference pages out of
reference/deployment/to top-level Reference, renames each to the IA target title, adds redirects for every old URL, and scopes the Concepts category icon so it stops cascading to every child page.Changes
reference/deployment/handling-private-dependencies.mdtoreference/private-dependencies.md, title "Handling private dependencies" to "Private dependencies".reference/deployment/dart-sdk-versions.mdtoreference/dart-sdk-versions.md, title "Dart SDK version handling" to "Dart SDK versions".reference/project-id.mdtoreference/project-id-rules.md, title "Project identifier" to "Project identifier rules".reference/deployment/folder removed.cli/_category_.jsonposition set to 4. Reference now reads: Dart SDK versions, Private dependencies, Project identifier rules, CLI. Putting CLI last is curated (it is a complex folder; keeping the smaller reference pages visible first); switch to alphabetical if you prefer.docusaurus.config.jsfor the old URLs.dart-sdk-versions.md.sidebar-icon-overviewCSS selector was using a descendant match and was applying the compass icon to every Concepts child page. Scoped it to direct child (>) so the icon now only appears on the Concepts category header. The framework'show-it-works.mdpage that also uses this class still picks up the icon via the leaf branch of the selector.Test plan
npm run buildpasses/cloud/reference/deployment/handling-private-dependencies,/cloud/reference/deployment/dart-sdk-versions,/cloud/reference/project-idand confirm each redirects to the new path