1
0
mirror of https://github.com/minio/docs.git synced 2025-07-28 19:42:10 +03:00

Improve SEO for Index + Quickstart Pages (#742)

# Summary

SEO guided towards some refinements of the H1s on the index and
quickstart pages
This commit is contained in:
Ravind Kumar
2023-02-24 16:46:10 -05:00
committed by GitHub
parent 43e41fc528
commit b1bf12145f
6 changed files with 19 additions and 17 deletions

View File

@ -277,6 +277,8 @@ intersphinx_mapping = {
rst_prolog = """
.. |platform| replace:: %s
.. |podman| replace:: `Podman <https://podman.io/>`__
.. |kes-tag| replace:: `KESLATEST <https://github.com/minio/kes/releases/tag/KESLATEST>`__
@ -305,4 +307,4 @@ rst_prolog = """
.. |rust-sdk-version| replace:: RUSTVERSION
"""
""" % platform_fmt

View File

@ -1,8 +1,8 @@
.. _quickstart-kubernetes:
=========================
Quickstart for Kubernetes
=========================
================================
Quickstart: MinIO for Kubernetes
================================
.. default-domain:: minio

View File

@ -1,8 +1,8 @@
.. _quickstart-linux:
====================
Quickstart for Linux
====================
===========================
Quickstart: MinIO for Linux
===========================
.. default-domain:: minio

View File

@ -1,8 +1,8 @@
.. _quickstart-macos:
=======================
Quickstart for Mac OSX
=======================
=============================
Quickstart: MinIO for Mac OSX
=============================
.. default-domain:: minio

View File

@ -1,8 +1,8 @@
.. _quickstart-windows:
======================
Quickstart for Windows
======================
=============================
Quickstart: MinIO for Windows
=============================
.. default-domain:: minio

View File

@ -1,6 +1,6 @@
=====================================
MinIO High Performance Object Storage
=====================================
================================================================================
MinIO Object Storage for |platform|
================================================================================
.. default-domain:: minio
@ -16,7 +16,7 @@ MinIO High Performance Object Storage
- `How to Connect to MinIO with JavaScript <https://www.youtube.com/watch?v=yUR4Fvx0D3E&list=PLFOIsHSSYIK3Dd3Y_x7itJT1NUKT5SxDh&index=5>`__
MinIO is a high performance object storage solution that provides an Amazon Web Services S3-compatible API and supports all core S3 features.
MinIO is an object storage solution that provides an Amazon Web Services S3-compatible API and supports all core S3 features.
MinIO is built to deploy anywhere - public or private cloud, baremetal infrastructure, orchestrated environments, and edge infrastructure.
.. cond:: linux