Skip to content

Commit 037c9d6

Browse files
committed
A few last clean-ups
1 parent 13cbe9d commit 037c9d6

File tree

5 files changed

+7
-30
lines changed

5 files changed

+7
-30
lines changed

source/_templates/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h2 class="header__title hidden-rm">Documentation</h2>
4141
</div>
4242
{% endif %}
4343

44-
{%- include "platform-navigation.html" %}
44+
<!-- {%- include "platform-navigation.html" %} -->
4545

4646
{%- if pagename != "search" %}
4747
<div id="search">

source/default-conf.py

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
# Add https://www.min.io/robots.txt to html_extra_path list once available.
176176
html_extra_path = [ 'extra']
177177

178-
html_baseurl = 'https://min.io/docs/minio/'
178+
html_baseurl = 'https://docs.min.io/community/minio-object-store'
179179

180180
# -- Project information -----------------------------------------------------
181181

@@ -189,24 +189,6 @@
189189
html_permalinks_icon = ''
190190

191191
html_context = {
192-
'doc_platform': 'k8s',
193-
'docs': [
194-
# The first item has to be the current docs site #
195-
{
196-
'name': 'MinIO Server',
197-
'current': True
198-
},
199-
{
200-
'name': 'DirectPV',
201-
'url': 'https://min.io/docs/directpv',
202-
'external': True
203-
},
204-
{
205-
'name': 'KES',
206-
'url': 'https://min.io/docs/kes',
207-
'external': True
208-
}
209-
]
210192
}
211193

212194
# -- Options for Sphinx Tabs -------------------------------------------------

source/operations/deployments/baremetal-deploy-minio-on-ubuntu-linux.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,10 @@ Modify the example to reflect your deployment topology.
297297
Use Single-Node Single-Drive ("Standalone") deployments in early development and evaluation environments.
298298
MinIO does not recommend Standalone deployments in production, as the loss of the node or its storage medium results in data loss.
299299

300+
.. important::
301+
302+
SNSD deployments do not support storage expansion through adding new server pools.
303+
300304
.. code-block:: shell
301305
:class: copyable
302306

source/operations/deployments/k8s-deploy-minio-tenant-on-kubernetes.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -247,13 +247,3 @@ Kubernetes provides multiple options for configuring external access to services
247247
See the Kubernetes documentation on :kube-docs:`Publishing Services (ServiceTypes) <concepts/services-networking/service/#publishing-services-service-types>` and :kube-docs:`Ingress <concepts/services-networking/ingress/>` for more complete information on configuring external access to services.
248248

249249
For specific flavors of Kubernetes, such as OpenShift or Rancher, defer to the service documentation on the preferred or available methods of exposing Services to internal or external access.
250-
251-
.. toctree::
252-
:titlesonly:
253-
:hidden:
254-
255-
/operations/deployments/k8s-deploy-minio-tenant-helm-on-kubernetes
256-
/operations/deployments/k8s-upgrade-minio-tenant-on-kubernetes
257-
/operations/deployments/k8s-expand-minio-tenant-on-kubernetes
258-
/operations/deployments/k8s-modify-minio-tenant-on-kubernetes
259-
/operations/deployments/k8s-delete-minio-tenant-on-kubernetes

source/operations/deployments/k8s-minio-tenants.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ The tenant utilizes Persistent Volume Claims to talk to the Persistent Volumes t
128128
:hidden:
129129

130130
/operations/deployments/k8s-deploy-minio-tenant-on-kubernetes
131+
/operations/deployments/k8s-deploy-minio-tenant-helm-on-kubernetes
131132
/operations/deployments/k8s-modify-minio-tenant-on-kubernetes
132133
/operations/deployments/k8s-upgrade-minio-tenant-on-kubernetes
133134
/operations/deployments/k8s-expand-minio-tenant-on-kubernetes

0 commit comments

Comments
 (0)