Skip to content

Commit

Permalink
add new section and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rasheedamir committed Apr 14, 2023
1 parent 3aa14c4 commit ef770a4
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 8 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ Finally serve the docs using the built-in web server which is based on Python ht
```
$ mkdocs serve
```

or

```
$ python3 -m mkdocs serve
```
2 changes: 1 addition & 1 deletion content/about/cloud-providers/binero.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Binero - OpenStack
# Binero

A OpenStack account is needed to create and manage cluster on Binero OpenStack. The following criteria must be met

Expand Down
2 changes: 2 additions & 0 deletions content/about/cloud-providers/exoscale.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Exoscale

2 changes: 1 addition & 1 deletion content/about/cloud-providers/gcp.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Google Cloud Platform
# GCP

A GCP account is needed to create and manage cluster on GCP. The following criteria must be met

Expand Down
6 changes: 4 additions & 2 deletions content/about/cloud-providers/overview.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Supported cloud providers
# Overview

Stakater App Agility Platform is currently supported on following cloud providers:

1. [Azure](./azure.md)
2. [AWS](./aws.md)
3. [Google](./gcp.md)
4. [Binero - OpenStack](./binero.md)
4. [Binero](./binero.md)
5. [UpCloud](./upcloud.md)
6. [Exoscale](./exoscale.md)

We support all sorts of clouds which are based on OpenStack, VMWare or BareMetals; just drop us an email at [`[email protected]`](mailto:[email protected]) if you would like to include your cloud!
2 changes: 2 additions & 0 deletions content/about/cloud-providers/upcloud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# UpCloud

4 changes: 0 additions & 4 deletions content/about/sla.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,6 @@ The SLA does not apply to any:

- 13.5.10 for subscriptions reserved, but not paid for, at the time of the incident.

## Stakater App Agility Platform

Stakater will provide to the Customer the Stakater App Agility Platform ("**SAAP**") and build and manage Customer's OpenShift cluster to allow Customer to optimise its cloud strategy and enable its teams across its organisations to consume Red Hat OpenShift-as-a-Service (the "**Service**").

## Payments

Payment is due once during a Service Period and the Customer will be charged for the number of worker nodes that have been running during the monthly Service Period.
Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions content/legal-documents/nda.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# NDA

2 changes: 2 additions & 0 deletions content/legal-documents/pp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Privacy Policy

7 changes: 7 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ nav:
- about/cloud-providers/gcp.md
- about/cloud-providers/binero.md
- about/cloud-providers/upcloud.md
- about/cloud-providers/exoscale.md
- about/high-availability.md
- about/sla.md
- about/update-lifecycle.md
Expand Down Expand Up @@ -194,6 +195,12 @@ nav:
- managed-addons/tronador/overview.md
- Velero:
- managed-addons/velero/overview.md
- Legal Documents:
- legal-documents/gtc.md
- legal-documents/agreement.md
- legal-documents/dpa.md
- legal-documents/nda.md
- legal-documents/pp.md
- Help:
- help/overview.md
- help/support/support.md
Expand Down

0 comments on commit ef770a4

Please sign in to comment.