Skip to content

Commit d52fd5d

Browse files
committed
Edits
1 parent 3b94942 commit d52fd5d

File tree

4 files changed

+30
-43
lines changed

4 files changed

+30
-43
lines changed

content/includes/nginx-one/staged-config-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ With Staged Configurations, you can use these features of NGINX One Console:
1212
- Automatic syntax checking
1313
- Contextual documentation
1414
- Dynamic analysis of your work in progress
15-
- Our AI assistant to explain what you've done
15+
- Suggestions from our AI assistant
1616

1717
Once you've finished your work and have pushed the changes to an Insance or a Config Sync Group, you are then free to delete that Staged Configuration.

content/nginx-one/how-to/staged-configs/add-staged-config.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ type: tutorial
1010
# Intended for internal catalogue and search, case sensitive:
1111
# Agent, N4Azure, NIC, NIM, NGF, NAP-DOS, NAP-WAF, NGINX One, NGINX+, Solutions, Unit
1212
product:
13-
# Intended for internal catalogue
14-
docs: "DOCS-000"
1513
---
1614

1715
## Overview
@@ -43,47 +41,48 @@ The following sections start from the **Add Staged Configuration** window that a
4341

4442
To start a new Staged Configuration:
4543

46-
1. Select New.
44+
1. Select **New Configuration**.
4745
1. Enter a name.
48-
1. Select Next.
46+
1. Select **Next**.
4947

5048
You will see a new Staged Configuration with the default NGINX configuration file, `/etc/nginx/nginx.conf`, in edit mode.
5149
1. Type or paste content for `/etc/nginx/nginx.conf`.
52-
1. Select Add File to add the configuration, certificate, or other file(s) of your choice.
50+
1. Select **Add File** to add the configuration, certificate, or other file(s) of your choice.
51+
1. When you're done, select **Save**.
5352

5453
### Start from an existing Instance
5554

5655
To start from an existing Instance:
5756

58-
1. Select From.
57+
1. Select **Existing Source**.
5958
1. Enter a name for your new Staged Configuration.
60-
1. Select Instance.
59+
1. Select **Instance**.
6160
1. In the Choose Instance menu that appears, select an existing Instance.
62-
1. Select Next.
61+
1. Select **Next**.
6362

64-
NGINX One Console imports the configuration from the existing Instance. You can now edit the configuration. When you're ready to stop, select Save.
63+
NGINX One Console imports the configuration from the existing Instance. You can now edit the configuration. When you're ready to stop and save your work, select Save.
6564

6665
### Start from an existing Config Sync Group
6766

6867
To start from an existing Config Sync Group:
6968

70-
1. Select From.
71-
1. Select Config Sync Group.
69+
1. Select **Existing Source**.
70+
1. Select **Config Sync Group**.
7271
1. In the Choose Config Sync Group menu that appears, select an existing Config Sync Group.
7372
1. Enter a name for your new Staged Configuration.
74-
1. Select Next.
73+
1. Select **Next**.
7574

76-
NGINX One Console imports the configuration from the existing Config Sync Group. You can now edit the configuration. When you're ready to stop, select Save.
75+
NGINX One Console imports the configuration from the existing Config Sync Group. You can now edit the configuration. When you're ready to stop and save your work, select Save.
7776

7877
### Start from an existing Staged Config
7978

8079
To start from an existing Staged Config:
8180

82-
1. Select From.
83-
1. Select Staged Config.
84-
1. In the Choose Staged Config menu that appears, select an existing Staged Config.
81+
1. Select **Existing Source**.
82+
1. Select **Staged Configuration**.
83+
1. In the Choose Staged Configuratiog menu that appears, select an existing Staged Configuration.
8584
1. Enter a name for your new Staged Configuration.
86-
1. Select Next.
85+
1. Select **Next**.
8786

88-
NGINX One Console imports the configuration from the existing Staged Config. You can now edit the configuration. When you're ready to stop, select Save.
87+
NGINX One Console imports the configuration from the existing Staged Configuration. You can now edit the configuration. When you're ready to stop and save your work, select Save.
8988

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# We use sentence case and present imperative tone
3-
title: Use an API to Add a Staged Configuration
3+
title: Use the API to manage your Staged Configurations
44
# Weights are assigned in increments of 100: determines sorting order
55
weight: 300
66
# Creates a table of contents and sidebar, useful for large documents
@@ -9,17 +9,12 @@ toc: true
99
type: tutorial
1010
# Intended for internal catalogue and search, case sensitive:
1111
product: NGINX One
12-
# Intended for internal catalogue
13-
docs: "DOCS-000"
1412
---
1513

16-
## Overview
14+
You can use F5 NGINX One Console API to manage your Staged Configurations. With our API, you can:
1715

18-
You can use F5 NGINX One Console API to manage your Staged Configurations. With these endpoints, you can:
19-
20-
- [Create an NGINX Staged Configuration]
21-
- [Get a list of existing Staged Configruations] , by object ID.
22-
- [Get an analysis report for an existing Staged Configuration]()
23-
24-
#<!-- need API docs to fix
25-
#Review our reference of available [Staged Configs] -->
16+
- [Create an NGINX Staged Configuration]({{< relref "/nginx-one/api/api-reference-guide/#operation/createStagedConfig" >}})
17+
- The details allow you to add existing configuration files.
18+
- [Get a list of existing Staged Configruations]({{< relref "/nginx-one/api/api-reference-guide/#operation/listStagedConfigs" >}})
19+
- Be sure to record the `object_id` of your target Staged Configuration for your analysis report.
20+
- [Get an analysis report for an existing Staged Configuration]({{< relref "/nginx-one/api/api-reference-guide/#operation/getStagedConfigReport" >}})

content/nginx-one/how-to/staged-configs/edit-staged-config.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ toc: true
99
type: tutorial
1010
# Intended for internal catalogue and search, case sensitive:
1111
product: NGINX One
12-
# Intended for internal catalogue
13-
docs: "DOCS-000"
1412
---
1513

1614
## Overview
@@ -33,13 +31,8 @@ Once you've registered your NGINX Staged Configs with the F5 NGINX One Console,
3331
To view and edit an NGINX configuration, follow these steps:
3432

3533
1. On the left menu, select **Staged Configurations**.
36-
2. Select the staged configuration you want to view or modify.
37-
3. Select the **Configuration** tab to see the current configuration for the NGINX instance.
38-
4. Select **Edit Configuration** to make changes to the current configuration.
39-
5. Make your changes to the configuration files. The configuration analyzer will let you know if there are any errors.
40-
6. When you are satisfied with the changes, select **Next**.
41-
7. Compare and verify your changes before selecting **Save and Publish** to publish the edited configuration.
42-
43-
## See also
44-
45-
- [Manage Config Sync Groups]({{< relref "/nginx-one/how-to/config-sync-groups/manage-config-sync-groups.md" >}})
34+
1. Select the staged configuration you want to view or modify.
35+
1. Select **Edit** to make changes to the current configuration.
36+
1. Make your changes to the configuration files. The configuration analyzer will let you know if there are any errors.
37+
1. When you are satisfied with the changes, select **Next**.
38+
1. Compare and verify your changes before selecting **Save** to publish the edited Staged configuration.

0 commit comments

Comments
 (0)