chore(docs): address documentation feedback and cleanup#1351
Merged
chance-coleman merged 3 commits intomainfrom Mar 18, 2026
Merged
chore(docs): address documentation feedback and cleanup#1351chance-coleman merged 3 commits intomainfrom
chance-coleman merged 3 commits intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Updates CLI documentation to remove the “Next steps” card grid UI and replace it with a simpler “Related Documentation” section, while also cleaning up unused MDX component imports and refreshing a repo copyright header.
Changes:
- Replace
<CardGrid>/<LinkCard>“Next steps” blocks with a “Related Documentation” markdown list in multiple guides. - Remove now-unused
CardGrid/LinkCardimports from affected MDX pages. - Update
tasks.yamlcopyright header and simplify the Getting Started page title/section heading.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| tasks.yaml | Updates copyright year range in file header. |
| docs/how-to-guides/use-uds-runner.mdx | Drops card-based “Next steps” UI in favor of a related-links list; removes unused imports. |
| docs/how-to-guides/use-bundle-overrides.mdx | Same “Related Documentation” conversion; removes unused imports. |
| docs/how-to-guides/monitor-cluster.mdx | Same “Related Documentation” conversion; removes unused imports. |
| docs/getting-started/quickstart.mdx | Same “Related Documentation” conversion; removes unused imports. |
| docs/getting-started/overview.mdx | Renames page title and the “What’s Next” heading to “Related Documentation”. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
joelmccoy
approved these changes
Mar 18, 2026
mjnagel
approved these changes
Mar 18, 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.
Description
Overview page title aligned (1 file)
getting-started/overview.mdx:title: Getting Started with UDS CLI→title: Getting Started## Next steps/## What's Next→## Related Documentation(4 files)quickstart.mdx,use-uds-runner.mdx,use-bundle-overrides.mdx,monitor-cluster.mdxCardGrid/LinkCard → bullet lists (4 files)
Same files as above, unused imports removed
Related Issue
Related core-421
Type of change
Checklist before merging