Skip to content

Commit

Permalink
docs: fix double note docs formatting (#6119)
Browse files Browse the repository at this point in the history
  • Loading branch information
thampiotr authored Jan 11, 2024
1 parent 6b32f7b commit 7517b3c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/sources/flow/reference/compatibility/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ that can export or consume it.

{{% admonition type="note" %}}

> The type of export may not be the only requirement for chaining components together.
> The value of an attribute may matter as well as its type.
> Please refer to each component's documentation for more details on what values are acceptable.
>
> For example:
> * A Prometheus component may always expect an `"__address__"` label inside a list of targets.
> * A `string` argument may only accept certain values like "traceID" or "spanID".
The type of export may not be the only requirement for chaining components together.
The value of an attribute may matter as well as its type.
Please refer to each component's documentation for more details on what values are acceptable.

For example:
* A Prometheus component may always expect an `"__address__"` label inside a list of targets.
* A `string` argument may only accept certain values like "traceID" or "spanID".

{{% /admonition %}}

Expand Down

0 comments on commit 7517b3c

Please sign in to comment.