1
0
mirror of https://github.com/minio/docs.git synced 2025-07-31 18:04:52 +03:00

Add reference page for mc du (#783)

Create a new reference page for `mc du` and link it in the list of `mc`
commands.

Staged:

http://192.241.195.202:9000/staging/DOCS-764/linux/html/reference/minio-mc/mc-du.html

Includes drive-by fixes to make the _Optional_ notations appear in a
more consistent manner. (Including several otherwise unrelated pages.)
There's more opportunistic fixes here than I might normally do in the
same PR, but seemed better to get it over with.

Fixes https://github.com/minio/docs/issues/764

---------

Co-authored-by: Ravind Kumar <ravind@min.io>
This commit is contained in:
Andrea Longo
2023-03-30 13:36:41 -06:00
committed by GitHub
parent 199d1eb1d4
commit 1f8ce6dec2
20 changed files with 243 additions and 35 deletions

View File

@ -30,7 +30,7 @@ This command supports only global flags
.. start-minio-mc-s3-compatibility
The :program:`mc` commandline tool is built for compatibility with the AWS S3
API and is tested MinIO and AWS S3 for expected functionality and behavior.
API and is tested with MinIO and AWS S3 for expected functionality and behavior.
MinIO provides no guarantees for other S3-compatible services, as their S3 API
implementation is unknown and therefore unsupported. While :program:`mc`
@ -47,4 +47,4 @@ commands *may* work as documented, any such usage is at your own risk.
Copy the example to a text editor and modify as-needed before running the
command in the terminal/shell.
.. end-minio-syntax
.. end-minio-syntax

View File

@ -1,6 +1,6 @@
.. start-rewind-desc
*Optional* Directs |command| to operate only on the object version(s) that
Directs |command| to operate only on the object version(s) that
existed at specified point-in-time.
- To rewind to a specific date in the past, specify the date as an
@ -17,7 +17,7 @@ that supports :ref:`minio-bucket-versioning`. For MinIO deployments, use
.. start-versions-desc
*Optional* Directs |command| to operate on all object versions that exist in the
Directs |command| to operate on all object versions that exist in the
bucket.
|versions| requires that the specified |alias| be an S3-compatible service
@ -44,4 +44,4 @@ that supports :ref:`minio-bucket-versioning`. For MinIO deployments, use
|command| requires :ref:`bucket versioning <minio-bucket-versioning>` to
use this feature. Use :mc:`mc version` to enable versioning on a bucket.
.. end-versioning-admonition
.. end-versioning-admonition