Update docs for pipeline info reachability#644
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Improves documentation discoverability for the repository’s build infrastructure by adding clear navigation paths from the root README to eng/, and from eng/ to pipeline-specific documentation, including notes on pipeline generation and style guidance.
Changes:
- Link from the root
README.mdtoeng/README.mdfor build infrastructure details. - Link from
eng/README.mdto a neweng/pipeline/README.mddescribing Azure DevOps pipelines. - Expand
eng/ci-tools/README.mdwith pipeline generator regeneration guidance (go generate .).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Adds a pointer to eng/README.md for build infrastructure information. |
| eng/README.md | Adds a link to the pipeline documentation under eng/pipeline. |
| eng/pipeline/README.md | New doc describing pipeline location, generation flow, and a style guide link. |
| eng/ci-tools/README.md | Fixes the Windows usage link line formatting and documents pipeline regeneration via go generate .. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
karianna
approved these changes
Jul 8, 2026
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.
Add
eng/pipeline/README.mdand add a path to get there from the rootREADME.md. While here, include information about how the pipelines are generated and a pointer to the pipeline style doc.