Skip to content
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

Add alt text and fix broken image links #6955

Merged
merged 2 commits into from
Jun 12, 2024

Conversation

clayton-cornell
Copy link
Contributor

PR Description

Doc build reports show missing alt text and several broken image links. This PR adds the missing alt text and corrects the bad/broken image links.

Which issue(s) this PR fixes

Notes to the Reviewer

PR Checklist

  • CHANGELOG.md updated
  • Documentation added
  • Tests updated
  • Config converters updated

@clayton-cornell clayton-cornell added type/docs Docs Squad label across all Grafana Labs repos backport release-v0.40 backport release-v0.41 labels Jun 11, 2024
@clayton-cornell clayton-cornell requested a review from a team June 11, 2024 19:12
Copy link
Member

@jdbaldry jdbaldry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️ Thank you

@clayton-cornell clayton-cornell merged commit a834fa5 into main Jun 12, 2024
10 checks passed
@clayton-cornell clayton-cornell deleted the docs/update-image-alt-text branch June 12, 2024 14:25
@grafanabot
Copy link
Contributor

The backport to release-v0.40 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new branch
git switch --create backport-6955-to-release-v0.40 origin/release-v0.40
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x a834fa5ce6116d06ada51f6bd76ae77d14c7ab61
# Push it to GitHub
git push --set-upstream origin backport-6955-to-release-v0.40
git switch main
# Remove the local backport branch
git branch -D backport-6955-to-release-v0.40

Then, create a pull request where the base branch is release-v0.40 and the compare/head branch is backport-6955-to-release-v0.40.

grafanabot pushed a commit that referenced this pull request Jun 12, 2024
* Add alt text and fix broekn image links

* Match case to page title

(cherry picked from commit a834fa5)
clayton-cornell added a commit that referenced this pull request Jun 12, 2024
* Add alt text and fix broekn image links

* Match case to page title

(cherry picked from commit a834fa5)

Co-authored-by: Clayton Cornell <[email protected]>
clayton-cornell added a commit that referenced this pull request Jun 12, 2024
* Add alt text and fix broekn image links

* Match case to page title

(cherry picked from commit a834fa5)
@github-actions github-actions bot added the frozen-due-to-age Locked due to a period of inactivity. Please open new issues or PRs if more discussion is needed. label Jul 14, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backport release-v0.40 backport release-v0.41 frozen-due-to-age Locked due to a period of inactivity. Please open new issues or PRs if more discussion is needed. type/docs Docs Squad label across all Grafana Labs repos
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants