Skip to content

Commit 743107c

Browse files
GitHub Actionsjmagak
authored andcommitted
Update section with new suggestions
1 parent 3b615f7 commit 743107c

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

artifacts/attributes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@
117117
// Links and their title (in alphabetical order)
118118
:about-book-link: {product-docs-link}/html-single/about_red_hat_developer_hub/index
119119
:about-book-title: About {product}
120-
:additional-rhdh-capabilities-link: {product-docs-link}/html-single/explore_emerging_and_supplemental_capabilities_in_red_hat_developer_hub/index
121-
:additional-rhdh-capabilities-title: Explore emerging and supplemental capabilities in {product}
120+
:additional-rhdh-capabilities-link: {product-docs-link}/html-single/explore_preview_of_emerging_and_supplemental_capabilities/index
121+
:additional-rhdh-capabilities-title: Explore preview of emerging and supplemental capabilities
122122
:adoption-insights-book-link: {product-docs-link}/html-single/adoption_insights_in_red_hat_developer_hub/index
123123
:adoption-insights-book-title: Adoption Insights in {product}
124124
:ansible-automation-platform-docs-link: link:https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/{ansible-automation-platform-version}

titles/additional-rhdh-capabilities/additional-capabilities/additional-rhdh-capabilities.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -514,9 +514,9 @@ spec:
514514

515515
---
516516

517-
## Troubleshooting
517+
=== Troubleshooting
518518

519-
### Notifications not appearing in {product-very-short}
519+
==== Notifications not appearing in {product-very-short}
520520

521521
1. **Check notifications controller is running:**
522522
+
@@ -553,7 +553,7 @@ kubectl get configmap argocd-notifications-cm -n openshift-gitops -o jsonpath='{
553553
kubectl get application my-app -n openshift-gitops -o jsonpath='{.metadata.annotations}' | jq .
554554
----
555555

556-
### "notification service 'backstage' is not supported"
556+
==== "notification service 'backstage' is not supported"
557557

558558
This error means the webhook service is not configured.
559559

@@ -564,7 +564,7 @@ Common causes include the following:
564564

565565
**Solution:** Use the `NotificationsConfiguration` CR for OpenShift GitOps (see Part 2).
566566

567-
### Webhook Returns 400 Bad Request / "not valid JSON"
567+
==== Webhook Returns 400 Bad Request / "not valid JSON"
568568

569569
This means the trigger is using the wrong template format (text instead of JSON).
570570

@@ -579,7 +579,7 @@ Common causes include the following:
579579
* Trigger: `trigger.on-sync-succeeded-backstage`
580580
* Subscription: `notifications.argoproj.io/subscribe.on-sync-succeeded-backstage.backstage`
581581

582-
### Link Shows *<no value>* or Broken URL
582+
==== Link Shows *<no value>* or Broken URL
583583

584584
The `{{.context.argocdUrl}}` template variable is not configured.
585585

@@ -606,7 +606,7 @@ data:
606606
argocdUrl: https://your-argocd-url.com
607607
----
608608

609-
### Authentication Errors
609+
==== Authentication Errors
610610

611611
If you see `401 Unauthorized` or token errors:
612612

@@ -621,7 +621,7 @@ kubectl rollout restart deployment -n openshift-gitops -l app.kubernetes.io/name
621621

622622
---
623623

624-
## Security Considerations
624+
=== Security Considerations
625625

626626
1. **Use strong tokens** - Generate random tokens with sufficient entropy.
627627
2. **Rotate tokens periodically** - Update both Argo CD secret and Backstage config.
@@ -630,7 +630,7 @@ kubectl rollout restart deployment -n openshift-gitops -l app.kubernetes.io/name
630630

631631
---
632632

633-
## Additional Resources
633+
=== Additional Resources
634634

635635
* link:https://argo-cd.readthedocs.io/en/stable/operator-manual/notifications/[Argo CD Notifications Documentation]
636636
* link:https://backstage.io/docs/notifications/[Backstage Notifications Plugin]

titles/additional-rhdh-capabilities/master.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
include::artifacts/attributes.adoc[]
2-
:title: Explore emerging and supplemental capabilities in {product}(Preview)
2+
:title: Explore preview of emerging and supplemental capabilities
33
:context: title-additional-rhdh-capabilities
4-
:subtitle: Learn about features that are new, evolving, or not yet fully covered in the core product documentation
5-
:abstract: This document brings together documentation for emerging, evolving, and supplemental capabilities in {product}. It includes newly introduced features, technology, or developer previews, and supported functionality that might not yet be fully covered in the core documentation. Use this content to explore additional ways to extend, customize, and get more value from your {product-short} environment. Because these capabilities are actively developing, the content might change as features mature and feedback is incorporated.
4+
:subtitle: Explore features that are new, evolving, or not yet fully covered in the core product documentation
5+
:abstract: This document brings together information on emerging, evolving, and supplemental capabilities in {product}. It includes new features, technologies, and developer previews, as well as supported functionality not yet fully covered in the core documentation. Use this content to explore additional ways to extend, customize, and get more value from your {product-short} environment. As these capabilities evolve, the content may be updated to reflect ongoing improvements and feedback.
66
:imagesdir: images
77

88
= {title}

0 commit comments

Comments
 (0)