Misc docs update#2038
Merged
pipelines-as-code[bot] merged 2 commits intotektoncd:mainfrom Apr 10, 2025
Merged
Conversation
* Replaced the provider support table with a checklist format that is easier to read and update than emojis. * Updated "Gitea" entry to "Gitea/Forgejo" since forgejo is going to be our preferred Gitea fork (for fedora support in the future). * Refined wording regarding provider documentation updates. Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
- Added a new section to the developer documentation detailing Hugo shortcodes. - Included links to the `hugo-book` theme documentation and demo for reference. - Documented custom shortcodes `tech_preview` and `support_matrix`. - Provided usage examples and explanations for the custom shortcodes. Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
| #### tech_preview | ||
|
|
||
| ```markdown | ||
| { {< tech_preview "Feature Name" >}} |
There was a problem hiding this comment.
The shortcode syntax for tech_preview contains extra spaces between the opening curly braces. It should be modified to use the correct Hugo shortcode format: '{{< tech_preview "Feature Name" >}}'.
Suggested change
| { {< tech_preview "Feature Name" >}} | |
| {{< tech_preview "Feature Name" >}} |
Member
Author
There was a problem hiding this comment.
that's in purpose, since i can't get it otherwise to don't render the markdown.
Member
|
/lgtm |
There was a problem hiding this comment.
Congrats @chmouel your PR Has been approved 🎉
✅ Pull Request Approved
Approval Status:
- Required Approvals: 1
- Current Approvals: 1
👥 Reviewers Who Approved:
| Reviewer | Permission Level | Approval Status |
|---|---|---|
| @zakisk | admin |
✅ |
📝 Next Steps
- Ensure all required checks pass
- Comply with branch protection rules
- Request a maintainer to merge using the
/mergecommand (or merge it
directly if you have repository permission).
Automated by the PAC Boussole 🧭
Member
|
/merge |
✅ PR Successfully Merged
Approvals Summary:
Thank you @chmouel for your valuable contribution! 🎉 Automated by the PAC Boussole 🧭 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaced the provider support table with a checklist format that is
easier to read and update than emojis.
Updated "Gitea" entry to "Gitea/Forgejo" since forgejo is going to
be our preferred Gitea fork (for fedora support in the future).
Refined wording regarding provider documentation updates.
docs: Document available Hugo shortcodes
hugo-booktheme documentation and demo for reference.tech_previewandsupport_matrix.Signed-off-by: Chmouel Boudjnah chmouel@redhat.com