docs: Add heading and intro to scloud context CLI page - #766
Closed
Isakdl wants to merge 1 commit into
Closed
Conversation
The context command page imported an empty _context.md, so it rendered with no h1 and no prose. Add the same heading and intro pattern every sibling command page uses. Co-authored-by: Isak <Isakdl@users.noreply.github.com>
Isakdl
marked this pull request as ready for review
August 27, 2026 10:16
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.
Fixes CLD-1314.
The
scloud contextreference page imported an empty_context.md, so it rendered with no<h1>and no intro prose. Sibling command pages (for exampledeploy) all start with# scloud <command>plus a short description.This adds the missing heading and two intro sentences: what global context is, when
sclouduses it, and thatscloud project linkis the per-project alternative.Walkthrough
The page at
/cloud/reference/cli/commands/contextnow matches every other CLI command page:scloud context--helpdump below thatPlease verify the page in a docs preview; this repo asks agents not to run
npm run build.Linear Issue: CLD-1314