Skip to content

Commit

Permalink
Fixed file not found warnings for mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
msafwankarim committed Jan 24, 2025
1 parent 6e97d9a commit 8d08212
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions content/installation/aws-eks/create-tenants.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This document provides detailed insights on creating MTO Tenants on EKS cluster.

## Prerequisites

Check failure on line 4 in content/installation/aws-eks/create-tenants.md

View workflow job for this annotation

GitHub Actions / doc_qa / markdown_lint

Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## Prerequisites"]
MTO must be installed on EKS cluster. [MTO EKS installation guide](./aws-eks.md) provides a detailed walkthrough of MTO installation on EKS.
MTO must be installed on EKS cluster. [MTO EKS installation guide](./mto-installation.md) provides a detailed walkthrough of MTO installation on EKS.


Check failure on line 7 in content/installation/aws-eks/create-tenants.md

View workflow job for this annotation

GitHub Actions / doc_qa / markdown_lint

Multiple consecutive blank lines [Expected: 1; Actual: 2]
## Users Interaction with the Cluster
Expand Down Expand Up @@ -225,7 +225,7 @@ Error from server (Forbidden): namespaces is forbidden: User "sso-devteam:random
{"console":true,"showback":true}
```

If console is set to false then [enable the MTO Console](./aws-eks.md#enable-mto-console) before proceeding to next step
If console is set to false then [enable the MTO Console](./mto-installation.md#enable-mto-console) before proceeding to next step

- A KeyCloak user with same username as AWS IAM user should be created. Follow our [Setting Up User Access in Keycloak for MTO Console](../../how-to-guides/keycloak.md) to create a KeyCloak user.

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion content/installation/aws-eks/mto-prereq-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,4 @@ spec:

## What's Next?

All the prerequistes have been installed and configured. Now MTO can be installed on the EKS Cluster. See [EKS MTO Installation Guid](./aws-eks.md)
All the prerequistes have been installed and configured. Now MTO can be installed on the EKS Cluster. See [EKS MTO Installation Guid](./mto-installation.md.md)
2 changes: 1 addition & 1 deletion content/installation/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Choose the installation guide that matches your environment:

* [Installing with OLM on OpenShift](openshift.md)
* [Installing with Helm on AKS](azure-aks.md)
* [Installing with Helm on EKS](aws-eks.md)
* [Installing with Helm on EKS](./aws-eks/mto-installation.md)
* [Installing with Helm on any Kubernetes](kubernetes.md)

By following the appropriate guide, you’ll be able to deploy MTO efficiently and start managing multi-tenancy in your Kubernetes environment.
2 changes: 1 addition & 1 deletion theme_override/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ nav:
- installation/azure-aks.md
- EKS Installation:
- installation/aws-eks/mto-prereq-installation.md
- installation/aws-eks/awe-eks.md
- installation/aws-eks/mto-installation.md
- installation/aws-eks/create-tenants.md
- installation/kubernetes.md
- installation/helm.md
Expand Down

0 comments on commit 8d08212

Please sign in to comment.