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:
committed by
Ravind Kumar
parent
1ef454bf05
commit
ffeff0365e
@ -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") {
|
||||
|
Reference in New Issue
Block a user