File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
21
21
## Getting started
22
22
23
- ### Step 1: [ Install the Application Platform] ( https://apl-docs.net/docs/get-started/installation/overview )
24
- Install the Application Platform on Linode Kubernetes Engine (LKE) or any other conformant Kubernetes cluster.
23
+ ### Step 1: [ Install the App Platform] ( https://apl-docs.net/docs/get-started/installation/overview )
24
+ Install the App Platform on Linode Kubernetes Engine (LKE) or any other conformant Kubernetes cluster.
25
25
26
26
### Step 2: [ Follow the post installation steps ] ( https://apl-docs.net/docs/get-started/installation/post-installation-steps )
27
- Configure the Application Platform for your use case.
27
+ Configure the App Platform for your use case.
28
28
29
- ### Step 3: [ Explore the Application Platform using the Labs] ( https://apl-docs.net/docs/get-started/labs/overview )
30
- Explore the Application Platform with a comprehensive set of hands-on labs.
29
+ ### Step 3: [ Explore the App Platform using the Labs] ( https://apl-docs.net/docs/get-started/labs/overview )
30
+ Explore the App Platform with a comprehensive set of hands-on labs.
31
31
32
32
## Akamai Application Platform supports
33
33
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ export const printWelcomeMessage = async (): Promise<void> => {
209
209
const message = `
210
210
########################################################################################################################################
211
211
#
212
- # The Application Platform console is available at https://console.${ domainSuffix }
212
+ # The App Platform console is available at https://console.${ domainSuffix }
213
213
#
214
214
# Obtain login credentials by using the below commands:
215
215
# kubectl get secret ${ secretName } -n keycloak -o jsonpath='{.data.username}' | base64 -d
You can’t perform that action at this time.
0 commit comments