mirror of
https://github.com/minio/docs.git
synced 2025-09-02 00:02:14 +03:00
# Summary This pull adds back the OpenShift docs as a full dedicated platform The main changes are: - Adding the conditionals for OpenShift - Modifying the Makefile for the new platform - Adding the tutorials back in - Fixing up the navigation headers This was not too much trouble, which bodes well for the future.
15 lines
333 B
ReStructuredText
15 lines
333 B
ReStructuredText
.. cond:: linux or windows or macos
|
|
|
|
.. include:: /includes/common/installation.rst
|
|
|
|
.. cond:: container
|
|
|
|
.. include:: /includes/container/installation.rst
|
|
|
|
.. cond:: openshift
|
|
|
|
.. include:: /includes/openshift/deploy-minio-on-openshift.rst
|
|
|
|
.. cond:: k8s and not openshift
|
|
|
|
.. include:: /includes/k8s/deploy-operator.rst |