-
Notifications
You must be signed in to change notification settings - Fork 486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the Agent Concepts topics #5956
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One comment but aside from that looks good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new branch
git switch --create backport-5956-to-release-v0.38 origin/release-v0.38
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x b42073f7ab1af8af7ba656b48b31e2da55100df5
# Push it to GitHub
git push --set-upstream origin backport-5956-to-release-v0.38
git switch main
# Remove the local backport branch
git branch -D backport-5956-to-release-v0.38 Then, create a pull request where the |
* Update grammar spelling and syntax * Updates for semantic line breaks * More cleanup of grammar spelling and word use * Another pass at cleanup and consistency * Additional edits nad updates for grammar style * Fix image link * Update images grammar spelling xrefs * More language cleanup with focus on passive * Convert links to doc references * Tidy up punctuation and fix broken links * Update docs/sources/flow/config-language/syntax.md (cherry picked from commit b42073f)
* Update grammar spelling and syntax * Updates for semantic line breaks * More cleanup of grammar spelling and word use * Another pass at cleanup and consistency * Additional edits nad updates for grammar style * Fix image link * Update images grammar spelling xrefs * More language cleanup with focus on passive * Convert links to doc references * Tidy up punctuation and fix broken links * Update docs/sources/flow/config-language/syntax.md (cherry picked from commit b42073f)
* Update grammar spelling and syntax * Updates for semantic line breaks * More cleanup of grammar spelling and word use * Another pass at cleanup and consistency * Additional edits nad updates for grammar style * Fix image link * Update images grammar spelling xrefs * More language cleanup with focus on passive * Convert links to doc references * Tidy up punctuation and fix broken links * Update docs/sources/flow/config-language/syntax.md
PR Description
This PR updates the Concepts topics with a focus on:
assets
directory to the standard media location: https://grafana.com/docs/writers-toolkit/write/image-guidelines/#where-to-store-media-assetsWhich issue(s) this PR fixes
Notes to the Reviewer
PR Checklist