File tree Expand file tree Collapse file tree 3 files changed +6
-20
lines changed
Expand file tree Collapse file tree 3 files changed +6
-20
lines changed Original file line number Diff line number Diff 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 ">
Original file line number Diff line number Diff line change 175175# Add https://www.min.io/robots.txt to html_extra_path list once available.
176176html_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
189189html_permalinks_icon = ''
190190
191191html_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 -------------------------------------------------
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments