mirror of
https://github.com/minio/docs.git
synced 2025-07-28 19:42:10 +03:00
Changes to get Algolia crawler to pull OpenShift docs (#613)
Algolia's crawler is not picking up the OpenShift docs. This has fixes to get the sitemap to build correctly so the OpenShift docs can be crawled.
This commit is contained in:
@ -274,7 +274,7 @@ add to the queue.
|
|||||||
.. versionchanged:: RELEASE.2022-08-11T04-37-28Z
|
.. versionchanged:: RELEASE.2022-08-11T04-37-28Z
|
||||||
|
|
||||||
Failed or pending replications requeue automatically when performing a list or any ``GET`` or ``HEAD`` API method.
|
Failed or pending replications requeue automatically when performing a list or any ``GET`` or ``HEAD`` API method.
|
||||||
For example, using :mc:`mc stat`, :mc:`mc cat`, or :mc-cmd:`mc ls` after a remote location comes back online requeues replication.
|
For example, using :mc:`mc stat`, :mc:`mc cat`, or :mc:`mc ls` after a remote location comes back online requeues replication.
|
||||||
|
|
||||||
MinIO sets the ``X-Amz-Replication-Status`` metadata field according to the
|
MinIO sets the ``X-Amz-Replication-Status`` metadata field according to the
|
||||||
replication state of the object:
|
replication state of the object:
|
||||||
|
@ -182,7 +182,7 @@ elif tags.has("container"):
|
|||||||
'developers/*',
|
'developers/*',
|
||||||
'integrations/*'
|
'integrations/*'
|
||||||
]
|
]
|
||||||
elif tags.has("k8s"):
|
elif tags.has("k8s") and not tags.has("openshift"):
|
||||||
html_baseurl = 'https://min.io/docs/minio/kubernetes/upstream/'
|
html_baseurl = 'https://min.io/docs/minio/kubernetes/upstream/'
|
||||||
excludes = [
|
excludes = [
|
||||||
'operations/install-deploy-manage/deploy-minio-single-node-single-drive.rst',
|
'operations/install-deploy-manage/deploy-minio-single-node-single-drive.rst',
|
||||||
@ -196,7 +196,21 @@ elif tags.has("k8s"):
|
|||||||
'reference/minio-mc*',
|
'reference/minio-mc*',
|
||||||
'developers/*',
|
'developers/*',
|
||||||
'integrations/*'
|
'integrations/*'
|
||||||
|
]
|
||||||
|
elif tags.has("openshift"):
|
||||||
|
html_baseurl = 'https://min.io/docs/minio/kubernetes/openshift/'
|
||||||
|
excludes = [
|
||||||
|
'operations/install-deploy-manage/deploy-minio-single-node-single-drive.rst',
|
||||||
|
'operations/install-deploy-manage/deploy-minio-single-node-multi-drive.rst',
|
||||||
|
'operations/install-deploy-manage/deploy-minio-multi-node-multi-drive.rst',
|
||||||
|
'operations/install-deploy-manage/upgrade-minio-deployment.rst',
|
||||||
|
'operations/install-deploy-manage/expand-minio-deployment.rst',
|
||||||
|
'operations/install-deploy-manage/decommission-server-pool.rst',
|
||||||
|
'operations/manage-existing-deployments.rst',
|
||||||
|
'reference/minio-server*',
|
||||||
|
'reference/minio-mc*',
|
||||||
|
'developers/*',
|
||||||
|
'integrations/*'
|
||||||
]
|
]
|
||||||
else:
|
else:
|
||||||
excludes = []
|
excludes = []
|
||||||
|
@ -72,7 +72,7 @@ and non-protected.
|
|||||||
|
|
||||||
.. include:: /includes/container/quickstart.rst
|
.. include:: /includes/container/quickstart.rst
|
||||||
|
|
||||||
.. cond:: k8s
|
.. cond:: k8s or openshift
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:titlesonly:
|
:titlesonly:
|
||||||
@ -121,7 +121,7 @@ and non-protected.
|
|||||||
/administration/bucket-replication
|
/administration/bucket-replication
|
||||||
/administration/concepts
|
/administration/concepts
|
||||||
|
|
||||||
.. cond:: k8s or container or macos or windows
|
.. cond:: k8s or openshift or container or macos or windows
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:titlesonly:
|
:titlesonly:
|
||||||
@ -146,7 +146,7 @@ and non-protected.
|
|||||||
/reference/minio-server/minio-server
|
/reference/minio-server/minio-server
|
||||||
/integrations/integrations
|
/integrations/integrations
|
||||||
|
|
||||||
.. cond:: k8s
|
.. cond:: k8s or openshift
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:titlesonly:
|
:titlesonly:
|
||||||
|
Reference in New Issue
Block a user