1
0
mirror of https://github.com/minio/docs.git synced 2025-07-28 19:42:10 +03:00
This commit is contained in:
Ravind Kumar
2025-03-11 11:36:24 -04:00
parent 109a384586
commit 44936c4111
4 changed files with 3633 additions and 2573 deletions

3696
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,32 +1,7 @@
<div class="platform-nav"> <div class="platform-nav">
<div class="platform-nav__main"> <div class="platform-nav__main">
<<<<<<< HEAD
<nav>
<a rel="noreferrer" href="/docs/minio/kubernetes/upstream/index.html" class="{{ 'active' if doc_platform == 'k8s' }}">
Kubernetes
</a>
<a rel="noreferrer" href="/docs/minio/container/index.html" class="{{ 'active' if doc_platform == 'container' }}">
Docker
</a>
<a rel="noreferrer" href="/docs/minio/linux/index.html" class="{{ 'active' if doc_platform == 'linux' }}">
Linux
</a>
<a rel="noreferrer" href="/docs/minio/macos/index.html" class="{{ 'active' if doc_platform == 'macos' }}">
macOS
</a>
<a rel="noreferrer" href="/docs/minio/windows/index.html" class="{{ 'active' if doc_platform == 'windows' }}">
Windows
</a>
</nav>
=======
<div class="container"> <div class="container">
</div> </div>
>>>>>>> 8da23e1 (Attempting to reduce docs to single platform)
{%- if pagename != "search" %} {%- if pagename != "search" %}
<button type="button" class="icon search-toggle search-toggle--keyboard visible-rm"> <button type="button" class="icon search-toggle search-toggle--keyboard visible-rm">
{%- include "icons/search.html" %} {%- include "icons/search.html" %}

View File

@ -229,12 +229,6 @@ rst_prolog = """
.. |minio-latest| replace:: MINIOLATEST .. |minio-latest| replace:: MINIOLATEST
.. |minio-rpm| replace:: RPMURL .. |minio-rpm| replace:: RPMURL
.. |minio-deb| replace:: DEBURL .. |minio-deb| replace:: DEBURL
<<<<<<< HEAD
.. |minio-rpmarm64| replace:: RPMARM64URL
.. |minio-debarm64| replace:: DEBARM64URL
.. |subnet| replace:: `MinIO pricing <https://min.io/pricing?jmp=docs>`__
.. |subnet-short| replace:: `pricing <https://min.io/pricing?jmp=docs>`__
=======
.. |minio-binary| replace:: MINIOURL .. |minio-binary| replace:: MINIOURL
.. |minio-rpm-arm64| replace:: RPMARM64URL .. |minio-rpm-arm64| replace:: RPMARM64URL
.. |minio-deb-arm64| replace:: DEBARM64URL .. |minio-deb-arm64| replace:: DEBARM64URL
@ -247,7 +241,6 @@ rst_prolog = """
.. |minio-binarys-390x| replace:: MINIOS390XURL .. |minio-binarys-390x| replace:: MINIOS390XURL
.. |subnet| replace:: `MinIO SUBNET <https://min.io/pricing?jmp=docs>`__ .. |subnet| replace:: `MinIO SUBNET <https://min.io/pricing?jmp=docs>`__
.. |subnet-short| replace:: `SUBNET <https://min.io/pricing?jmp=docs>`__ .. |subnet-short| replace:: `SUBNET <https://min.io/pricing?jmp=docs>`__
>>>>>>> 8da23e1 (Attempting to reduce docs to single platform)
.. |SNSD| replace:: :abbr:`SNSD (Single-Node Single-Drive)` .. |SNSD| replace:: :abbr:`SNSD (Single-Node Single-Drive)`
.. |SNMD| replace:: :abbr:`SNMD (Single-Node Multi-Drive)` .. |SNMD| replace:: :abbr:`SNMD (Single-Node Multi-Drive)`
.. |MNMD| replace:: :abbr:`MNMD (Multi-Node Multi-Drive)` .. |MNMD| replace:: :abbr:`MNMD (Multi-Node Multi-Drive)`

View File

@ -55,28 +55,7 @@ MinIO High Performance Object Storage
MinIO is a Kubernetes-native S3-compatible object storage solution designed to deploy wherever your applications are - on premises, in the private cloud, in the public cloud, and edge infrastructure. MinIO is a Kubernetes-native S3-compatible object storage solution designed to deploy wherever your applications are - on premises, in the private cloud, in the public cloud, and edge infrastructure.
MinIO is designed to support modern application workload patterns where high performance distributed computing meets petabyte-scale storage requirements. MinIO is designed to support modern application workload patterns where high performance distributed computing meets petabyte-scale storage requirements.
MinIO is available under two server editions, each with their own distinct license: This site documents Operations, Administration, and Development of MinIO Community Object Storage deployments on supported platforms for |minio-tag|.
.. grid:: 2
.. grid-item-card:: MinIO Object Store (MinIO)
MinIO Object Store (MinIO) is licensed under `GNU Affero General Public License v3.0 <https://www.gnu.org/licenses/agpl-3.0.en.html?ref=docs>`__.
MinIO features are available to the community as a stream of active development.
MinIO is community-focused, with best-effort support through the MinIO Community Slack Channel and the MinIO Github repository.
.. grid-item-card:: MinIO Enterprise Object Store (MinEOS)
MinIO Enterprise Object Store (MinEOS) is licensed under the `MinIO Commercial License <https://min.io/pricing?jmp=docs>`__.
MinEOS is available to |SUBNET| Enterprise-Lite and Enterprise-Plus customers and includes exclusive support for the :minio-blog:`Enterprise Object Store feature suite <enterprise-object-store-overview/>`.
MinEOS include |SUBNET| access for 24/7 L1 support from MinIO Engineering, with 4 or 1 hour SLAs available based on deployment size.
This site documents Operations, Administration, and Development of MinIO deployments on supported platforms for |minio-tag|.
MinIO Enterprise Object Storage (MinEOS) deployments can use this documentation as a baseline of features available in a current or upcoming release.
.. todo: More marketing/SEO below? .. todo: More marketing/SEO below?
@ -92,11 +71,6 @@ MinIO officially supports the following platforms:
|subnet| customers can open an issue for further clarification and instructions on migrating to `AIStor <https://min.io/product/aistor-overview?jmp=docs>`__. |subnet| customers can open an issue for further clarification and instructions on migrating to `AIStor <https://min.io/product/aistor-overview?jmp=docs>`__.
======= =======
- :ref:`Kubernetes (Upstream) <deploy-minio-kubernetes>` - :ref:`Kubernetes (Upstream) <deploy-minio-kubernetes>`
- :ref:`RedHat Openshift <deploy-operator-openshift>`
- :ref:`SUSE Rancher <deploy-operator-rancher>`
- :ref:`Elastic Kubernetes Service <deploy-operator-eks>`
- :ref:`Google Kubernetes Engine <deploy-operator-gke>`
- :ref:`Azure Kubernetes Service <deploy-operator-aks>`
- :ref:`Red Hat Enterprise Linux <deploy-minio-rhel>` - :ref:`Red Hat Enterprise Linux <deploy-minio-rhel>`
- :ref:`Ubuntu Linux <deploy-minio-ubuntu>` - :ref:`Ubuntu Linux <deploy-minio-ubuntu>`
- :ref:`MacOS <deploy-minio-macos>` - :ref:`MacOS <deploy-minio-macos>`