mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +03:00
Install page quickstarts generated multiple H1s (#1411)
Include files for quickstarts had a page title that resulted in a duplicate H1. This removes the duplicate and moves the links for video to the index.rst page. Opportunity fix of an unrelated build error. Closes #1408
This commit is contained in:
@ -1,19 +1,5 @@
|
||||
.. _quickstart-container:
|
||||
|
||||
=========================
|
||||
Quickstart for Containers
|
||||
=========================
|
||||
|
||||
.. default-domain:: minio
|
||||
|
||||
.. container:: extlinks-video
|
||||
|
||||
- `Installing and Running MinIO on Docker: Overview <https://youtu.be/mg9NRR6Js1s?ref=docs>`__
|
||||
- `Installing and Running MinIO on Docker: Installation Lab <https://youtu.be/Z0FtabDUPtU?ref=docs>`__
|
||||
- `Object Storage Essentials <https://www.youtube.com/playlist?list=PLFOIsHSSYIK3WitnqhqfpeZ6fRFKHxIr7>`__
|
||||
|
||||
- `How to Connect to MinIO with JavaScript <https://www.youtube.com/watch?v=yUR4Fvx0D3E&list=PLFOIsHSSYIK3Dd3Y_x7itJT1NUKT5SxDh&index=5>`__
|
||||
|
||||
.. |OS| replace:: Docker or Podman
|
||||
|
||||
This procedure deploys a :ref:`Single-Node Single-Drive <minio-installation-comparison>` MinIO server onto |OS| for early development and evaluation of MinIO Object Storage and its S3-compatible API layer.
|
||||
|
@ -1,17 +1,5 @@
|
||||
.. _quickstart-kubernetes:
|
||||
|
||||
================================
|
||||
Quickstart: MinIO for Kubernetes
|
||||
================================
|
||||
|
||||
.. default-domain:: minio
|
||||
|
||||
.. container:: extlinks-video
|
||||
|
||||
- `Object Storage Essentials <https://www.youtube.com/playlist?list=PLFOIsHSSYIK3WitnqhqfpeZ6fRFKHxIr7>`__
|
||||
|
||||
- `How to Connect to MinIO with JavaScript <https://www.youtube.com/watch?v=yUR4Fvx0D3E&list=PLFOIsHSSYIK3Dd3Y_x7itJT1NUKT5SxDh&index=5>`__
|
||||
|
||||
.. |OS| replace:: Kubernetes
|
||||
|
||||
This procedure deploys a Single-Node Single-Drive MinIO server onto |OS| for early development and evaluation of MinIO Object Storage and its S3-compatible API layer.
|
||||
|
@ -1,19 +1,5 @@
|
||||
.. _quickstart-linux:
|
||||
|
||||
===========================
|
||||
Quickstart: MinIO for Linux
|
||||
===========================
|
||||
|
||||
.. default-domain:: minio
|
||||
|
||||
.. container:: extlinks-video
|
||||
|
||||
- `Installing and Running MinIO on Linux <https://www.youtube.com/watch?v=74usXkZpNt8&list=PLFOIsHSSYIK1BnzVY66pCL-iJ30Ht9t1o>`__
|
||||
|
||||
- `Object Storage Essentials <https://www.youtube.com/playlist?list=PLFOIsHSSYIK3WitnqhqfpeZ6fRFKHxIr7>`__
|
||||
|
||||
- `How to Connect to MinIO with JavaScript <https://www.youtube.com/watch?v=yUR4Fvx0D3E&list=PLFOIsHSSYIK3Dd3Y_x7itJT1NUKT5SxDh&index=5>`__
|
||||
|
||||
.. |OS| replace:: Linux
|
||||
|
||||
This procedure deploys a :ref:`Standalone <minio-installation-comparison>` MinIO server onto |OS| for early development and evaluation of MinIO Object Storage and its S3-compatible API layer.
|
||||
|
@ -1,17 +1,5 @@
|
||||
.. _quickstart-macos:
|
||||
|
||||
=============================
|
||||
Quickstart: MinIO for Mac OSX
|
||||
=============================
|
||||
|
||||
.. default-domain:: minio
|
||||
|
||||
.. container:: extlinks-video
|
||||
|
||||
- `Object Storage Essentials <https://www.youtube.com/playlist?list=PLFOIsHSSYIK3WitnqhqfpeZ6fRFKHxIr7>`__
|
||||
|
||||
- `How to Connect to MinIO with JavaScript <https://www.youtube.com/watch?v=yUR4Fvx0D3E&list=PLFOIsHSSYIK3Dd3Y_x7itJT1NUKT5SxDh&index=5>`__
|
||||
|
||||
.. |OS| replace:: MacOS
|
||||
|
||||
This procedure deploys a :ref:`Single-Node Single-Drive <minio-installation-comparison>` MinIO server onto |OS| for early development and evaluation of MinIO Object Storage and its S3-compatible API layer.
|
||||
|
@ -115,7 +115,7 @@ This command assumes the ``minio-kes.cert``, ``minio-kes.key``, and ``kes-server
|
||||
- The documentation on this site uses API keys.
|
||||
|
||||
.. code-block:: shell
|
||||
:substitions:
|
||||
:substitutions:
|
||||
|
||||
MINIO_KMS_KES_CERT_FILE=|miniocertpath|\minio-kes.cert
|
||||
MINIO_KMS_KES_KEY_FILE=|miniocertpath|\minio-kes.key
|
||||
|
@ -1,18 +1,5 @@
|
||||
.. _quickstart-windows:
|
||||
|
||||
=============================
|
||||
Quickstart: MinIO for Windows
|
||||
=============================
|
||||
|
||||
.. default-domain:: minio
|
||||
|
||||
.. container:: extlinks-video
|
||||
|
||||
- `Object Storage Essentials <https://www.youtube.com/playlist?list=PLFOIsHSSYIK3WitnqhqfpeZ6fRFKHxIr7>`__
|
||||
|
||||
- `How to Connect to MinIO with JavaScript <https://www.youtube.com/watch?v=yUR4Fvx0D3E&list=PLFOIsHSSYIK3Dd3Y_x7itJT1NUKT5SxDh&index=5>`__
|
||||
|
||||
|
||||
.. |OS| replace:: Windows
|
||||
|
||||
This procedure deploys a :ref:`Single-Node Single-Drive <minio-installation-comparison>` MinIO server onto |OS| for early development and evaluation of MinIO Object Storage and its S3-compatible API layer.
|
||||
|
@ -4,6 +4,50 @@ MinIO Object Storage for |platform|
|
||||
|
||||
.. default-domain:: minio
|
||||
|
||||
.. cond:: container
|
||||
|
||||
.. container:: extlinks-video
|
||||
|
||||
- `Installing and Running MinIO on Docker: Overview <https://youtu.be/mg9NRR6Js1s?ref=docs>`__
|
||||
- `Installing and Running MinIO on Docker: Installation Lab <https://youtu.be/Z0FtabDUPtU?ref=docs>`__
|
||||
- `Object Storage Essentials <https://www.youtube.com/playlist?list=PLFOIsHSSYIK3WitnqhqfpeZ6fRFKHxIr7>`__
|
||||
|
||||
- `How to Connect to MinIO with JavaScript <https://www.youtube.com/watch?v=yUR4Fvx0D3E&list=PLFOIsHSSYIK3Dd3Y_x7itJT1NUKT5SxDh&index=5>`__
|
||||
|
||||
.. cond:: k8s
|
||||
|
||||
.. container:: extlinks-video
|
||||
|
||||
- `Object Storage Essentials <https://www.youtube.com/playlist?list=PLFOIsHSSYIK3WitnqhqfpeZ6fRFKHxIr7>`__
|
||||
|
||||
- `How to Connect to MinIO with JavaScript <https://www.youtube.com/watch?v=yUR4Fvx0D3E&list=PLFOIsHSSYIK3Dd3Y_x7itJT1NUKT5SxDh&index=5>`__
|
||||
|
||||
.. cond:: linux
|
||||
|
||||
.. container:: extlinks-video
|
||||
|
||||
- `Installing and Running MinIO on Linux <https://www.youtube.com/watch?v=74usXkZpNt8&list=PLFOIsHSSYIK1BnzVY66pCL-iJ30Ht9t1o>`__
|
||||
|
||||
- `Object Storage Essentials <https://www.youtube.com/playlist?list=PLFOIsHSSYIK3WitnqhqfpeZ6fRFKHxIr7>`__
|
||||
|
||||
- `How to Connect to MinIO with JavaScript <https://www.youtube.com/watch?v=yUR4Fvx0D3E&list=PLFOIsHSSYIK3Dd3Y_x7itJT1NUKT5SxDh&index=5>`__
|
||||
|
||||
.. cond:: macos
|
||||
|
||||
.. container:: extlinks-video
|
||||
|
||||
- `Object Storage Essentials <https://www.youtube.com/playlist?list=PLFOIsHSSYIK3WitnqhqfpeZ6fRFKHxIr7>`__
|
||||
|
||||
- `How to Connect to MinIO with JavaScript <https://www.youtube.com/watch?v=yUR4Fvx0D3E&list=PLFOIsHSSYIK3Dd3Y_x7itJT1NUKT5SxDh&index=5>`__
|
||||
|
||||
.. cond:: windows
|
||||
|
||||
.. container:: extlinks-video
|
||||
|
||||
- `Object Storage Essentials <https://www.youtube.com/playlist?list=PLFOIsHSSYIK3WitnqhqfpeZ6fRFKHxIr7>`__
|
||||
|
||||
- `How to Connect to MinIO with JavaScript <https://www.youtube.com/watch?v=yUR4Fvx0D3E&list=PLFOIsHSSYIK3Dd3Y_x7itJT1NUKT5SxDh&index=5>`__
|
||||
|
||||
.. contents:: Table of Contents
|
||||
:local:
|
||||
:depth: 2
|
||||
|
Reference in New Issue
Block a user