Skip to content

Commit 3f54cf4

Browse files
committed
docs: replace portal with console ref.
1 parent d5b7809 commit 3f54cf4

File tree

14 files changed

+34
-20
lines changed

14 files changed

+34
-20
lines changed
File renamed without changes.

content/nginxaas-google/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ and reliable with full lifecycle management of advanced NGINX traffic services.
2121
{{<card title="Prerequisites" titleUrl="/nginxaas/google/getting-started/prerequisites/" icon="power">}}
2222
Follow these steps to prepare for your NGINXaaS deployment
2323
{{</card>}}
24-
{{<card title="Create a deployment" titleUrl="/nginxaas/google/getting-started/create-deployment/deploy-portal/" icon="cloud-upload">}}
24+
{{<card title="Create a deployment" titleUrl="/nginxaas/google/getting-started/create-deployment/deploy-console/" icon="cloud-upload">}}
2525
Step-by-step instructions to deploy NGINXaaS using the NGINXaaS Console
2626
{{</card>}}
27-
{{<card title="Add certificates" titleUrl="/nginxaas/google/getting-started/ssl-tls-certificates/ssl-tls-certificates-portal/" icon="lock">}}
27+
{{<card title="Add certificates" titleUrl="/nginxaas/google/getting-started/ssl-tls-certificates/ssl-tls-certificates-console/" icon="lock">}}
2828
Instructions to add SSL/TLS certificates to your NGINXaaS deployment using the NGINXaaS Console
2929
{{</card>}}
3030
{{</card-section>}}

content/nginxaas-google/billing/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ The standard GCP [network and bandwidth](https://cloud.google.com/vpc/pricing) c
6969

7070
## Review billing data
7171

72-
NGINXaaS billing data is reported per deployment and can be viewed in the portal under TBD.​
72+
NGINXaaS billing data is reported per deployment and can be viewed in the console.

content/nginxaas-google/getting-started/create-deployment/deploy-portal.md renamed to content/nginxaas-google/getting-started/create-deployment/deploy-console.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deploy using the NGINXaaS Console
33
weight: 100
44
toc: true
55
nd-docs: DOCS-000
6-
url: /nginxaas/google/getting-started/create-deployment/deploy-portal/
6+
url: /nginxaas/google/getting-started/create-deployment/deploy-console/
77
type:
88
- how-to
99
---
@@ -80,7 +80,7 @@ In the NGINXaaS Console,
8080
1. Select **Update** to save your changes.
8181
1. Select the Configuration tab to view the current NGINX configuration associated with the deployment.
8282
1. Select **Update Configuration** to change the NGINX configuration associated with the deployment.
83-
1. To modify the contents of the NGINX configuration, see [Update an NGINX Configuration]({{< ref "/nginxaas-google/getting-started/nginx-configuration/nginx-configuration-portal.md#update-an-nginx-configuration" >}}).
83+
1. To modify the contents of the NGINX configuration, see [Update an NGINX Configuration]({{< ref "/nginxaas-google/getting-started/nginx-configuration/nginx-configuration-console.md#update-an-nginx-configuration" >}}).
8484

8585
## Set up connectivity to your deployment
8686

@@ -102,7 +102,7 @@ To set up connectivity to your NGINXaaS deployment, you will need to configure a
102102

103103
## Test your deployment
104104

105-
1. To test your deployment, go to the IP address created in [Set up connectivity to your deployment]({{< ref "/nginxaas-google/getting-started/create-deployment/deploy-portal.md#set-up-connectivity-to-your-deployment" >}}) using your favorite web browser.
105+
1. To test your deployment, go to the IP address created in [Set up connectivity to your deployment]({{< ref "/nginxaas-google/getting-started/create-deployment/deploy-console.md#set-up-connectivity-to-your-deployment" >}}) using your favorite web browser.
106106

107107
## What's next
108108

content/nginxaas-google/getting-started/manage-users-accounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ To delete a user in an NGINXaaS Account:
7575
1. Select **Delete** in the menu. The deleted user will no longer appear in the **Users** page.
7676

7777
## What's next
78-
[Add certificates using the NGINXaaS Console]({{< ref "/nginxaas-google/getting-started/ssl-tls-certificates/ssl-tls-certificates-portal.md" >}})
78+
[Add certificates using the NGINXaaS Console]({{< ref "/nginxaas-google/getting-started/ssl-tls-certificates/ssl-tls-certificates-console.md" >}})

content/nginxaas-google/getting-started/manual-scaling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ An NGINX Capacity Unit (NCU) quantifies the capacity of an NGINX instance based
2626

2727
## Manual scaling
2828

29-
To update the capacity of your deployment using the portal,
29+
To update the capacity of your deployment using the console,
3030

3131
In the NGINXaaS Console,
3232

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create or upload using the NGINXaaS Console
33
weight: 100
44
toc: true
55
nd-docs: DOCS-000
6-
url: /nginxaas/google/getting-started/nginx-configuration/nginx-configuration-portal/
6+
url: /nginxaas/google/getting-started/nginx-configuration/nginx-configuration-console/
77
type:
88
- how-to
99
---
@@ -16,7 +16,7 @@ You can apply an NGINX configuration to your F5 NGINXaaS for Google Cloud (NGINX
1616

1717
## Access the NGINXaaS Console
1818

19-
{{< include "/nginxaas-google/access-portal.md" >}}
19+
{{< include "/nginxaas-google/access-console.md" >}}
2020

2121
## Create or import an NGINX configuration
2222

content/nginxaas-google/getting-started/nginx-configuration/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ F5 NGINXaaS for Google Cloud deployment, restrictions, and available directives.
1313

1414
## NGINX configuration common user workflows
1515

16-
NGINX configurations can be uploaded to your NGINXaaS for Google Cloud deployment using the portal. The following documents provide detailed steps on how to upload NGINX configurations:
16+
NGINX configurations can be uploaded to your NGINXaaS for Google Cloud deployment using the console. The following documents provide detailed steps on how to upload NGINX configurations:
1717

18-
- [Upload using the portal]({{< ref "/nginxaas-google/getting-started/nginx-configuration/nginx-configuration-portal.md" >}})
18+
- [Upload using the console]({{< ref "/nginxaas-google/getting-started/nginx-configuration/nginx-configuration-console.md" >}})
1919

2020
The topics below provide information on NGINX configuration restrictions and directives that are supported by NGINXaaS for Google Cloud when using any of the above workflows.
2121

content/nginxaas-google/getting-started/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ If it's your first time using NGINXaaS for Google Cloud, you need to find the of
2929

3030
## What's next
3131

32-
[Create a Deployment]({{< ref "/nginxaas-google/getting-started/create-deployment/deploy-portal.md" >}})
32+
[Create a Deployment]({{< ref "/nginxaas-google/getting-started/create-deployment/deploy-console.md" >}})

content/nginxaas-google/getting-started/ssl-tls-certificates/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ Encrypt your certificates, keys, and PEM files using one of these standards:
3636
## Add SSL/TLS certificates
3737

3838
Add a certificate to your NGINXaaS deployment using your preferred client tool:
39-
* [Add certificates using the NGINXaaS Console]({{< ref "/nginxaas-google/getting-started/ssl-tls-certificates/ssl-tls-certificates-portal.md" >}})
39+
* [Add certificates using the NGINXaaS Console]({{< ref "/nginxaas-google/getting-started/ssl-tls-certificates/ssl-tls-certificates-console.md" >}})
4040

0 commit comments

Comments
 (0)