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/all-callouts.md
-25Lines changed: 0 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,6 @@ This is a plain callout with no title. It has a [link](#plain-callouts) to a hea
17
17
This is a plain callout with a title. It has a [link](#plain-callouts) to a heading on this page. Its shortcode is `<call-out>` with a custom title parameter.
18
18
{{</call-out>}}
19
19
20
-
{{<before-you-begin>}}
21
-
This is a plain callout with a default title for its type. It has a [link](#plain-callouts) to a heading on this page. Its shortcode is `<before-you-begin>`.
22
-
{{</before-you-begin>}}
23
-
24
20
## Side Callouts
25
21
26
22
Naturally, callouts should contain less text within them than the text it lives next to. We do this for several reasons. Firstly, it looks weird to have a big empty space in the primary content area. Secondly, if you have more text in the callout, then it stops being a callout. I have asked an LLM to lengthen this passage.
@@ -71,24 +67,3 @@ And a final line.
71
67
This is a Warning callout with a custom title. There was previously a bug with **bold text** that we should be aware of and continue to check for. This callout was invoked with the `<call-out>` shortcode with the `.warning` class, and a custom title.
72
68
{{</call-out>}}
73
69
74
-
75
-
76
-
77
-
## Old "plain" callouts
78
-
The following will not have special styling, but are pre-existing shortcodes.
79
-
80
-
{{<note>}}
81
-
This is `<note>`. In oldframe it should have `note:` in bold, at the start.
82
-
{{</note>}}
83
-
84
-
{{<tip>}}
85
-
This is `<tip>`. In oldframe it should have `tip:` in bold, at the start.
Copy file name to clipboardExpand all lines: exampleSite/content/test-product/call-out/call-out-code-lists.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,26 +10,26 @@ weight: 200
10
10
11
11
-**Using an instance's configuration for the group configuration**: If an instance is the first to join a config sync group and the group's configuration hasn't been defined, the instance’s configuration will become the group’s configuration. Any instances added later will automatically inherit this configuration.
12
12
13
-
{{< note >}} If you add multiple instances to a single config sync group, simultaneously (with automation), follow these steps. Your instances will inherit your desired configuration:
13
+
{{< call-out "note" >}} If you add multiple instances to a single config sync group, simultaneously (with automation), follow these steps. Your instances will inherit your desired configuration:
14
14
15
15
1. Create a config sync group.
16
16
1. Add a configuration to the config sync group, so all instances inherit it.
17
17
1. Add the instances in a separate operation.
18
18
19
-
Your instances should synchronize with your desired configuration within 30 seconds. {{< /note >}}
19
+
Your instances should synchronize with your desired configuration within 30 seconds. {{< /call-out >}}
20
20
21
21
22
22
## Text with Unordered List in note
23
23
24
24
-**Using an instance's configuration for the group configuration**: If an instance is the first to join a config sync group and the group's configuration hasn't been defined, the instance’s configuration will become the group’s configuration. Any instances added later will automatically inherit this configuration.
25
25
26
-
{{< note >}} If you add multiple instances to a single config sync group, simultaneously (with automation), follow these steps. Your instances will inherit your desired configuration:
26
+
{{< call-out "note" >}} If you add multiple instances to a single config sync group, simultaneously (with automation), follow these steps. Your instances will inherit your desired configuration:
27
27
28
28
- Create a config sync group.
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. {{< /call-out >}}
Copy file name to clipboardExpand all lines: exampleSite/content/test-product/everything.md
+2-12Lines changed: 2 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,6 @@ title: Everything
4
4
weight: 200
5
5
---
6
6
7
-
## before-you-begin
8
-
9
-
{{< before-you-begin >}}
10
-
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.
11
-
{{< /before-you-begin >}}
12
-
13
7
## bootstrap-table
14
8
15
9
{{<bootstrap-table "table">}}
@@ -60,10 +54,6 @@ This won't render anything.
60
54
61
55
{{< include "nginx-openid-repo-note.txt" >}}
62
56
63
-
## see-also
64
-
65
-
{{< see-also >}}See also!{{< /see-also >}}
66
-
67
57
68
58
## details
69
59
<details>
@@ -75,11 +65,11 @@ And this is the content on how to do so.
75
65
<detailsopen>
76
66
<summary>example dynamic-agent.conf</summary>
77
67
78
-
{{<note>}}
68
+
{{<call-out "note">}}
79
69
Default location in Linux environments: `/var/lib/nginx-agent/agent-dynamic.conf`
80
70
81
71
Default location in FreeBSD environments: `/var/db/nginx-agent/agent-dynamic.conf`
0 commit comments