From b68915278ced9df4aaaccad4f2e38af9123e44ae Mon Sep 17 00:00:00 2001 From: Daryl White <53910321+djwfyi@users.noreply.github.com> Date: Fri, 7 Feb 2025 11:26:50 -0500 Subject: [PATCH] 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 --- source/includes/container/quickstart.rst | 14 ------- source/includes/k8s/quickstart.rst | 12 ------ source/includes/linux/quickstart.rst | 14 ------- source/includes/macos/quickstart.rst | 12 ------ source/includes/windows/common-minio-kes.rst | 2 +- source/includes/windows/quickstart.rst | 13 ------ source/index.rst | 44 ++++++++++++++++++++ 7 files changed, 45 insertions(+), 66 deletions(-) diff --git a/source/includes/container/quickstart.rst b/source/includes/container/quickstart.rst index 64ad306a..48e229e1 100644 --- a/source/includes/container/quickstart.rst +++ b/source/includes/container/quickstart.rst @@ -1,19 +1,5 @@ .. _quickstart-container: -========================= -Quickstart for Containers -========================= - -.. default-domain:: minio - -.. container:: extlinks-video - - - `Installing and Running MinIO on Docker: Overview `__ - - `Installing and Running MinIO on Docker: Installation Lab `__ - - `Object Storage Essentials `__ - - - `How to Connect to MinIO with JavaScript `__ - .. |OS| replace:: Docker or Podman This procedure deploys a :ref:`Single-Node Single-Drive ` MinIO server onto |OS| for early development and evaluation of MinIO Object Storage and its S3-compatible API layer. diff --git a/source/includes/k8s/quickstart.rst b/source/includes/k8s/quickstart.rst index f0a33cbe..28fc13fd 100644 --- a/source/includes/k8s/quickstart.rst +++ b/source/includes/k8s/quickstart.rst @@ -1,17 +1,5 @@ .. _quickstart-kubernetes: -================================ -Quickstart: MinIO for Kubernetes -================================ - -.. default-domain:: minio - -.. container:: extlinks-video - - - `Object Storage Essentials `__ - - - `How to Connect to MinIO with JavaScript `__ - .. |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. diff --git a/source/includes/linux/quickstart.rst b/source/includes/linux/quickstart.rst index c8a1dc7b..53c35ac5 100644 --- a/source/includes/linux/quickstart.rst +++ b/source/includes/linux/quickstart.rst @@ -1,19 +1,5 @@ .. _quickstart-linux: -=========================== -Quickstart: MinIO for Linux -=========================== - -.. default-domain:: minio - -.. container:: extlinks-video - - - `Installing and Running MinIO on Linux `__ - - - `Object Storage Essentials `__ - - - `How to Connect to MinIO with JavaScript `__ - .. |OS| replace:: Linux This procedure deploys a :ref:`Standalone ` MinIO server onto |OS| for early development and evaluation of MinIO Object Storage and its S3-compatible API layer. diff --git a/source/includes/macos/quickstart.rst b/source/includes/macos/quickstart.rst index f4be612e..7578a6a3 100644 --- a/source/includes/macos/quickstart.rst +++ b/source/includes/macos/quickstart.rst @@ -1,17 +1,5 @@ .. _quickstart-macos: -============================= -Quickstart: MinIO for Mac OSX -============================= - -.. default-domain:: minio - -.. container:: extlinks-video - - - `Object Storage Essentials `__ - - - `How to Connect to MinIO with JavaScript `__ - .. |OS| replace:: MacOS This procedure deploys a :ref:`Single-Node Single-Drive ` MinIO server onto |OS| for early development and evaluation of MinIO Object Storage and its S3-compatible API layer. diff --git a/source/includes/windows/common-minio-kes.rst b/source/includes/windows/common-minio-kes.rst index c7b24e54..aa4f488a 100644 --- a/source/includes/windows/common-minio-kes.rst +++ b/source/includes/windows/common-minio-kes.rst @@ -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 diff --git a/source/includes/windows/quickstart.rst b/source/includes/windows/quickstart.rst index 6cef0010..ffdec33f 100644 --- a/source/includes/windows/quickstart.rst +++ b/source/includes/windows/quickstart.rst @@ -1,18 +1,5 @@ .. _quickstart-windows: -============================= -Quickstart: MinIO for Windows -============================= - -.. default-domain:: minio - -.. container:: extlinks-video - - - `Object Storage Essentials `__ - - - `How to Connect to MinIO with JavaScript `__ - - .. |OS| replace:: Windows This procedure deploys a :ref:`Single-Node Single-Drive ` MinIO server onto |OS| for early development and evaluation of MinIO Object Storage and its S3-compatible API layer. diff --git a/source/index.rst b/source/index.rst index 4b970693..c962d141 100644 --- a/source/index.rst +++ b/source/index.rst @@ -4,6 +4,50 @@ MinIO Object Storage for |platform| .. default-domain:: minio +.. cond:: container + + .. container:: extlinks-video + + - `Installing and Running MinIO on Docker: Overview `__ + - `Installing and Running MinIO on Docker: Installation Lab `__ + - `Object Storage Essentials `__ + + - `How to Connect to MinIO with JavaScript `__ + +.. cond:: k8s + + .. container:: extlinks-video + + - `Object Storage Essentials `__ + + - `How to Connect to MinIO with JavaScript `__ + +.. cond:: linux + + .. container:: extlinks-video + + - `Installing and Running MinIO on Linux `__ + + - `Object Storage Essentials `__ + + - `How to Connect to MinIO with JavaScript `__ + +.. cond:: macos + + .. container:: extlinks-video + + - `Object Storage Essentials `__ + + - `How to Connect to MinIO with JavaScript `__ + +.. cond:: windows + + .. container:: extlinks-video + + - `Object Storage Essentials `__ + + - `How to Connect to MinIO with JavaScript `__ + .. contents:: Table of Contents :local: :depth: 2