Skip to content

Commit 51ae54b

Browse files
committed
Update wording on documentation
1 parent 60cef07 commit 51ae54b

27 files changed

+39
-39
lines changed

en/docs/about-apk/FAQs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Refer to the <a href="{{base_path}}/en/{{site_version}}/setup/prerequisites#prer
2525

2626
### 2. I want to customize some configurations in my Helm deployment. How can I do this?
2727

28-
Refer to the <a href="{{base_path}}/en/{{site_version}}/setup/customize-configurations#customize-configurations" target="_blank">customize configurations</a> section for this information.
28+
Refer to the <a href="{{base_path}}/en/{{site_version}}/setup/Customize-Configurations#Customize-Configurations" target="_blank">customize configurations</a> section for this information.
2929

3030

3131
### 3. What are the Kubernetes distributions supported by WSO2 APK?

en/docs/administration/configurations/configure-logs-adapter.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Adapter Log Configurations
22

3-
To configure Adapter logs, update the `values.yaml`'s `wso2.apk.dp.adapter.logging` section with the following values. Instructions in [Customize Configurations](../../setup/customize-configurations.md) will guide you through the process of acquiring the `values.yaml` file.
3+
To configure Adapter logs, update the `values.yaml`'s `wso2.apk.dp.adapter.logging` section with the following values. Instructions in [Customize Configurations](../../setup/Customize-Configurations.md) will guide you through the process of acquiring the `values.yaml` file.
44

55
```yaml
66
logging:

en/docs/administration/configurations/configure-logs-enforcer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ As the Enforcer component is implemented in Java, we are using the `log4j2` fram
44

55
## Configuring Log4j2 Properties
66

7-
To configure log4j2 properties, update the `values.yaml`'s `wso2.apk.dp.gatewayRuntime.deployment.enforcer.logging` section with the following values. Instructions in [Customize Configurations](../../setup/customize-configurations.md) will guide you through the process of acquiring the `values.yaml` file.
7+
To configure log4j2 properties, update the `values.yaml`'s `wso2.apk.dp.gatewayRuntime.deployment.enforcer.logging` section with the following values. Instructions in [Customize Configurations](../../setup/Customize-Configurations.md) will guide you through the process of acquiring the `values.yaml` file.
88

99
```yaml
1010
logging:

en/docs/administration/configurations/configure-logs-overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Both these files are located in the same ConfigMap file located in the following
1515
apk/helm-charts/templates/data-plane/gateway-components/log-conf.yaml
1616
```
1717

18-
These configurations can be set using the `values.yaml` file. Instructions in [Customize Configurations](../../setup/customize-configurations.md) will guide you through the process of acquiring the `values.yaml` file. Follow each section to configure the logs for each of the components.
18+
These configurations can be set using the `values.yaml` file. Instructions in [Customize Configurations](../../setup/Customize-Configurations.md) will guide you through the process of acquiring the `values.yaml` file. Follow each section to configure the logs for each of the components.
1919

2020
## Error Codes in Logs
2121

en/docs/administration/configurations/configure-logs-router.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
As the APK uses an Envoy proxy as the Router component, it only supports the logging mechanisms provided by the Envoy proxy. In the following sections, you may find how to enable Router access logs and debug logs.
44

5-
To set up Router Logs, start by following the instructions outlined in [Customize Configurations](../../setup/customize-configurations.md). These instructions will guide you through the process of acquiring the `values.yaml` file, which you will then use to tailor the log configurations to your specific needs.
5+
To set up Router Logs, start by following the instructions outlined in [Customize Configurations](../../setup/Customize-Configurations.md). These instructions will guide you through the process of acquiring the `values.yaml` file, which you will then use to tailor the log configurations to your specific needs.
66

77
## Router Access Logging
88

en/docs/administration/distributed-tracing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Supported distributed tracing systems,
1111

1212
## Configure Distributed Tracing
1313

14-
To set up distributed tracing, start by following the instructions outlined in [Customize Configurations](../setup/customize-configurations.md). These instructions will guide you through the process of acquiring the `values.yaml` file, which you will then use to tailor the tracing configurations to your specific needs.
14+
To set up distributed tracing, start by following the instructions outlined in [Customize Configurations](../setup/Customize-Configurations.md). These instructions will guide you through the process of acquiring the `values.yaml` file, which you will then use to tailor the tracing configurations to your specific needs.
1515

1616
!!! note
1717
If you are trying out tracing capabilities of APK and do not have an actual deployment of Jaeger or Zipkin, you can start APK together with Jaeger/Zipkin by applying the below kubernetes artifacts to your cluster.

en/docs/assets/files/get-started/EmployeeServiceDefinition.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"servers": [
88
{
9-
"url": "http://employee-service:80",
9+
"url": "http://employee-service:8080",
1010
"description": "Server URL",
1111
"variables": {}
1212
}

en/docs/control-plane/apk-as-gateway-in-apim/api-management/control-plane-create-and-deploy-graphql-apis.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
1. Save and download the sample [StarWarsAPI.graphql](../../../assets/files/get-started/StarWarsAPI.graphql) file. This is the GraphQL SDL of the API that we will be using.
1+
1. Download and save the sample [StarWarsAPI.graphql](../../../assets/files/get-started/StarWarsAPI.graphql) file. This is the GraphQL SDL of the API that we will be using.
22
2. Login to the Publisher Console [API Publisher](https://am.wso2.com/publisher) of the WSO2 API Manager.
33
3. Under the GraphQL option, use `Import GraphQL SDL` option.
44
4. Provide the GraphQL definition of the API that was downloaded in step 1 and click `Next`.
55
5. Provide the following information.
66

7-
| Field | Sample value |
8-
|----------|---------------------------------------------|
9-
| Name | StarWarsAPI |
10-
| Context | /starwars |
11-
| Version | 1.0.0 |
12-
| Endpoint | http://graphql-faker-service:9002/graphql |
7+
| Field | Sample value |
8+
| -------- | ----------------------------------------- |
9+
| Name | StarWarsAPI |
10+
| Context | /starwars |
11+
| Version | 1.0.0 |
12+
| Endpoint | http://graphql-faker-service:9002/graphql |
1313

1414
6. Select the APK Gateway and click Create.
1515
7. Navigate to the Deploy section and click Deployments.

en/docs/control-plane/deploy-apim-apk-agent.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Follow the instructions below to deploy the APIM APK Agent.
3737
```
3838

3939
!!! Optional
40-
To commence the installation while making use of the customization capabilities inherent in the `values.yaml` file, follow the subsequent command format. Instructions in [Customize Configurations](../setup/customize-configurations.md) will guide you through the process of acquiring the `values.yaml` file.
40+
To commence the installation while making use of the customization capabilities inherent in the `values.yaml` file, follow the subsequent command format. Instructions in [Customize Configurations](../setup/Customize-Configurations.md) will guide you through the process of acquiring the `values.yaml` file.
4141

4242
=== "Command"
4343
```

en/docs/create-api/create-and-attach-api-policies/cors/enable-cors-via-rest-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Sample content before the modification is shown below.
7575
defaultVersion: false
7676
endpointConfigurations:
7777
production:
78-
endpoint: "http://employee-service:80"
78+
endpoint: "http://employee-service:8080"
7979
operations:
8080
- target: "/employee"
8181
verb: "GET"

en/docs/create-api/create-and-deploy-apis/graphql/create-graphql-api-using-rest-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ kubectl get pods -n <namespace>
2323

2424
Follow the instructions below to design a GraphQL API.
2525

26-
1. Save and download the sample [StarWarsAPI.graphql](../../../assets/files/get-started/StarWarsAPI.graphql) file. This is the GraphQL SDL of the API that we are going to deploy in APK.
26+
1. Download and save the sample [StarWarsAPI.graphql](../../../assets/files/get-started/StarWarsAPI.graphql) file. This is the GraphQL SDL of the API that we are going to deploy in APK.
2727

2828
2. Execute the following request to generate the APK configuration. Use the values provided in the table below in the body of your request.
2929

en/docs/get-started/quick-start-guide-as-gateway.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ This section is a step-by-step guide to creating, deploying, and invoking an API
77

88
## Before you begin...
99

10-
Install the [prerequisites](../../setup/prerequisites) that are required to run the WSO2 API Platform For Kubernetes.
10+
Install the <a href="../../setup/prerequisites" target="_blank">prerequisites</a> that are required to run the WSO2 API Platform for Kubernetes.
1111

1212
!!!NOTE
13-
If you already have an installation of the APK in your cluster, please remove the installation by following the steps specified in the [Uninstall APK](../setup/uninstall.md) section.
13+
If you already have an installation of the APK in your cluster, please remove the installation by following the steps specified in the <a href="../../setup/uninstall" target="_blank">Uninstall APK</a> section.
1414

1515
### Create Kubernetes namespace
1616

en/docs/get-started/quick-start-guide-with-cp.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Install the <a href="../../setup/prerequisites" target="_blank">prerequisites</a
2121

2222
## Step 2 - Create and Deploy the API From Dataplane
2323

24-
1. Save and download the sample
24+
1. Download and save the sample
2525
<a href="https://raw.githubusercontent.com/wso2/docs-apk/refs/heads/1.2.0/en/docs/assets/files/get-started/EmployeeServiceDefinition.json"
2626
target="_blank" onclick="downloadFile(event)">EmployeeServiceDefinition.json</a> file. This is the OAS definition of the API that we are going to deploy in APK.
2727
2. Add a hostname mapping to the ```/etc/hosts``` file as follows.
@@ -73,7 +73,7 @@ Apart from the above API definition file, we also need an `apk-conf` file that d
7373
defaultVersion: false
7474
endpointConfigurations:
7575
production:
76-
endpoint: "http://employee-service:80"
76+
endpoint: "http://employee-service:8080"
7777
operations:
7878
- target: "/employees"
7979
verb: "GET"
@@ -180,7 +180,7 @@ You now have the API Definition (`EmployeeServiceDefinition.json`) and the apk-c
180180

181181
## Step 3 - Create the Backend
182182

183-
The endpoint "http://employee-service:80" provided in the above files points to a backend deployed on a kubernetes service. Prior to invoking the API, you will need to have this backend up.
183+
The endpoint "http://employee-service:8080" provided in the above files points to a backend deployed on a kubernetes service. Prior to invoking the API, you will need to have this backend up.
184184

185185
We have provided the file containing this sample backend [here](https://raw.githubusercontent.com/wso2/apk/main/developer/tryout/samples/qsg-sample-backend.yaml). You can create the backend service using the following command.
186186

en/docs/get-started/quick-start-guide.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ kubectl get pods
3434

3535
## Step 3 - Create and Deploy the API
3636

37-
1. Save and download the sample
37+
1. Download and save the sample
3838
<a href="https://raw.githubusercontent.com/wso2/docs-apk/refs/heads/1.1.0/en/docs/assets/files/get-started/EmployeeServiceDefinition.json"
3939
target="_blank" onclick="downloadFile(event)">EmployeeServiceDefinition.json</a> <script src="download.js"></script> file. This is the OAS definition of the API that we are going to deploy in APK.
4040
2. Add a hostname mapping to the ```/etc/hosts``` file as follows.
@@ -84,7 +84,7 @@ Apart from the above API definition file, we also need an `apk-conf` file that d
8484
defaultVersion: false
8585
endpointConfigurations:
8686
production:
87-
endpoint: "http://employee-service:80"
87+
endpoint: "http://employee-service:8080"
8888
operations:
8989
- target: "/employee"
9090
verb: "GET"
@@ -191,7 +191,7 @@ You now have the API Definition (`EmployeeServiceDefinition.json`) and the apk-c
191191
defaultVersion: false
192192
endpointConfigurations:
193193
production:
194-
endpoint: "http://employee-service:80"
194+
endpoint: "http://employee-service:8080"
195195
operations:
196196
- target: "/employees"
197197
verb: "GET"

en/docs/includes/create-apk-conf-api.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ kubectl get pods
2020

2121
You will need an OpenAPI Specification 3.x that describes the structure and behavior of your API. This file serves as the foundation for configuring your API and is essential for generating the APK Configuration file.
2222

23-
Save and download the sample [EmployeeServiceDefinition.json](https://raw.githubusercontent.com/wso2/apk/main/developer/tryout/samples/definitions/EmployeeServiceDefinition.json) file. This is the OAS definition of the API that we are going to deploy in APK.
23+
Download and save the sample [EmployeeServiceDefinition.json](https://raw.githubusercontent.com/wso2/apk/main/developer/tryout/samples/definitions/EmployeeServiceDefinition.json) file. This is the OAS definition of the API that we are going to deploy in APK.
2424

2525
## Step 3. Generate APK configuration file.
2626

@@ -59,7 +59,7 @@ type: "REST"
5959
defaultVersion: false
6060
endpointConfigurations:
6161
production:
62-
endpoint: "http://employee-service:80"
62+
endpoint: "http://employee-service:8080"
6363
operations:
6464
- target: "/employees"
6565
verb: "GET"

en/docs/includes/customize-installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
To commence the installation while making use of the customization capabilities inherent in the `values.yaml` file, follow the subsequent command format. Instructions in [Customize Configurations](../setup/customize-configurations.md) will guide you through the process of acquiring the `values.yaml` file.
1+
To commence the installation while making use of the customization capabilities inherent in the `values.yaml` file, follow the subsequent command format. Instructions in [Customize Configurations](../setup/Customize-Configurations.md) will guide you through the process of acquiring the `values.yaml` file.
22

33
=== "Command"
44
```

en/docs/includes/direct-deploy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ organization: "default"
2121
defaultVersion: false
2222
endpointConfigurations:
2323
production:
24-
endpoint: "http://employee-service:80"
24+
endpoint: "http://employee-service:8080"
2525
operations:
2626
- target: "/employee"
2727
verb: "GET"

en/docs/setup/analytics/configure-analytics-for-choreo-insights.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
kubectl create secret generic <secret-name> --from-literal=authToken='<choreo-on-prem-key>' --from-literal=authURL='https://analytics-event-auth.choreo.dev/auth/v1' -n <namespace>
2323
```
2424

25-
2. Follow the instructions outlined in [Customize Configurations](../customize-configurations.md). These instructions will guide you through the process of acquiring the `values.yaml` file, which you will then use to tailor the analytics configurations to your specific needs.
25+
2. Follow the instructions outlined in [Customize Configurations](../Customize-Configurations.md). These instructions will guide you through the process of acquiring the `values.yaml` file, which you will then use to tailor the analytics configurations to your specific needs.
2626
3. Replace `secret-name` in the following configuration with the name of the secret you created in the previous step.
2727
```yaml
2828
analytics:

en/docs/setup/analytics/configure-analytics-for-elk-stack.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Step 1 - Setup APK
44

5-
1. Start by following the instructions outlined in [Customize Configurations](../customize-configurations.md). These instructions will guide you through the process of acquiring the `values.yaml` file.
5+
1. Start by following the instructions outlined in [Customize Configurations](../Customize-Configurations.md). These instructions will guide you through the process of acquiring the `values.yaml` file.
66

77
2. Open the `values.yaml` file, and add the configuration given below to the `gatewayRuntime` section under `dp`.
88
```yaml

en/docs/setup/analytics/configure-analytics-for-moesif.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
kubectl create secret generic <secret-name> --from-literal=moesifToken='<moesif-collector-application-id>' -n <namespace>
2020
```
2121

22-
2. Follow the instructions outlined in [Customize Configurations](../customize-configurations.md). These instructions will guide you through the process of acquiring the `values.yaml` file.
22+
2. Follow the instructions outlined in [Customize Configurations](../Customize-Configurations.md). These instructions will guide you through the process of acquiring the `values.yaml` file.
2323

2424
3. Replace ```secret-name``` in the following configuration with the name of the secret you created in the previous step.
2525

en/docs/setup/configure-hpa.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ When the traffic to your pods increase, the deployment may need to scale horizon
44

55
To configure HPA for gateway, follow these steps.
66

7-
1. Obtain the `values.yaml` file for your deployment by following the instructions in [Customize Configurations](../setup/customize-configurations.md).
7+
1. Obtain the `values.yaml` file for your deployment by following the instructions in [Customize Configurations](../setup/Customize-Configurations.md).
88
2. Update the following configuration with your required values.
99
```
1010
autoscaling:

en/docs/setup/enterprise-apim-apk-agent-install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Install the [prerequisites](../../setup/prerequisites) that are required to run
5353
```
5454

5555
!!! Optional
56-
To commence the installation while making use of the customization capabilities inherent in the `values.yaml` file, follow the subsequent command format. Instructions in [Customize Configurations](../setup/customize-configurations.md) will guide you through the process of acquiring the `values.yaml` file.
56+
To commence the installation while making use of the customization capabilities inherent in the `values.yaml` file, follow the subsequent command format. Instructions in [Customize Configurations](../setup/Customize-Configurations.md) will guide you through the process of acquiring the `values.yaml` file.
5757
5858
=== "Command"
5959
```

en/docs/setup/enterprise-apk-install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Install the [prerequisites](../../setup/prerequisites) that are required to run
5353
```
5454

5555
!!! Optional
56-
To commence the installation while making use of the customization capabilities inherent in the `values.yaml` file, follow the subsequent command format. Instructions in [Customize Configurations](../setup/customize-configurations.md) will guide you through the process of acquiring the `values.yaml` file.
56+
To commence the installation while making use of the customization capabilities inherent in the `values.yaml` file, follow the subsequent command format. Instructions in [Customize Configurations](../setup/Customize-Configurations.md) will guide you through the process of acquiring the `values.yaml` file.
5757
5858
=== "Command"
5959
```

en/docs/setup/identity-platform/idp/asgardeo-idp.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Follow the instructions below to use Asgardeo as the Identity Provider (IdP) to
107107
108108
## Step 5 - Update the Helm Chart
109109
110-
1. Follow the instructions outlined in [Customize Configurations](../../customize-configurations.md). These instructions will guide you through the process of acquiring the `values.yaml` file. Open the `values.yaml` file.
110+
1. Follow the instructions outlined in [Customize Configurations](../../Customize-Configurations.md). These instructions will guide you through the process of acquiring the `values.yaml` file. Open the `values.yaml` file.
111111
2. Update the IDP related configurations in the `idp` section.
112112
3. Create a K8s Secret with retrieved `clientId` and `clientSecret` from Step 4 with name `apk-idp-secret`.
113113
```

en/docs/setup/identity-platform/idp/auth0-idp.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ You need to add a [custom claim](https://auth0.com/docs/secure/tokens/json-web-t
142142
143143
## Step 6 - Update the Helm Chart
144144
145-
1. Follow the instructions outlined in [Customize Configurations](../../customize-configurations.md). These instructions will guide you through the process of acquiring the `values.yaml` file. Open the `values.yaml` file.
145+
1. Follow the instructions outlined in [Customize Configurations](../../Customize-Configurations.md). These instructions will guide you through the process of acquiring the `values.yaml` file. Open the `values.yaml` file.
146146
2. Update the IDP related configurations in the `idp` section.
147147
3. Create a K8s Secret with retrieved `clientId` and `clientSecret` from Step 4 with name `apk-idp-secret`.
148148

0 commit comments

Comments
 (0)