File tree Expand file tree Collapse file tree 2 files changed +23
-5
lines changed
exampleSite/content/test-product Expand file tree Collapse file tree 2 files changed +23
-5
lines changed Original file line number Diff line number Diff line change @@ -1043,9 +1043,6 @@ details summary {
1043
1043
1044
1044
details summary : hover {
1045
1045
text-decoration-color : oklch (var (--color-brand ) / 0.8 );
1046
- }
1047
-
1048
- details : hover {
1049
1046
cursor : pointer;
1050
1047
}
1051
1048
Original file line number Diff line number Diff line change @@ -66,9 +66,30 @@ This won't render anything.
66
66
67
67
68
68
## details
69
+ <details >
70
+ <summary>Learn how to pin NGINX Plus to a specific version, closed by default</summary>
71
+
72
+ And this is the content on how to do so.
73
+ </details >
74
+
69
75
<details open >
70
- <summary>Learn how to pin NGINX Plus to a specific version</summary>
71
- And this is the content on how to do so.
76
+ <summary>example dynamic-agent.conf</summary>
77
+
78
+ {{<note >}}
79
+ Default location in Linux environments: ` /var/lib/nginx-agent/agent-dynamic.conf `
80
+
81
+ Default location in FreeBSD environments: ` /var/db/nginx-agent/agent-dynamic.conf `
82
+ {{</note >}}
83
+
84
+ ``` yaml
85
+ # Dynamic configuration file for NGINX Agent.
86
+
87
+ instance_group : my-instance-group
88
+ tags :
89
+ - dev
90
+ - qa
91
+ ` ` `
92
+
72
93
</details>
73
94
74
95
## [Heading with link](https://nginx.org/)
You can’t perform that action at this time.
0 commit comments