diff --git a/docs/best-practices.md b/docs/best-practices.md index c9068a90b..613f398ca 100644 --- a/docs/best-practices.md +++ b/docs/best-practices.md @@ -12,12 +12,16 @@ Instead of writing everything by yourself - use `extends` attribute to refer to **Reusable Resources** +{%raw%} + * Tests (reusable with `` argument) * Action Group (reusable with including ``, or extending ``) * Pages (reusable with reference `{{PageDefinition.url}}`) * Sections (reusable with reference `{{SectionDefinition.elementDefinition}}`) * Data Entities (reusable with reference `"` or extending ``) +{%endraw%} +
Avoid using resources that are marked as **Deprecated**. Usually there is a replacement provided for a deprecated resource.