-
Notifications
You must be signed in to change notification settings - Fork 75
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
fix syntax error with tekton results data model diagram #708
Conversation
@cmorinupgrade: The label(s) 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. |
Hi @cmorinupgrade. Thanks for your PR. I'm waiting for a tektoncd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
Hey @cmorinupgrade, is this related to an issue on the docs site? If so it might just be a matter of updating the mermaid version used on the website as the current syntax is working on GitHub: |
Title support was added in mermaid 9.3.0
|
Good catch. Granted we could update the version! Repeating the title would still be duplication though. I would personally do both update the version and remove the repeated title. I removed it to match the same pattern we can see under I will leave it up to the reviewers to decide. Thanks Alan |
Sounds good. I've also opened a PR to see if the updated version works on the website 🤞 tektoncd/website#588 |
/ok-to-test |
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.
/approve
Per @AlanGreene - this will work with the docs site as well.
I've added a release note, 🤞 the bot is happy, in which case I'll add lgtm too.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adambkaplan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
Ah I was unable to respond in time: This issue is known and I had opened issue about it, closed due to inactivity: tektoncd/website#544. As per last discussion, we are using a certain hugo theme in our tektoncd website. Last time I checked the theme hasn't updated the mermaid version. It seems to be updated now. |
Changes
Mermaid does not support titles for
graph
. If we want to have a title we would need to proceed with:which would produce:
However, there is a header just above the diagram so the title is redundant.
I propose that we remove the title completely.
/kind docs
Release Notes