1
0
mirror of https://github.com/minio/docs.git synced 2026-01-04 02:44:36 +03:00

Create a footer note for cookie and privacy policy disclaimer

Fixes #484 by correcting restart command
This commit is contained in:
Daryl White
2022-07-07 17:22:29 -05:00
parent 672b35a7a6
commit f1b427bd1b
3 changed files with 16 additions and 8 deletions

View File

@@ -117,10 +117,15 @@
<div id=localtoc></div>
</div>
<div class="content__main">
<!--
{% block body %} {% endblock %}
{% block alertbar -%}
<div class="admonition important">
<div class="admonition note">
<span class="alert-message">
<p>This site uses cookies to improve the site experience. By continuing, you are providing consent to the use of these cookies. Please visit our <a href="https://www.min.io/privacy-policy">privacy policy</a> for more information.</p>
<!--
<p>Welcome to the upcoming version of the MinIO Documentation!
The content on this page is under active development and
may change at any time.
@@ -128,11 +133,11 @@
<a href="https://docs.min.io"> legacy documentation</a>.
Thank you for your patience.
</p>
-->
</span>
</div>
{% endblock %}
-->
{% block body %} {% endblock %}
<div class="footer">
<div>
<p>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</p>

View File

@@ -178,7 +178,7 @@ cannot use :mc-cmd:`mc admin update` to retrieve the binary over the network.
.. code-block:: shell
:class: copyable
mc admin service ALIAS
mc admin service restart ALIAS
Replace ``ALIAS`` with the :ref:`alias <alias>` for the target deployment.