From ef770a4e440e950276563756eca1c0fbe5814c67 Mon Sep 17 00:00:00 2001 From: Rasheed Amir Date: Fri, 14 Apr 2023 18:59:05 +0200 Subject: [PATCH] add new section and cleanup --- README.md | 6 ++++++ content/about/cloud-providers/binero.md | 2 +- content/about/cloud-providers/exoscale.md | 2 ++ content/about/cloud-providers/gcp.md | 2 +- content/about/cloud-providers/overview.md | 6 ++++-- content/about/cloud-providers/upcloud.md | 2 ++ content/about/sla.md | 4 ---- .../{general-terms-conditions.md => gtc.md} | 0 content/legal-documents/nda.md | 2 ++ content/legal-documents/pp.md | 2 ++ mkdocs.yml | 7 +++++++ 11 files changed, 27 insertions(+), 8 deletions(-) create mode 100644 content/about/cloud-providers/exoscale.md rename content/legal-documents/{general-terms-conditions.md => gtc.md} (100%) create mode 100644 content/legal-documents/nda.md create mode 100644 content/legal-documents/pp.md diff --git a/README.md b/README.md index 72e10805..6ce41734 100644 --- a/README.md +++ b/README.md @@ -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 +``` \ No newline at end of file diff --git a/content/about/cloud-providers/binero.md b/content/about/cloud-providers/binero.md index 09968d06..ab5a87f3 100644 --- a/content/about/cloud-providers/binero.md +++ b/content/about/cloud-providers/binero.md @@ -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 diff --git a/content/about/cloud-providers/exoscale.md b/content/about/cloud-providers/exoscale.md new file mode 100644 index 00000000..23969cc8 --- /dev/null +++ b/content/about/cloud-providers/exoscale.md @@ -0,0 +1,2 @@ +# Exoscale + diff --git a/content/about/cloud-providers/gcp.md b/content/about/cloud-providers/gcp.md index a902db03..0181898d 100644 --- a/content/about/cloud-providers/gcp.md +++ b/content/about/cloud-providers/gcp.md @@ -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 diff --git a/content/about/cloud-providers/overview.md b/content/about/cloud-providers/overview.md index 5401a64d..9aa9f696 100644 --- a/content/about/cloud-providers/overview.md +++ b/content/about/cloud-providers/overview.md @@ -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 [`sales@stakater.com`](mailto:sales@stakater.com) if you would like to include your cloud! diff --git a/content/about/cloud-providers/upcloud.md b/content/about/cloud-providers/upcloud.md index e69de29b..57fc8287 100644 --- a/content/about/cloud-providers/upcloud.md +++ b/content/about/cloud-providers/upcloud.md @@ -0,0 +1,2 @@ +# UpCloud + diff --git a/content/about/sla.md b/content/about/sla.md index 7276cfa0..4db0aaa3 100644 --- a/content/about/sla.md +++ b/content/about/sla.md @@ -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. diff --git a/content/legal-documents/general-terms-conditions.md b/content/legal-documents/gtc.md similarity index 100% rename from content/legal-documents/general-terms-conditions.md rename to content/legal-documents/gtc.md diff --git a/content/legal-documents/nda.md b/content/legal-documents/nda.md new file mode 100644 index 00000000..e07b1e09 --- /dev/null +++ b/content/legal-documents/nda.md @@ -0,0 +1,2 @@ +# NDA + diff --git a/content/legal-documents/pp.md b/content/legal-documents/pp.md new file mode 100644 index 00000000..c6e8ae9d --- /dev/null +++ b/content/legal-documents/pp.md @@ -0,0 +1,2 @@ +# Privacy Policy + diff --git a/mkdocs.yml b/mkdocs.yml index 73d478f1..433932d2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 @@ -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