Skip to content

docs(site): highlight augmenting existing ADO pipelines via stage generator#909

Merged
jamesadevine merged 2 commits into
mainfrom
copilot/augment-azure-devops-pipelines
Jun 8, 2026
Merged

docs(site): highlight augmenting existing ADO pipelines via stage generator#909
jamesadevine merged 2 commits into
mainfrom
copilot/augment-azure-devops-pipelines

Conversation

Copilot AI commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds a mid-page section to the site landing page calling out that agents can augment existing Azure DevOps pipelines, positioned as a nice-to-have rather than a headline feature.

  • New "Augment your existing pipelines" section in site/src/content/docs/index.mdx, placed between "Five security layers" and "Get started in minutes".
  • Focuses on the target: stage generator: compile an agent into a reusable stage-level template that drops into an existing multi-stage pipeline, with a short YAML snippet and a link to the Target platforms reference.
stages:
  - stage: Build
    jobs: ...
  - template: agents/review.lock.yml   # the agentic workflow, slotted in
    parameters:
      dependsOn: Build

Test plan

Documentation-only .mdx change. Snippet and target: stage semantics verified against docs/targets.md; internal link path matches existing /ado-aw/reference/targets/ route.

Copilot AI and others added 2 commits June 8, 2026 19:25
Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com>
Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com>
@jamesadevine jamesadevine marked this pull request as ready for review June 8, 2026 19:31
@jamesadevine jamesadevine merged commit ade517f into main Jun 8, 2026
@jamesadevine jamesadevine deleted the copilot/augment-azure-devops-pipelines branch June 8, 2026 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants