Skip to content

Commit 048972f

Browse files
authored
feat: Remove two old-style call-outs (#1076)
1 parent 3b57d2a commit 048972f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

content/nim/admin-guide/authentication/basic-auth/set-up-basic-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ To add users, take the following steps:
5858

5959
## Set user passwords {#set-basic-passwords}
6060

61-
{{< before-you-begin >}}
61+
{{< call-out "note" >}}
6262
Before you can set users' passwords, ensure you have [created users](#create-users) in NGINX Instance Manager. Once you've created the users, you can use one of the following options to set their passwords.
63-
{{< /before-you-begin >}}
63+
{{< /call-out >}}
6464

6565
### (Recommended) Use the provided script {#set-basic-passwords-script}
6666

content/nms/acm/how-to/devportals/installation/devportal-helm-chart.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,9 @@ Create a Dockerfile similar to the following example:
281281

282282
## Push Images to Private Registry {#push-images-private-registry}
283283

284-
{{<before-you-begin>}}To complete this step, you need an [externally-accessible private Docker registry](https://docs.docker.com/registry/deploying/) to push the container images to.{{</before-you-begin>}}
284+
{{< call-out "note" >}}
285+
To complete this step, you need an [externally-accessible private Docker registry](https://docs.docker.com/registry/deploying/) to push the container images to.
286+
{{< / call-out >}}
285287

286288
After building or loading the Docker images, you can now tag and push the images to your private Docker registry. Replace `<my-docker-registry>` in the examples below with the path to your private Docker registry.
287289

0 commit comments

Comments
 (0)