Skip to content

Commit 6f4226b

Browse files
Renamed static dir for nginx-one-console (#1453)
Restored N1C API ref guide, renamed static dir for nginx-one-console
1 parent 8c4e4b0 commit 6f4226b

File tree

12 files changed

+8
-8
lines changed

12 files changed

+8
-8
lines changed

content/includes/use-cases/monitoring/n1c-dashboard-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Navigating the dashboard:
1010
- **Refine metric timeframe**: Metrics show the last hour's data by default. To view data from a different period, select the time interval you want from the drop-down menu.
1111

1212
<span style="display: inline-block; margin-top: 20px; margin-bottom: 50px;">
13-
{{< img src="nginx-one/images/nginx-one-dashboard.png">}}
13+
{{< img src="nginx-one-console/images/nginx-one-dashboard.png">}}
1414
</span>
1515

1616
{{<bootstrap-table "table table-striped table-bordered">}}

content/nginx-one-console/api/api-reference-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ tags:
99
title: API reference guide
1010
toc: false
1111
weight: null
12-
nd-api-reference: "./nginx-one/api/one.json"
12+
nd-api-reference: "./nginx-one-console/api/one.json"
1313
---

content/nginx-one-console/workshops/lab3/explore-nginx-one-console-features.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Make sure you have:
4848
Open NGINX One Console and select **Overview**. Here are the key metrics and what they mean:
4949

5050
<span style="display: inline-block;">
51-
{{< img src="nginx-one/images/nginx-one-dashboard.png"
51+
{{< img src="nginx-one-console/images/nginx-one-dashboard.png"
5252
alt="Overview dashboard showing panels for instance availability, NGINX versions, operating systems, certificates status, configuration recommendations, CVE severity, CPU and memory utilization, disk space usage, unsuccessful response codes, and network usage." >}}
5353
</span>
5454

@@ -147,7 +147,7 @@ The **Configuration Recommendations** panel provides suggestions:
147147
8. Select **Next** to preview your changes, then select **Save and Publish** to apply them.
148148

149149
<span style="display: inline-block;">
150-
{{< img src="nginx-one/images/config-recommendation.png"
150+
{{< img src="nginx-one-console/images/config-recommendation.png"
151151
alt="Configuration recommendation panel showing a Best Practice warning: 'log should not be set to off on line 34', with a pencil icon to edit." >}}
152152
</span>
153153

@@ -170,7 +170,7 @@ Try it on:
170170
- `$upstream_response_time`
171171

172172
<span style="display: inline-block;">
173-
{{< img src="nginx-one/images/ai-assistant.png"
173+
{{< img src="nginx-one-console/images/ai-assistant.png"
174174
alt="AI Assistant panel showing a highlighted $upstream_response_time snippet alongside the assistant's response with Purpose and Guidance headings." >}}
175175
</span>
176176

content/nginx-one-console/workshops/lab4/config-sync-groups.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Instead of registering containers manually, you can set the sync group in your C
139139
6. Instances automatically sync the existing NGINX config. When sync finishes, the **Config Sync Status** shows `In Sync`.
140140

141141
<span style="display: inline-block;">
142-
{{< img src="nginx-one/images/config-sync-status.png"
142+
{{< img src="nginx-one-console/images/config-sync-status.png"
143143
alt="Table showing hostnames, NGINX versions, operating systems, availability status, and green In Sync indicators for each instance in the config sync group." >}}
144144
</span>
145145

@@ -163,7 +163,7 @@ Modify the shared configuration and apply the changes to all group members.
163163
```
164164

165165
<span style="display: inline-block;">
166-
{{< img src="nginx-one/images/config-sync-edits.png" alt="Editor showing modifications to default.conf with validator status 'NGINX Config OK'." >}}
166+
{{< img src="nginx-one-console/images/config-sync-edits.png" alt="Editor showing modifications to default.conf with validator status 'NGINX Config OK'." >}}
167167
</span>
168168

169169
The file is marked **modified** and the validator shows **NGINX Config OK**.

content/nginx-one-console/workshops/lab5/upgrade-nginx-plus-to-latest-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ When you recreate containers, old entries remain in NGINX One Console. Clean the
115115
5. Remove the filter by selecting the **X** next to the filter tag.
116116

117117
<span style="display: inline-block;">
118-
{{< img src="nginx-one/images/unavailable-instances.png"
118+
{{< img src="nginx-one-console/images/unavailable-instances.png"
119119
alt="Table of three NGINX One Console instances filtered to 'Availability = Unavailable.' Shows hostnames, NGINX versions, grey Unavailable icons, and the Delete selected button." >}}
120120
</span>
121121

File renamed without changes.

0 commit comments

Comments
 (0)