keycloak-scim/docs/documentation/topics/templates/techpreview.adoc
Alexander Schwartz 4b697009d3
Clean up feature IDs in the docs (#27418)
Closes #27416

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
2024-03-06 12:32:06 +01:00

25 lines
No EOL
540 B
Text

ifeval::[{tech_feature_disabled}!=false]
[NOTE]
====
{tech_feature_name} is
ifeval::[{project_product}==true]
*Technology Preview*
endif::[]
ifeval::[{project_community}==true]
*Preview*
endif::[]
and is not fully supported. This feature is disabled by default.
To enable start the server with `--features=preview`
ifdef::tech_feature_id[]
or `--features={tech_feature_id}`
endif::[]
====
endif::[]
ifeval::[{tech_feature_disabled}==false]
[NOTE]
====
{tech_feature_name} is *Technology Preview* and is not fully supported.
====
endif::[]