Skip to content

Commit 10dbd7c

Browse files
committed
More
1 parent f74f3ec commit 10dbd7c

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# We use sentence case and present imperative tone
33
title: Add a Staged Configuration
44
# Weights are assigned in increments of 100: determines sorting order
5-
weight: i00
5+
weight: 100
66
# Creates a table of contents and sidebar, useful for large documents
77
toc: true
88
# Types have a 1:1 relationship with Hugo archetypes, so you shouldn't need to change this
@@ -16,17 +16,19 @@ docs: "DOCS-000"
1616

1717
## Overview
1818

19-
This guide explains how to add a **Staged Configuration** to your NGINX One Console.
19+
This guide explains how to add a Staged Configuration to your NGINX One Console.
20+
21+
{{< include "nginx-one/staged-config-overview.md" >}}
2022

2123
## Before you start
2224

23-
Before you add a **Staged Configuration** to NGINX One Console, ensure:
25+
Before you add a Staged Configuration to NGINX One Console, ensure:
2426

2527
- You have administrator access to NGINX One Console.
2628

2729
## Add a Staged Configuration
2830

29-
You can add a **Staged Configuration** from:
31+
You can add a Staged Configuration from:
3032

3133
- Empty files
3234
- An existing Instance
@@ -43,11 +45,11 @@ To start a new Staged Configuration:
4345

4446
1. Select New.
4547
1. Enter a name.
46-
1. Select **Next**.
48+
1. Select Next.
4749

4850
You will see a new Staged Configuration with the default NGINX configuration file, `/etc/nginx/nginx.conf`, in edit mode.
4951
1. Type or paste content for `/etc/nginx/nginx.conf`.
50-
1. Select **Add File** to add the configuration, certificate, or other file(s) of your choice.
52+
1. Select Add File to add the configuration, certificate, or other file(s) of your choice.
5153

5254
### Start from an existing Instance
5355

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ You can use F5 NGINX One Console API to manage your Staged Configurations. With
2121
- [Get a list of existing Staged Configruations] , by object ID.
2222
- [Get an analysis report for an existing Staged Configuration]()
2323

24-
<!-- need API docs to fix
25-
Review our reference of available [Staged Configs]({{< relref "{{< relref "nginx-one/api/api-reference-guide/#tag/StagedConfigs" >}}. -->
24+
#<!-- need API docs to fix
25+
#Review our reference of available [Staged Configs] -->

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

Lines changed: 5 additions & 3 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: View and edit a staged configuration
3+
title: View and edit a Staged Configuration
44
# Weights are assigned in increments of 100: determines sorting order
55
weight: 200
66
# Creates a table of contents and sidebar, useful for large documents
@@ -15,11 +15,13 @@ docs: "DOCS-000"
1515

1616
## Overview
1717

18-
This guide explains how to edit an existing **Staged Configuration** in your NGINX One Console.
18+
This guide explains how to edit an existing Staged Configuration in your NGINX One Console.
19+
20+
{{< include "nginx-one/staged-config-overview.md" >}}
1921

2022
## Before you start
2123

22-
Before you edit a **Staged Configuration**, ensure:
24+
Before you edit a Staged Configuration, ensure:
2325

2426
- You have administrator access to NGINX One Console.
2527

0 commit comments

Comments
 (0)