Skip to content

Commit ba3a5dc

Browse files
committed
remove extra double quotes
1 parent 37d4132 commit ba3a5dc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

content/agent/configuration/configure-nginx-agent-features.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: "Features configuration"
2+
title: Features configuration
33
draft: false
44
weight: 150
55
toc: true
66
type:
77
- how-to
8-
docs: "DOCS-1678"
8+
docs: DOCS-1678
99
---
1010

1111
## Overview
@@ -48,7 +48,7 @@ The following table lists the NGINX Agent features.
4848
ssh user@your-nginx-instance
4949
```
5050

51-
2. **Edit NGINX Agent configuration:**
51+
2. **Edit NGINX Agent configuration:**
5252

5353
```
5454
sudo vim /etc/nginx-agent/nginx-agent.conf
@@ -61,7 +61,7 @@ The following table lists the NGINX Agent features.
6161
- metrics
6262
- metrics-throttle
6363
- dataplane-status
64-
```
64+
```
6565

6666
4. **Restart the NGINX Agent service:** Restart the NGINX Agent service to enable changes.
6767

@@ -74,7 +74,7 @@ Once the steps have been completed, users will be able to view metrics data bein
7474
ssh user@your-nginx-instance
7575
```
7676

77-
2. **Edit NGINX Agent configuration:**
77+
2. **Edit NGINX Agent configuration:**
7878

7979
```
8080
sudo vim /etc/nginx-agent/nginx-agent.conf
@@ -87,9 +87,9 @@ Once the steps have been completed, users will be able to view metrics data bein
8787
- nginx-config-async
8888
- dataplane-status
8989
- file-watcher
90-
```
90+
```
9191

9292
4. **Restart the NGINX Agent service:** Restart the NGINX Agent service to enable changes.
9393

94-
Once the steps have been completed, users will be able to publish NGINX configurations but metrics data will not be collected by the NGINX Agent.
94+
Once the steps have been completed, users will be able to publish NGINX configurations but metrics data will not be collected by the NGINX Agent.
9595

content/agent/configuration/health-checks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: "Health checks"
2+
title: Health checks
33
draft: false
44
weight: 400
55
toc: true
66
type:
77
- how-to
8-
docs: "DOCS-1677"
8+
docs: DOCS-1677
99
---
1010

1111
## Overview

0 commit comments

Comments
 (0)