You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update additional capabilities title structure (#2081) (#2095)
* Rename additional-rhdh-capabilities.adoc to ref-rhdh-capabilities.adoc and add REFERENCE content type metadata
This change applies the same CQA compliance fixes from PR 2080:
- Rename additional-rhdh-capabilities.adoc to ref-rhdh-capabilities.adoc
- Add :_mod-docs-content-type: REFERENCE metadata
- Update master.adoc to reference the renamed file
* Apply CQA compliance fixes to ref-rhdh-capabilities.adoc
Apply the same CQA fixes as in PR 2080:
- Change block titles to plain text with colons (.Overview → Overview:)
- Replace "Backstage" with {backstage} attribute throughout
- Fix Example section formatting
These changes ensure CQA compliance for DITA conversion.
* Fix additional CQA violations in ref-rhdh-capabilities.adoc
- Replace "Technology Preview" with {technology-preview} attribute
- Replace "Developer Preview" with {developer-preview} attribute
- Replace "The Backstage entity reference" with "The {backstage} entity reference"
* Apply new updates
* Update titles
* Fix CQA violations in additional capabilities title
- Rename directory to titles/additional_title-additional-rhdh-capabilities (CQA-00b compliance)
- Add [role="_abstract"] marker to ref-rhdh-capabilities.adoc (CQA-09)
- Add [id="{context}"] to master.adoc (CQA-02)
- Auto-fix nested section levels and conditional code (CQA-01)
* Remove self-referential language from abstract
Replace "This document includes" with "Includes" to comply with CQA-08.
* Apply CQA suggestion
* Trigger preview rebuild
Empty commit to re-trigger the PR preview build workflow.
* Fix PR preview deployment to use correct event context
Changed all instances of `github.event.number` to
`github.event.pull_request.number` in the PR workflow.
For pull_request_target events, `github.event.number` may be
undefined, causing the build script to default to branch "main"
instead of "pr-{number}", resulting in preview deployments going
to the wrong directory.
This fixes the issue where PR previews were being deployed to
`main/` instead of `pr-{number}/`, making preview URLs return 404.
* Revert "Fix PR preview deployment to use correct event context"
This reverts commit 1863b4a.
* Minor fix
* Update sections
---------
Co-authored-by: GitHub Actions <github-actions@github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: titles/additional_title-additional-rhdh-capabilities/additional-capabilities/ref-rhdh-capabilities.adoc
+28-31Lines changed: 28 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,10 @@
1
+
:_mod-docs-content-type: REFERENCE
1
2
[id='additional-rhdh-capabilities_{context}']
2
3
3
-
*DISCLAIMER:* This document includes early, evolving, or supplemental content related to {product-very-short} capabilities. It may cover newly introduced features, features that are still maturing, or supported functionality that is not yet fully documented in the official product documentation. This content is authored by {company-name} experts, but has not yet been tested on every supported configuration.
4
+
[role="_abstract"]
5
+
*DISCLAIMER:* This is an early, evolving, or supplemental content related to {product} capabilities. Content may cover newly introduced features, features that are still maturing, or supported functionality that is not yet fully documented in the official product documentation.
4
6
5
-
The content in this document describes preview or early-stage capabilities that are provided to offer early guidance and improve discoverability while the documentation continues to evolve. As a result, the structure, depth, and level of detail might vary. Information may be updated, reorganized, or removed based on product changes and user feedback.
6
-
7
-
Where applicable, individual features retain their respective support status (for example, Supported, Technology Preview, or Developer Preview). Refer to the feature-specific documentation for details about the link:https://access.redhat.com/support[support] scope.
Content is authored by {company-name} experts, but has not yet been tested on every supported configuration. Preview or early-stage capabilities are provided to offer early guidance and improve discoverability while the documentation continues to evolve. As a result, the structure, depth, and level of detail might vary. Information may be updated, reorganized, or removed based on product changes and user feedback. Individual features retain their respective support status as documented. Refer to the feature-specific documentation for details about the link:https://access.redhat.com/support[support] scope.
12
8
13
9
== Integrate Argo CD notifications with {product}
14
10
@@ -24,9 +20,10 @@ This guide explains how to configure Argo CD to send notifications directly to t
24
20
_This task is intended for Platform Engineers; it involves cluster-wide runtime changes_.
25
21
====
26
22
27
-
.Overview
23
+
Overview:
28
24
29
25
The following diagram illustrates the flow from an Argo CD event in the cluster to the {product-very-short} user interface.
.Part 3: Enable notifications for your application
414
+
Part 3: Enable notifications for your application:
418
415
419
416
*Environment*: OpenShift Cluster (Argo CD Application manifests).
420
417
@@ -424,23 +421,23 @@ Update individual Argo CD `Application` manifests to enable the notifications fo
424
421
425
422
Each Argo CD Application that should send notifications needs two things:
426
423
427
-
1. **The Backstage entity reference** - tells Argo CD which {backstage} entity should receive notifications.
424
+
1. **The {backstage} entity reference** - tells Argo CD which {backstage} entity should receive notifications.
428
425
2. **Trigger subscriptions** - tells Argo CD which events to notify about.
429
426
430
427
[IMPORTANT]
431
428
====
432
429
The subscription annotation format is `notifications.argoproj.io/subscribe.<trigger-name>.<service>`. The trigger name must match exactly what you configured (with the `-backstage` suffix).
:abstract: Explore emerging, evolving, and supplemental capabilities in {product}, including new features and supported functionality not yet fully covered in the core documentation.
9
9
:imagesdir: images
10
10
11
+
[id="{context}"]
11
12
= {title}
12
13
13
14
[role="_abstract"]
14
-
{abstract}
15
+
Explore emerging, evolving, and supplemental capabilities in {product}. This content covers new features, preview technologies, and supported functionality not yet fully documented in the core documentation.
0 commit comments