-
Notifications
You must be signed in to change notification settings - Fork 243
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
Use odo logo instead of author image in blog posts #6837
Use odo logo instead of author image in blog posts #6837
Conversation
Signed-off-by: Parthvi Vala <pvala@redhat.com>
Skipping CI for Draft Pull Request. |
✅ Deploy Preview for odo-docusaurus-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
@@ -2,7 +2,7 @@ | |||
title: odo ${TAG_NAME} Released | |||
author: $GITHUB_ACTOR | |||
author_url: https://github.com/$GITHUB_ACTOR | |||
author_image_url: https://github.com/$GITHUB_ACTOR.png | |||
author_image_url: https://raw.githubusercontent.com/redhat-developer/odo/main/docs/website/static/img/logo.png |
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.
We should probably keep author_image_url
as it was; it is correct that it points to GitHub avatar.
According to Docusarus documentation there is also an image
field that should be used to this
We should probably set image
to odo logo for this template and all existing blog posts.
.github/workflow-data/release-management/blog-post-header.tpl.md
Outdated
Show resolved
Hide resolved
@@ -3,6 +3,7 @@ title: odo ${TAG_NAME} Released | |||
author: $GITHUB_ACTOR | |||
author_url: https://github.com/$GITHUB_ACTOR | |||
author_image_url: https://github.com/$GITHUB_ACTOR.png | |||
image: https://raw.githubusercontent.com/redhat-developer/odo/main/docs/website/static/img/logo.png |
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.
Can you also add this to all existing release announcement posts?
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.
This PR fixes #6807, right?
Signed-off-by: Parthvi Vala <pvala@redhat.com>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
/override windows-integration-test/Windows-test |
@valaparthvi: Overrode contexts on behalf of valaparthvi: windows-integration-test/Windows-test In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What type of PR is this:
/area documentation
/area release-eng
What does this PR do / why we need it:
While sharing blogs on social media platform, the author image is highlighted in big picture which is not always desirable. Using odo logo instead seems like a better option.
Which issue(s) this PR fixes:
Fixes #6807
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer: