diff --git a/assets/css/v2/style.css b/assets/css/v2/style.css
index 7f5abd7..fc6bacb 100644
--- a/assets/css/v2/style.css
+++ b/assets/css/v2/style.css
@@ -1043,9 +1043,6 @@ details summary {
details summary:hover {
text-decoration-color: oklch(var(--color-brand) / 0.8);
-}
-
-details:hover {
cursor: pointer;
}
diff --git a/exampleSite/content/test-product/everything.md b/exampleSite/content/test-product/everything.md
index d07711f..1fd3f08 100644
--- a/exampleSite/content/test-product/everything.md
+++ b/exampleSite/content/test-product/everything.md
@@ -66,9 +66,30 @@ This won't render anything.
## details
+
+ Learn how to pin NGINX Plus to a specific version, closed by default
+
+And this is the content on how to do so.
+
+
- Learn how to pin NGINX Plus to a specific version
- And this is the content on how to do so.
+ example dynamic-agent.conf
+
+{{}}
+Default location in Linux environments: `/var/lib/nginx-agent/agent-dynamic.conf`
+
+Default location in FreeBSD environments: `/var/db/nginx-agent/agent-dynamic.conf`
+{{}}
+
+```yaml
+# Dynamic configuration file for NGINX Agent.
+
+instance_group: my-instance-group
+tags:
+ - dev
+ - qa
+```
+
## [Heading with link](https://nginx.org/)