From 0269f716fc44f641c6204abfb2b1334055c15c79 Mon Sep 17 00:00:00 2001
From: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
Date: Fri, 6 Dec 2024 09:53:47 -0800
Subject: [PATCH] prometheus.exporter.windows - Convert sentence to note to
 make important detail stand out (#2220)

* Convert sentence to note to make it stand out

* Update docs/sources/reference/components/prometheus/prometheus.exporter.windows.md

Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>

---------

Co-authored-by: Sam DeHaan <sam.dehaan@grafana.com>
(cherry picked from commit ac1fae4974500cfcffb0427547b91f9b17788313)
---
 .../components/prometheus/prometheus.exporter.windows.md     | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/sources/reference/components/prometheus/prometheus.exporter.windows.md b/docs/sources/reference/components/prometheus/prometheus.exporter.windows.md
index 2c14333b22..b5f691adc9 100644
--- a/docs/sources/reference/components/prometheus/prometheus.exporter.windows.md
+++ b/docs/sources/reference/components/prometheus/prometheus.exporter.windows.md
@@ -194,8 +194,11 @@ Name                  | Type     | Description
 ----------------------|----------|----------------------------------------------------|------------------------------------------------------|---------
 `text_file_directory` | `string` | The directory containing the files to be ingested. | `C:\Program Files\GrafanaLabs\Alloy\textfile_inputs` | no
 
-When `text_file_directory` is set, only files with the extension `.prom` inside the specified directory are read. Each `.prom` file found must end with an empty line feed to work properly.
+When `text_file_directory` is set, only files with the extension `.prom` inside the specified directory are read. 
 
+{{< admonition type="note" >}}
+The `.prom` files must end with an empty line feed for the component to recognize and read them.
+{{< /admonition >}}
 
 ## Exported fields