Skip to content

Commit 3be7562

Browse files
committed
chore: Merge branch 'main' into mainframe
2 parents 5ca2e04 + 424caa5 commit 3be7562

33 files changed

+457
-363
lines changed

.github/workflows/release-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ jobs:
1515
steps:
1616
- name: Trigger 'Build and deploy' workflow in 'documentation' repo
1717
run: |
18+
DESCRIPTION=$(echo "${{ github.event.release.body }}" | jq -aRs .)
19+
1820
curl -L \
1921
-X POST \
2022
-H "Accept: application/vnd.github+json" \
2123
-H "Authorization: Bearer ${{ secrets.DOCUMENTATION_SLACK_FLOW_PAT }}" \
2224
-H "X-GitHub-Api-Version: 2022-11-28" \
2325
"https://api.github.com/repos/${{ env.OWNER }}/${{ env.REPO }}/dispatches" \
24-
-d "{\"event_type\": \"trigger-preview-build\", \"client_payload\": {\"environment\": \"preview\", \"hugo_theme_override\": \"\", \"author\": \"${{ github.event.release.author.login }}\", \"tag_name\": \"${{ github.event.release.tag_name }}\", \"release_name\": \"${{ github.event.release.name }}\"}}"
26+
-d "{\"event_type\": \"trigger-preview-build\", \"client_payload\": {\"environment\": \"preview\", \"hugo_theme_override\": \"\", \"description\": $DESCRIPTION, \"author\": \"${{ github.event.release.author.login }}\", \"tag_name\": \"${{ github.event.release.tag_name }}\", \"release_name\": \"${{ github.event.release.name }}\"}}"

layouts/partials/coveo-atomic.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<!-- Facet Section -->
2121
<atomic-layout-section section="facets">
2222
<atomic-facet field="f5_product" label="Show by product"></atomic-facet>
23+
<atomic-facet field="f5_product_grouping" label="Show by product group"></atomic-facet>
2324
<atomic-facet field="language" label="Show by language"></atomic-facet>
2425
<atomic-facet field="f5_document_type" label="Show by type"></atomic-facet>
2526
</atomic-layout-section>

layouts/shortcodes/before-you-begin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"sideline" "false"
66
"content" .Inner
77
) }}
8-
{{ warnf "'<before-you-begin></before-you-begin>' is being deprecated. Use generic 'call-out' shortcode instead."}}
8+
{{ warnf "'<before-you-begin></before-you-begin>' is being deprecated. Use generic 'call-out' shortcode instead. (%s)" .Position }}

layouts/shortcodes/note.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"sideline" "false"
66
"content" .Inner
77
) }}
8-
{{ warnf "'<note></note>' is being deprecated. Use generic 'call-out' shortcode instead."}}
8+
{{ warnf "'<note></note>' is being deprecated. Use generic 'call-out' shortcode instead. (%s)" .Position }}

layouts/shortcodes/see-also.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"sideline" "false"
66
"content" .Inner
77
) }}
8-
{{ warnf "'<see-also></see-also>' is being deprecated. Use generic 'call-out' shortcode instead."}}
8+
{{ warnf "'<see-also></see-also>' is being deprecated. Use generic 'call-out' shortcode instead. (%s)" .Position }}

layouts/shortcodes/tip.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"sideline" "false"
66
"content" .Inner
77
) }}
8-
{{ warnf "'<tip></tip>' is being deprecated. Use generic 'call-out' shortcode instead."}}
8+
{{ warnf "'<tip></tip>' is being deprecated. Use generic 'call-out' shortcode instead. (%s)" .Position }}
Lines changed: 36 additions & 0 deletions
Loading
-2.97 KB
Binary file not shown.
Lines changed: 40 additions & 53 deletions
Loading
-2.64 KB
Binary file not shown.

0 commit comments

Comments
 (0)