Use odo logo instead of author image in blog posts#6837
Use odo logo instead of author image in blog posts#6837openshift-merge-robot merged 3 commits intoredhat-developer:mainfrom
Conversation
Signed-off-by: Parthvi Vala <[email protected]>
|
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. |
| 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.
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
| 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.
Can you also add this to all existing release announcement posts?
Signed-off-by: Parthvi Vala <[email protected]>
|
Kudos, SonarCloud Quality Gate passed!
|
|
/override windows-integration-test/Windows-test |
|
@valaparthvi: Overrode contexts on behalf of valaparthvi: windows-integration-test/Windows-test DetailsIn 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: