1
0
mirror of https://github.com/minio/docs.git synced 2025-07-27 08:41:57 +03:00

Migrate Tenant Deployment/management guides

This commit is contained in:
Ravind Kumar
2022-05-06 16:44:42 -04:00
committed by Ravind Kumar
parent 1ef454bf05
commit ffeff0365e
24 changed files with 1280 additions and 56 deletions

View File

@ -69,7 +69,7 @@ function renderPersonas() {
for (i=0; i<list.length; i++) {
let page_title = list[i].childNodes[0].innerHTML;
if (page_title === "Install and Deploy MinIO" || page_title === "Install the MinIO Operator") {
if (page_title === "Install and Deploy MinIO" || page_title === "Deploy the MinIO Operator") {
list[i].insertAdjacentElement('beforebegin',operationPersona);
}
else if (page_title === "MinIO Console") {