From d4739f7db5b2036c4469b13726c74652709cb920 Mon Sep 17 00:00:00 2001 From: ravindk89 Date: Wed, 12 May 2021 10:42:08 -0400 Subject: [PATCH] Fixing copyright header, minor typo --- source/conf.py | 21 +++------------------ source/index.rst | 2 +- 2 files changed, 4 insertions(+), 19 deletions(-) diff --git a/source/conf.py b/source/conf.py index 1211ba5d..9265f4b1 100644 --- a/source/conf.py +++ b/source/conf.py @@ -22,8 +22,8 @@ sys.path.append(os.path.abspath('../sphinxext')) # -- Project information ----------------------------------------------------- -project = 'MinIO Documentation' -copyright = '2020, MinIO' +project = 'MinIO Baremetal Documentation' +copyright = '2020-Present, MinIO, Inc. ' author = 'Ravind Kumar' # The full version, including alpha/beta/rc tags @@ -116,20 +116,5 @@ html_extra_path = [ 'extra'] html_permalinks_icon = "" -html_title = 'MinIO Documentation' +html_title = 'MinIO Baremetal Documentation' -# rst_epilog contains common replacements for all pages - -rst_epilog = """ - -.. |minio-operator-release| replace:: ``minio/k8s-operator:v3.0.28`` - -.. |minio-server-release| replace:: ``minio/minio:RELEASE.2020-10-03T02-19-42Z`` - -""" - -rst_prolog = """ - -.. |minio-operator-latest-version| replace:: v3.0.28 - -""" \ No newline at end of file diff --git a/source/index.rst b/source/index.rst index aef05ad8..05acfdca 100644 --- a/source/index.rst +++ b/source/index.rst @@ -93,7 +93,7 @@ such as versioning and replication. .. code-block:: shell :class: copyable - cat /dev/urandom`` | head -c 32 | base64 - + cat /dev/urandom | head -c 32 | base64 - MinIO by default listens on port ``9000``. Applications running on the same host can connect and perform S3 operations on the MinIO server