-
Notifications
You must be signed in to change notification settings - Fork 345
General updates and corrections to the Alloy Component docs part 1 #3666
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
Conversation
💻 Deploy preview deleted. |
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-3666-to-release/v1.6 origin/release/v1.6
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x 9265dcd5c3b70048fcfe622eb146434262e2d506
# Push it to GitHub
git push --set-upstream origin backport-3666-to-release/v1.6
git switch main
# Remove the local backport branch
git branch -D backport-3666-to-release/v1.6 Then, create a pull request where the |
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-3666-to-release/v1.7 origin/release/v1.7
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x 9265dcd5c3b70048fcfe622eb146434262e2d506
# Push it to GitHub
git push --set-upstream origin backport-3666-to-release/v1.7
git switch main
# Remove the local backport branch
git branch -D backport-3666-to-release/v1.7 Then, create a pull request where the |
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-3666-to-release/v1.8 origin/release/v1.8
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x 9265dcd5c3b70048fcfe622eb146434262e2d506
# Push it to GitHub
git push --set-upstream origin backport-3666-to-release/v1.8
git switch main
# Remove the local backport branch
git branch -D backport-3666-to-release/v1.8 Then, create a pull request where the |
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-3666-to-release/v1.9 origin/release/v1.9
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x 9265dcd5c3b70048fcfe622eb146434262e2d506
# Push it to GitHub
git push --set-upstream origin backport-3666-to-release/v1.9
git switch main
# Remove the local backport branch
git branch -D backport-3666-to-release/v1.9 Then, create a pull request where the |
Removed backport to v1.6 - limiting backports for these fixes to just 3 releases back per Grafana standard |
This PR is part of a series of PRs that aim to catch a few minor typos and errors that have crept into the docs through all the recent refactoring and updates.
Most corrections are minor:
This PR also includes validating the args etc. against the source files (as a double check to make sure everything matches).