From 6501f7abd10e557ea18818dda9f064384d02d385 Mon Sep 17 00:00:00 2001 From: Ravind Kumar Date: Tue, 20 Sep 2022 12:53:35 -0400 Subject: [PATCH] Fixing conditional for K8s operator version --- source/index.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/source/index.rst b/source/index.rst index 9e86b275..eb980346 100644 --- a/source/index.rst +++ b/source/index.rst @@ -20,7 +20,7 @@ MinIO is built to deploy anywhere - public or private cloud, baremetal infrastru This site documents Operations, Administration, and Development of MinIO deployments on Windows platforms. -.. cond:: osx +.. cond:: macos This site documents Operations, Administration, and Development of MinIO deployments on Mac OSX platforms. @@ -32,7 +32,13 @@ MinIO is built to deploy anywhere - public or private cloud, baremetal infrastru This site documents Operations, Administration, and Development of MinIO deployments on Containers. -This documentation targets the latest stable version of MinIO: |minio-tag|. +.. cond:: k8s + + This documentation targets the latest stable version of the MinIO Operator: |operator-version-stable| + +.. cond:: linux or container or macos or windows + + This documentation targets the latest stable version of MinIO: |minio-tag|. MinIO is released under dual license `GNU Affero General Public License v3.0 `__ and `MinIO Commercial License `__.