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 {
10431043
10441044details summary : hover {
10451045 text-decoration-color : oklch (var (--color-brand ) / 0.8 );
1046- }
1047-
1048- details : hover {
10491046 cursor : pointer;
10501047}
10511048
Original file line number Diff line number Diff line change @@ -66,9 +66,30 @@ This won't render anything.
6666
6767
6868## 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+
6975<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+
7293</details>
7394
7495## [Heading with link](https://nginx.org/)
You can’t perform that action at this time.
0 commit comments