You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exampleSite/content/test-product/call-out/call-out-code-blocks.md
+23-3
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,28 @@ weight: 200
6
6
---
7
7
8
8
9
-
## Code Block Multi line
9
+
## Code Block Multi line with callout
10
+
11
+
12
+
Start the Docker container to connect it to NGINX One. Replace `YOUR_NGINX_ONE_DATA_PLANE_KEY_HERE` with your data plane key and `VERSION_TAG` with the version tag you pulled.
13
+
14
+
**For NGINX Plus R33 or later**:
15
+
16
+
- Use the `NGINX_LICENSE_JWT` variable to pass your JWT license. Replace `YOUR_JWT_HERE` with your JWT.
Copy file name to clipboardExpand all lines: exampleSite/content/test-product/call-out/call-out-code-lists.md
+15-1
Original file line number
Diff line number
Diff line change
@@ -29,4 +29,18 @@ weight: 200
29
29
- Add a configuration to the config sync group, so all instances inherit it.
30
30
- Add the instances in a separate operation.
31
31
32
-
Your instances should synchronize with your desired configuration within 30 seconds. {{< /note >}}
32
+
Your instances should synchronize with your desired configuration within 30 seconds. {{< /note >}}
33
+
34
+
35
+
## Callout within list
36
+
37
+
1. Open the JSON Web Token file you downloaded from [MyF5](https://my.f5.com/manage/s/subscriptions) and copy its contents.
38
+
39
+
{{<call-out "tip" "Copying the JWT token" "" >}} Make sure there are **no extra characters or spaces** when copying the contents of the JWT token: they can invalidate the token and cause 401 errors during authentication.{{</call-out>}}
40
+
41
+
2. Log in to the Docker registry using the contents of the JSON Web Token file:
This is some text that should be along the left of the call out.
9
+
This assumes the callout text is shorter than the text in the callout.
10
+
If the text in the paragraph is shorter than the callout, it's likely
11
+
the content needs to be re-written.
12
+
13
+
{{<call-out "tip side-callout" "Tip for Automated Reporting" >}}
14
+
I am some call out text. Look at me go!
15
+
{{</call-out>}}
16
+
17
+
## Text is shorter than callout
18
+
19
+
This is some text that should be along the left of the call out.
20
+
This assumes the callout text is shorter than the text in the callout.
21
+
If the text in the paragraph is shorter than the callout, it's likely
22
+
the content needs to be re-written.
23
+
24
+
{{<call-out "tip side-callout" "Tip for Automated Reporting" >}}
25
+
I am some call out text. Look at me go!
26
+
{{</call-out>}}
27
+
28
+
## Very long callout with short text
29
+
30
+
Short Text
31
+
32
+
{{<call-out "tip side-callout" "Tip for Automated Reporting" >}}
33
+
If you add multiple instances to a single config sync group, simultaneously (with automation), follow these steps. Your instances will inherit your desired configuration:
34
+
35
+
Create a config sync group.
36
+
Add a configuration to the config sync group, so all instances inherit it.
37
+
Add the instances in a separate operation.
38
+
Your instances should synchronize with your desired configuration within 30 seconds.
39
+
{{</call-out>}}
40
+
41
+
42
+
## Non-side call out
43
+
44
+
This is some text that should be along the left of the call out.
45
+
This assumes the callout text is shorter than the text in the callout.
46
+
If the text in the paragraph is shorter than the callout, it's likely
47
+
the content needs to be re-written.
48
+
49
+
{{<call-out "tip inline-callout" "Tip for Automated Reporting" >}}
0 commit comments