docs: add variable-groups field to README table and site front-matter reference#1434
Merged
jamesadevine merged 1 commit intoJul 9, 2026
Merged
Conversation
… reference Add the variable-groups: front-matter field (introduced in #1426) to the human-facing docs: - README.md front matter fields table: new row after repos: - site/src/content/docs/reference/front-matter.mdx: - Overview YAML block: add variable-groups: commented entry after repos: - New ## Variable Groups section (authorization, names-only, target support) Verified: cd site && npm run build:astro — 38 pages, all internal links valid. 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
variable-groups:front-matter field (added in feat(compile): support Azure DevOps variable group imports #1426) was completely absent from the human-facing docs. Users evaluating or setting up a pipeline that needs ADO Library secrets had no docs-site or README coverage to guide them.Changes
README.md— newvariable-groupsrow in the Front Matter Fields table (afterrepos:)site/src/content/docs/reference/front-matter.mdx— two additions:variable-groups:commented entry afterrepos:## Variable Groupssection covering:variables: - group:output shapestandalone/1esonly; compile error onjob/stage)Accuracy checks
variable_groups: Vec<String>field confirmed insrc/compile/types.rs(line 1109)src/compile/common.rs(validate_variable_groups, lines 451–513)Job/Stagerejected) confirmed in same functionPipelineVar::Grouplowering confirmed insrc/compile/common.rs::variable_group_varsValidation
cd site && npm run build:astro— 38 pages built, all internal links validCreated by the docs-writer workflow.
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
cdn.playwright.devSee Network Configuration for more information.