Skip to content

Commit

Permalink
chore: rename application to app (#1804)
Browse files Browse the repository at this point in the history
Co-authored-by: jeho <17126497+j-zimnowoda@users.noreply.github.com>
  • Loading branch information
srodenhuis and j-zimnowoda authored Nov 11, 2024
1 parent 378903f commit 9d886eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@

## Getting started

### Step 1: [Install the Application Platform](https://apl-docs.net/docs/get-started/installation/overview)
Install the Application Platform on Linode Kubernetes Engine (LKE) or any other conformant Kubernetes cluster.
### Step 1: [Install the App Platform](https://apl-docs.net/docs/get-started/installation/overview)
Install the App Platform on Linode Kubernetes Engine (LKE) or any other conformant Kubernetes cluster.

### Step 2: [Follow the post installation steps ](https://apl-docs.net/docs/get-started/installation/post-installation-steps)
Configure the Application Platform for your use case.
Configure the App Platform for your use case.

### Step 3: [Explore the Application Platform using the Labs](https://apl-docs.net/docs/get-started/labs/overview)
Explore the Application Platform with a comprehensive set of hands-on labs.
### Step 3: [Explore the App Platform using the Labs](https://apl-docs.net/docs/get-started/labs/overview)
Explore the App Platform with a comprehensive set of hands-on labs.

## Akamai Application Platform supports

Expand Down
2 changes: 1 addition & 1 deletion src/cmd/commit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export const printWelcomeMessage = async (): Promise<void> => {
const message = `
########################################################################################################################################
#
# The Application Platform console is available at https://console.${domainSuffix}
# The App Platform console is available at https://console.${domainSuffix}
#
# Obtain login credentials by using the below commands:
# kubectl get secret ${secretName} -n keycloak -o jsonpath='{.data.username}' | base64 -d
Expand Down

0 comments on commit 9d886eb

Please sign in to comment.