Skip to content

Commit 9575254

Browse files
authored
Merge pull request #54434 from maxwelldb/deprecation-snippet-osdocs-4775
[OSDOCS-4775] Create deprecated feature snippet
2 parents cc86171 + 5d3dee1 commit 9575254

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

snippets/deprecated-feature.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// When including this file, ensure that {FeatureName} is set immediately before
2+
// the include. Otherwise it will result in an incorrect replacement.
3+
4+
[IMPORTANT]
5+
====
6+
[subs="attributes+"]
7+
{FeatureName} is a deprecated feature. Deprecated functionality is still included in {product-title} and continues to be supported; however, it will be removed in a future release of this product and is not recommended for new deployments.
8+
9+
For the most recent list of major functionality that has been deprecated or removed within {product-title}, refer to the _Deprecated and removed features_ section of the {product-title} release notes.
10+
====
11+
// Undefine {FeatureName} attribute, so that any mistakes are easily spotted
12+
:!FeatureName:

0 commit comments

Comments
 (0)