docs(site): add PublishPipelineArtifact@1, DownloadPipelineArtifact@2, DeleteFiles@1 to typed-helpers table#1079
Draft
github-actions[bot] wants to merge 1 commit into
Conversation
…, DeleteFiles@1 helpers to ir.mdx Three typed helpers added in #1063, #1065, and #1071 were missing from the site docs. This patch: - Adds three rows to the Available helpers table in ir.mdx - Updates the tasks.rs module-layout bullet to list all 12 helpers - Updates the cross-reference sentence in extending.mdx to mention the three new entries Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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
TaskStep::new()calls unnecessarily.Changes
site/src/content/docs/reference/ir.mdxtasks.rsmodule-layout bullet to list all 12 helpers (previously only 9 were named)publish_pipeline_artifact_step(target_path)→PublishPipelineArtifact@1download_pipeline_artifact_step(target_path)→DownloadPipelineArtifact@2delete_files_step(contents)→DeleteFiles@1site/src/content/docs/guides/extending.mdxAccuracy checks
publish_pipeline_artifact_stepsignature verified againstsrc/compile/ir/tasks.rsline 320; required param istargetPath(ADO macros OK, no wildcards)download_pipeline_artifact_stepsignature verified at line 356; required param istargetPathdelete_files_stepsignature verified at line 379; required param isContents(newline-separated globs)PublishPipelineArtifact@1,DownloadPipelineArtifact@2,DeleteFiles@1) verified fromTaskStep::new(...)calls intasks.rsValidation
cd site && npm ci && npm run build— 36 pages built, all internal links validCreated by the docs-writer workflow.