docs(creative): clarify preview_creative renders manifests, not generates#4461
Draft
bokelley wants to merge 1 commit into
Draft
docs(creative): clarify preview_creative renders manifests, not generates#4461bokelley wants to merge 1 commit into
bokelley wants to merge 1 commit into
Conversation
…ates preview_creative renders an existing creative manifest into viewable output — it does not generate or modify the input manifest. The prior opening sentence and frontmatter description both used "generates", which caused implementers to conflate preview_creative with build_creative. Fixes the wording on both pages and adds a mutual cross-link so readers see the render/generate distinction immediately. Closes #4452 https://claude.ai/code/session_01Ak6rrT9p3ZzeU6YY2y9o5p
Contributor
Author
|
Applying Generated by Claude Code |
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.
Closes #4452
The
preview_creativetask reference page opened with "Generate preview renderings" and its frontmatter description said "generates visual previews" — both misleading, since the task renders an existing manifest into viewable output and never generates or modifies it. Implementers choosing betweenpreview_creativeandbuild_creativehad no explicit statement of the render/generate distinction on either page.Changes:
preview_creative.mdx: frontmatter description changes "generates" → "renders an existing creative manifest into viewable output"; opening sentence replaced with an explicit render/generate distinction and cross-link tobuild_creativebuild_creative.mdx: cross-link topreview_creativefolded into the existing opening sentence so readers see the downstream render step immediatelyNon-breaking justification: docs-only wording fix — no schema fields, enum values, or task definitions touched; existing consumers unaffected.
Pre-PR review:
build_creative.mdxopening sentence redundancy addressed in final diffpreview_creative.mdx"input manifest" wording incorporatedSession: https://claude.ai/code/session_01Ak6rrT9p3ZzeU6YY2y9o5p
Generated by Claude Code