Skip to content

Commit 69e0f52

Browse files
authored
chore(docs): fixed my callouts as they were incorrectly formatted (#2877)
1 parent 1ef3da2 commit 69e0f52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/docs/runbooks/config-as-code-runbooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The information that was previously found on the **Snapshot** page is still avai
8282

8383
[Runbook triggers](/docs/runbooks/scheduled-runbook-trigger) will always run CaC Runbooks from the latest commit on your default branch, just as non-CaC runbook triggers will only run published runbooks.
8484

85-
:::{.hint}
85+
:::div{.hint}
8686
If you have steps that use packages in your runbook process we only support getting latest non-prerelease versions. To use prerelease packages you would need to hard-code the version on individual steps.
8787
:::
8888

src/pages/docs/runbooks/scheduled-runbook-trigger/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Scheduled runbook triggers provide a way to configure your runbooks to run on a
3434

3535
If you are using [tenants](/docs/tenants) you can select the tenants that the runbook will run against. For each tenant, the published runbook will run against the tenant's environment.
3636

37-
:::{.hint}
37+
:::div{.hint}
3838
If you have steps that use packages in your runbook process we only support getting latest non-prerelease versions. To use prerelease packages you would need to hard-code the version on individual steps.
3939
:::
4040

0 commit comments

Comments
 (0)