From 519f78363322f991b07d6504100b650b6f3218ee Mon Sep 17 00:00:00 2001 From: Sander Rodenhuis <53382213+srodenhuis@users.noreply.github.com> Date: Thu, 25 Jul 2024 09:53:42 +0200 Subject: [PATCH] fix: rm unused (#69) --- docs/get-started/activation.md | 8 ++--- docs/get-started/overview.md | 4 +-- docs/get-started/promo.md | 22 ------------ sidebar-docs.js | 64 +++++++++++++++------------------- 4 files changed, 35 insertions(+), 63 deletions(-) delete mode 100644 docs/get-started/promo.md diff --git a/docs/get-started/activation.md b/docs/get-started/activation.md index 075bfc338..3af542780 100644 --- a/docs/get-started/activation.md +++ b/docs/get-started/activation.md @@ -1,14 +1,14 @@ --- slug: activation -title: Activation steps -sidebar_label: Activation +title: Post installation steps +sidebar_label: Post Installation Steps --- -Follow the steps below to activate Otomi after initial installation. +Follow the post-installation steps after initial installation. ## Step 1: Get the log output of the installer job -When the installer job (in the default namespace) has finished, copy the URL and the generated password from the bottom of the logs, sign in to the console with the provided URL, username and password. +When the installer job (in the default namespace) has finished, copy the URL and use the generated password from the bottom of the logs, sign in to the Otomi Console. Use the following command to get the logs of the installer job: diff --git a/docs/get-started/overview.md b/docs/get-started/overview.md index 582f409bf..3d0feb6e2 100644 --- a/docs/get-started/overview.md +++ b/docs/get-started/overview.md @@ -16,8 +16,8 @@ Know what is required to install Otomi. ### Step 2: [Install Otomi](installation/overview.md) Setup a Kubernetes cluster in your favourite cloud or infrastructure and install Otomi on it. The examples on how to setup a Kubernetes cluster are only to help you get started. -### Step 3: [Activate your installation ](activation.md) -Activate your Otomi installation on [otomi.cloud](https://portal.otomi.cloud) +### Step 3: [Follow the post installation steps ](activation.md) +Get the initial credentials and sign in to the Otomi Console. ### Step 4: [Explore Otomi using the Labs](labs/overview.md) Otomi Labs contains a set of labs to cover all the activities performed by developer- and/or DevOps teams supported by Otomi. diff --git a/docs/get-started/promo.md b/docs/get-started/promo.md deleted file mode 100644 index d648d7b06..000000000 --- a/docs/get-started/promo.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -slug: promotions -title: Promotions -sidebar_label: Promotions ---- -# November / December 2023 - -This is your chance to win an Amazon Gift Card! - -## Terms & Conditions - -The only thing you'll need to do for your chance to win an Amazon Gift Card is to install Otomi Community edition in November or December 2023. - -In the first week of January 2024, we'll announce all the winners. Make sure you'll provide your full name when registering your installation at [portal.otomi.cloud](https://portal.otomi.cloud). - -Need help when trying to install Otomi? Simply join our [Slack Channel](https://join.slack.com/t/otomi/shared_invite/zt-1axa4vima-E~LHN36nbLR~ay5r5pGq9A) and we'll try to help you out. - -We are also curious to learn where we can improve Otomi to make it even better. So don't hesitate to create an `enhancement` issue on [GitHub](https://github.com/redkubes/otomi-core). And when there, please give Otomi a ⭐️⭐️⭐️ - -Thank you and good luck! Let's go 🚀🚀 - - diff --git a/sidebar-docs.js b/sidebar-docs.js index 5dd0e0137..9d40f6b34 100644 --- a/sidebar-docs.js +++ b/sidebar-docs.js @@ -2,7 +2,6 @@ module.exports = { mainSidebar: { "Getting Started": [ "get-started/overview", - "get-started/promo", "get-started/prerequisites", { Installation: [ @@ -140,6 +139,35 @@ module.exports = { "for-ops/sre/troubleshooting", ], }, + { + "Integrated Apps": [ + "apps/alertmanager", + "apps/argocd", + "apps/certmanager", + "apps/cloudnativepg", + "apps/drone", + "apps/external-dns", + "apps/gatekeeper", + "apps/gitea", + "apps/grafana", + "apps/harbor", + "apps/ingress-nginx", + "apps/istio", + "apps/jaeger", + "apps/keycloak", + "apps/knative", + "apps/loki", + "apps/minio", + "apps/otel", + "apps/prometheus", + "apps/rabbitmq", + "apps/sealedsecrets", + "apps/trivy", + "apps/tekton", + "apps/vault", + "apps/velero", + ], + }, ], "For DevOps Teams": [ { @@ -159,39 +187,5 @@ module.exports = { ], }, ], - // "For CISOs": ["for-ciso/overview"], - "Otomi Applications": [ - "apps/alertmanager", - "apps/argocd", - "apps/certmanager", - "apps/cloudnativepg", - "apps/drone", - "apps/external-dns", - "apps/gatekeeper", - "apps/gitea", - "apps/grafana", - "apps/harbor", - "apps/ingress-nginx", - "apps/istio", - "apps/jaeger", - "apps/keycloak", - "apps/knative", - "apps/loki", - "apps/minio", - "apps/otel", - "apps/prometheus", - "apps/rabbitmq", - "apps/sealedsecrets", - "apps/thanos", - "apps/trivy", - "apps/tekton", - "apps/vault", - "apps/velero", - ], - Architecture: ["architecture/overview"], - // "Tutorials": [ - // "tutorials/overview", - // "tutorials/tutorial-1", - // ], }, };