Skip to content

Commit

Permalink
Build errors migtools#3
Browse files Browse the repository at this point in the history
Signed-off-by: A.Arnold <[email protected]>
  • Loading branch information
anarnold97 committed Aug 14, 2024
1 parent 636adc0 commit bc7df6f
Show file tree
Hide file tree
Showing 15 changed files with 44 additions and 11 deletions.
1 change: 0 additions & 1 deletion docs/cli-guide/snippets

This file was deleted.

1 change: 0 additions & 1 deletion docs/eclipse-code-ready-studio-guide/snippets

This file was deleted.

1 change: 0 additions & 1 deletion docs/getting-started-guide/snippets

This file was deleted.

1 change: 0 additions & 1 deletion docs/intellij-idea-plugin-guide/snippets

This file was deleted.

1 change: 0 additions & 1 deletion docs/maven-guide/snippets

This file was deleted.

1 change: 0 additions & 1 deletion docs/release-notes/snippets

This file was deleted.

1 change: 0 additions & 1 deletion docs/rules-development-guide/snippets

This file was deleted.

2 changes: 1 addition & 1 deletion docs/topics/mta-cli-run-multiple-apps.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can now run the {ProductFullName} {CLINameTitle} against multiple applicatio

This feature is currently a Developer Preview feature.

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

.Procedure

Expand Down
2 changes: 1 addition & 1 deletion docs/topics/mta-review-reports.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Issues are sorted into four categories by default. Information on these categori
=== Insights

:FeatureName: Insights
include::snippets/technology-preview-admonition.adoc[]
include::templates/technology-preview-admonition.adoc[]

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.

Expand Down
10 changes: 10 additions & 0 deletions docs/topics/templates/developer-preview-admonition.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// When including this file, ensure that {FeatureName} is set immediately before the include. Otherwise it will result in an incorrect replacement.
// use :FeatureName:

[IMPORTANT]
====
[subs="attributes+"]
{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.
====
// Undefine {FeatureName} attribute, so that any mistakes are easily spotted
:!FeatureName:
8 changes: 8 additions & 0 deletions docs/topics/templates/developer-preview.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// When including this file, ensure that {FeatureName} is set immediately before the include. Otherwise it will result in an incorrect replacement.
// use :FeatureName:

[subs="attributes+"]
{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.

// Undefine {FeatureName} attribute, so that any mistakes are easily spotted
:!FeatureName:
13 changes: 13 additions & 0 deletions docs/topics/templates/technology-preview-admonition.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// When including this file, ensure that {FeatureName} is set immediately before
// the include. Otherwise it will result in an incorrect replacement.
// use :FeatureName:

[IMPORTANT]
====
[subs="attributes+"]
{FeatureName} is a Technology Preview feature only. Technology Preview features are not supported with Red Hat production service level agreements (SLAs) and might not be functionally complete. Red Hat does not recommend using them in production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process.
For more information about the support scope of Red Hat Technology Preview features, see link:https://access.redhat.com/support/offerings/techpreview/[Technology Preview Features Support Scope].
====
// Undefine {FeatureName} attribute, so that any mistakes are easily spotted
:!FeatureName:
11 changes: 11 additions & 0 deletions docs/topics/templates/technology-preview.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// When including this file, ensure that {FeatureName} is set immediately before
// the include. Otherwise it will result in an incorrect replacement.
// use :FeatureName:

[subs="attributes+"]
{FeatureName} is a Technology Preview feature only. Technology Preview features are not supported with Red Hat production service level agreements (SLAs) and might not be functionally complete. Red Hat does not recommend using them in production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process.

For more information about the support scope of Red Hat Technology Preview features, see link:https://access.redhat.com/support/offerings/techpreview/[Technology Preview Features Support Scope].

// Undefine {FeatureName} attribute, so that any mistakes are easily spotted
:!FeatureName:
1 change: 0 additions & 1 deletion docs/vs-code-extension-guide/snippets

This file was deleted.

1 change: 0 additions & 1 deletion docs/web-console-guide/snippets

This file was deleted.

0 comments on commit bc7df6f

Please sign in to comment.