Skip to content

Commit bc7df6f

Browse files
committed
Build errors migtools#3
Signed-off-by: A.Arnold <[email protected]>
1 parent 636adc0 commit bc7df6f

File tree

15 files changed

+44
-11
lines changed

15 files changed

+44
-11
lines changed

docs/cli-guide/snippets

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/eclipse-code-ready-studio-guide/snippets

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/getting-started-guide/snippets

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/intellij-idea-plugin-guide/snippets

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/maven-guide/snippets

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/release-notes/snippets

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/rules-development-guide/snippets

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/topics/mta-cli-run-multiple-apps.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can now run the {ProductFullName} {CLINameTitle} against multiple applicatio
1010

1111
This feature is currently a Developer Preview feature.
1212

13-
include::snippets/developer-preview-admonition.adoc[]
13+
include::templates/developer-preview-admonition.adoc[]
1414

1515
.Procedure
1616

docs/topics/mta-review-reports.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Issues are sorted into four categories by default. Information on these categori
159159
=== Insights
160160

161161
:FeatureName: Insights
162-
include::snippets/technology-preview-admonition.adoc[]
162+
include::templates/technology-preview-admonition.adoc[]
163163

164164
Previously, a violation generated by a rule with zero effort was listed as an issue in the static report. This is now listed as an insight instead. Issues are generated by general rules, whereas string tags are generated by tagging rules. String tags indicate the presence of a technology but do not show the code location. With the introduction of Insights, you can see the technology used in the application along with its usage in the code.
165165

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// When including this file, ensure that {FeatureName} is set immediately before the include. Otherwise it will result in an incorrect replacement.
2+
// use :FeatureName:
3+
4+
[IMPORTANT]
5+
====
6+
[subs="attributes+"]
7+
{FeatureName} is a Developer Preview feature only. Developer Preview features are not supported by Red Hat in any way and are not functionally complete or production-ready. Do not use Developer Preview features for production or business-critical workloads. Developer Preview features provide early access to upcoming product features in advance of their possible inclusion in a Red Hat product offering, enabling customers to test functionality and provide feedback during the development process. These features might not have any documentation, are subject to change or removal at any time, and testing is limited. Red Hat might provide ways to submit feedback on Developer Preview features without an associated SLA.
8+
====
9+
// Undefine {FeatureName} attribute, so that any mistakes are easily spotted
10+
:!FeatureName:

0 commit comments

Comments
 (0)