Skip to content

Commit

Permalink
fix: rm unused (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
srodenhuis authored Jul 25, 2024
1 parent 0500891 commit 519f783
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 63 deletions.
8 changes: 4 additions & 4 deletions docs/get-started/activation.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
4 changes: 2 additions & 2 deletions docs/get-started/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
22 changes: 0 additions & 22 deletions docs/get-started/promo.md

This file was deleted.

64 changes: 29 additions & 35 deletions sidebar-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module.exports = {
mainSidebar: {
"Getting Started": [
"get-started/overview",
"get-started/promo",
"get-started/prerequisites",
{
Installation: [
Expand Down Expand Up @@ -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": [
{
Expand All @@ -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",
// ],
},
};

0 comments on commit 519f783

Please sign in to comment.