diff --git a/docs/cloud/integrations/dwh/trino.mdx b/docs/cloud/integrations/dwh/trino.mdx
index 5cdecba3c..a3ea4a76c 100644
--- a/docs/cloud/integrations/dwh/trino.mdx
+++ b/docs/cloud/integrations/dwh/trino.mdx
@@ -3,4 +3,14 @@ title: "Connect to Trino"
sidebarTitle: "Trino"
---
-
+
+
+
+}
+>
+ Click for details
+
diff --git a/docs/data-tests/anomaly-detection-configuration/anomaly-params.mdx b/docs/data-tests/anomaly-detection-configuration/anomaly-params.mdx
index de27f216f..1df728a5f 100644
--- a/docs/data-tests/anomaly-detection-configuration/anomaly-params.mdx
+++ b/docs/data-tests/anomaly-detection-configuration/anomaly-params.mdx
@@ -60,7 +60,7 @@ sidebarTitle: "All configuration params"
-```yml properties.yml
+```yml Models
version: 2
models:
@@ -75,7 +75,7 @@ models:
tests:
```
-```yml Example
+```yml Models example
version: 2
models:
@@ -96,7 +96,9 @@ models:
tags: ["elementary"]
```
-```yml sources_properties.yml
+```yml Sources
+version: 2
+
sources:
- name: < some name >
database: < database >
@@ -110,7 +112,9 @@ sources:
tests:
```
-```yml Example
+```yml Sources example
+version: 2
+
sources:
- name: "my_non_dbt_table"
database: "raw_events"
diff --git a/docs/guides/modules-overview/dbt-package.mdx b/docs/guides/modules-overview/dbt-package.mdx
index 18ce093a8..1b21bbe7d 100644
--- a/docs/guides/modules-overview/dbt-package.mdx
+++ b/docs/guides/modules-overview/dbt-package.mdx
@@ -3,7 +3,7 @@ title: "Elementary dbt package"
sidebarTitle: "Introduction"
---
-The Elemenary dbt package serves as a collector of logs and metadata from your dbt project and offers a set of data anomaly detection and schema tests.
+The Elementary dbt package serves as a collector of logs and metadata from your dbt project and offers a set of data anomaly detection and schema tests.
To gain the most value from the dbt package, we recommend using it with the [Elementary Cloud Platform](/cloud/introduction) or with [Elementary open-source CLI tool](/oss/oss-introduction).
**What brings you here?**