Skip to content

Commit e056ac7

Browse files
committed
notes
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 5edfcf1 commit e056ac7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/content/getting-started/quickstart.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,25 +89,25 @@ dependencyManagement {
8989
}
9090
```
9191

92-
{{% alert title="Note" color="info" %}}
92+
{{< hint type=note >}}
9393

9494
Be careful not to mix up the different ways of configuring things with Gradle.
9595
For example, don't use
9696
`implementation(platform("io.prometheus:prometheus-metrics-bom:$version"))`
9797
with the `io.spring.dependency-management` plugin.
9898

99-
{{% /alert %}}
99+
{{< /hint >}}
100100

101101
{{< /tab >}}
102102
{{< tab "Maven" >}}
103103

104-
{{% alert title="Note" color="info" %}}
104+
{{< hint type=note >}}
105105

106106
Import the Prometheus Java metrics BOMs before any other BOMs in your
107107
project. For example, if you import the `spring-boot-dependencies` BOM, you have
108108
to declare it after the Prometheus Java metrics BOMs.
109109

110-
{{% /alert %}}
110+
{{< /hint >}}
111111

112112
The following example shows how to import the Prometheus Java metrics BOMs using Maven:
113113

0 commit comments

Comments
 (0)