1
0
mirror of https://github.com/minio/docs.git synced 2025-07-24 10:22:32 +03:00
Commit Graph

220 Commits

Author SHA1 Message Date
da199027d2 Adding checklist items for hardware, software, and security (#525)
This adds content to the three stub files.
Corrects the Makefile for incorrect importing of Javascript docs into the Haskell folder.
Corrects community Slack URLs to point to slack.min.io.
2022-08-24 16:33:13 -05:00
1bb0e097b7 Add responsive wrappers for tables (#533)
* Add responsive wrappers for tables

* Add missing styles
2022-08-23 14:49:05 -05:00
01a5552631 Update syntax highlight color (#534) 2022-08-23 11:02:14 -04:00
029bdeb97c Integrating .. only logic into .. cond (#528) 2022-08-19 16:49:39 -04:00
23ecfebf6c Clarify Upgrade Procedure 2022-08-15 13:11:53 -04:00
dc454d7246 UI enhancements: Nav active state, Copy button UI and Text colors (#524)
* Update footer text color

* Add hover color for nav links

* Update the copy button UI

* Add active class on content nav based on platform
2022-08-15 13:11:36 -04:00
2376fa9924 DOCS-IA: Platformize SSE Docs. Hashicorp Pass (#518)
* Platformization of Data Encryption Docs: Hashicorp Pass

* Platformization of Data Encryption Docs: Hashicorp Pass

* Big pass, CR changes + K8s
2022-08-15 12:53:08 -04:00
0e63416cb1 Fixing typo 2022-08-12 17:22:18 -04:00
f0611160dc Adding node scanner metrics 2022-08-12 17:22:07 -04:00
2fa33d59ae Fixed aws kes config example 2022-08-12 17:18:29 -04:00
1f6acf1f75 Fixed typo for creating directory on local filesystem 2022-08-12 17:18:21 -04:00
3909311e30 Cleaning up typo, incorrect reference 2022-08-12 17:17:28 -04:00
c6e1fc6124 Update theme as per the new design specs (#522) 2022-08-12 10:35:15 -05:00
8c727d7f90 Simplify Bucket Replication Docs (#513)
* Updates and simplifies bucket replication docs
* Improves doc structure
* Updates to corrected images
* Moving common bucket replication content to includes file
* Adds MinIO Console instruction
2022-07-29 17:52:13 -05:00
c783e10594 DOCS-492: Container Platform Docs
This commit also generally cleans up the Installation docs and uses /includes/<platform>/steps-*.rst as a pattern for storing platform-specific tutorials within a single root URL.

Finally, due to API rate limits, this commit adds some Makefile magic to allow skipping of sync'ing dependencies. Pass `make BUILD_DEPENDENCIES=FALSE <platform>` to skip building any deps and use what is already in the branch.
2022-07-18 17:46:59 -04:00
9f6086fdc6 Adding a glossary file and updating term link color
This commit only adds the glossary to the docs.
It does not apply :term: directives throughout the rest of the docs to link to the glossary.
2022-07-13 13:23:28 -05:00
1cef7df283 Corrects minor issues noted in issue #492 2022-07-13 13:15:42 -05:00
1c416561ef Cleaning up Network Encryption pages 2022-07-05 16:43:55 -04:00
8d15d1714a Adding content and instructions for SDKs 2022-06-29 16:07:50 -05:00
79e342b6d4 Adding create tenant CLI tutorial for K8s docs to the deploy tenant file. 2022-06-27 15:38:46 -05:00
ffeff0365e Migrate Tenant Deployment/management guides 2022-06-16 15:41:56 -04:00
1ef454bf05 Adding kubectl ref docs 2022-06-15 13:34:04 -05:00
b99c20a16f Docs Multiplatform Slice 2022-06-14 17:01:18 -04:00
df33ddee6a DOCS-495: Clean up SNSD Pre-Existing Data behavior 2022-06-14 10:45:59 -04:00
a2165bfe69 Bump server version 2022-06-13 09:49:56 -04:00
b6751b3bda Minor typo in NAME:
mc admin bucket remote - configure remote target buckets

USAGE:
  mc admin bucket remote COMMAND [COMMAND FLAGS | -h] [ARGUMENTS...]

COMMANDS:
  add        add a new remote target
  edit       edit remote target
  ls         list remote target ARN(s)
  rm         remove configured remote target
  bandwidth  Show bandwidth info for buckets on the MinIO server in bits or bytes per second. Ki,Bi,Mi,Gi represent IEC units.

FLAGS:
  --config-dir value, -C value  path to configuration folder (default: "/home/ravindkminio/.mc")
  --quiet, -q                   disable progress bar display
  --no-color                    disable color theme
  --json                        enable JSON lines formatted output
  --debug                       enable debug output
  --insecure                    disable SSL certificate verification
  --help, -h                    show help
2022-06-13 09:49:23 -04:00
565bae5d7e Updating server version 2022-06-03 11:13:30 -04:00
22bd9bd99a Updating server version 2022-06-02 19:47:46 -04:00
cc150a3a73 Fixing default-conf 2022-06-02 19:42:37 -04:00
fa11719226 CR Updates 2022-06-02 19:40:25 -04:00
7817d8c48a Clarify existing data behavior 2022-06-02 19:40:25 -04:00
bedb656de7 DOCS-493: Single-Node Single-Drive XL Backend 2022-06-02 19:40:25 -04:00
7d34eab0eb Clarifying how to use groups with OIDC 2022-05-25 10:51:44 -05:00
162ef08b7c Adding pre-existing data sections 2022-05-25 10:54:56 -04:00
4ffb583366 Adding file write rules to considerations section 2022-05-24 11:05:21 -05:00
c2d0f45764 TinyFix: RPM instructions references deb package output 2022-05-23 10:28:59 -04:00
a498d1bfd6 Updating MinIO server to RELEASE.2022-05-19T18-20-59Z 2022-05-20 17:41:22 -05:00
6e4422b029 Add mc support commands and a new support section with SUBNET info 2022-05-20 16:59:31 -05:00
a17332865e Match terms with MinIO Console 2022-05-20 10:53:16 -04:00
6a186df4a4 Creating site replication documentation.
Adding replication overview and site replication overview docs.
Distinguising between bucket replication and site replication.
Adds mc admin replicate docs.
Including tutorials for how to do site replication.
2022-05-16 15:50:37 -05:00
3b5b5e4b46 Correcting subnet replacement to fix link rendering issue 2022-05-16 14:10:20 -05:00
8eb326d092 dotnet API.md sync 2022-05-16 14:09:18 -04:00
405621863a Updating MinIO server to RELEASE.2022-05-08T23-50-31Z 2022-05-16 14:08:52 -04:00
e00c248aba Remove additional backticks from container quickstart 2022-05-16 13:57:03 -04:00
4ceeaa191d Fixing The Command command with references to intended command 2022-05-16 09:29:25 -05:00
285e3231da Removing group creation from last graph of access control 2022-05-16 09:24:23 -05:00
fd30653376 Updating MinIO server to RELEASE.2022-05-04T07-45-27Z 2022-05-06 16:48:46 -04:00
02455439c9 DOCS-439: MinIO Console refresh
Additional CR pass

Another round of CR

Final review
2022-05-06 16:46:12 -04:00
b4c6a28780 Updating MinIO server to RELEASE.2022-05-04T07-45-27Z 2022-05-04 11:46:56 -04:00
30d2fd90d0 Add Service account policies documentation to policy-based-access-control
- See also https://github.com/minio/minio/tree/master/docs/multi-user/admin#service-account-management-permissions
2022-05-04 11:37:40 -04:00