Skip to content

Commit

Permalink
fix: info page
Browse files Browse the repository at this point in the history
  • Loading branch information
srodenhuis committed Oct 8, 2024
1 parent da270de commit 63b8694
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
13 changes: 13 additions & 0 deletions docs/akamai-app-platform/introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
slug: introduction
title: Introduction
sidebar_label: Introduction
---

## Akamai Application Platform

Akamai Application Platform is a platform that combines developer and operations-centric tools, automation and self-service to streamline the application lifecycle when using Kubernetes. From development to delivery to management of containerized application workloads.

The platform connects many of the technologies found in the Cloud Native Computing Foundation (CNCF) landscape in a way to provide direct value. No more re-inventing the wheel when building and maintaining your own Kubernetes based platform or bespoke stack.

The Application Platform is optimized to run on Linode Kubernetes Engine (LKE), but can also (manually) be installed on any other [conformant Kubernetes cluster](https://www.cncf.io/training/certification/software-conformance/).
13 changes: 0 additions & 13 deletions docs/apl/introduction.md

This file was deleted.

File renamed without changes.
6 changes: 3 additions & 3 deletions docs/get-started/installation/linode.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ title: Linode
sidebar_label: Linode Kubernetes Engine
---

# Install Application Platform for LKE on LKE with Linode DNS
# Install Akamai Application Platform on LKE with DNS

Provision a LKE cluster in Cloud Manager or by using the Linode CLI and manually install Application Platform for LKE onto it by using a Linode Domain.
Provision a LKE cluster in Cloud Manager or by using the Linode CLI and manually install the Application Platform onto it by using a Linode Domain for DNS.

## Prerequisites

Expand Down Expand Up @@ -130,7 +130,7 @@ Adjust the `domainSuffix`, `domainFilters` and `email`!
You can also use a different DNS provider. See [here](dns.md) for examples on how to use Akamai EdgeDNS, AWS Route53, Cloudflare DNS and many others.
:::

## Install Application Platform for LKE
## Install the Application Platform

Install using Helm:

Expand Down
4 changes: 2 additions & 2 deletions docs/get-started/installation/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Installation
sidebar_label: Overview
---

**How to get Application Platform for LKE up and running**
**How to get Akamai Application Platform up and running**

---

Expand All @@ -15,7 +15,7 @@ Create a LKE cluster and manually install the Application Platform.
Provision LKE with the Application Platform in Akamai Connected Cloud.

### [Custom](custom.md)
Install the Application Platform for LKE on any other conformant Kubernetes cluster.
Install the Application Platform on any other conformant Kubernetes cluster.

---

Expand Down
6 changes: 3 additions & 3 deletions sidebar-docs.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
mainSidebar: {
"App Platform for LKE": [
"apl/introduction",
"Akamai Application Platform": [
"akamai-app-platform/introduction",
],
"Getting Started": [
"get-started/overview",
Expand Down Expand Up @@ -151,7 +151,7 @@ module.exports = {
},
{
"Integrated Apps": [
"apps/apps-overview",
"apps/overview",
"apps/alertmanager",
"apps/argocd",
"apps/certmanager",
Expand Down

0 comments on commit 63b8694

Please sign in to comment.