Skip to content

Commit 30b5625

Browse files
committed
A few last clean-ups
1 parent 13cbe9d commit 30b5625

File tree

3 files changed

+6
-20
lines changed

3 files changed

+6
-20
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

0 commit comments

Comments
 (0)