1
0
mirror of https://github.com/minio/docs.git synced 2025-11-01 17:31:26 +03:00

Adding missing README guidance for SDK docs

This commit is contained in:
Ravind Kumar
2025-10-24 12:53:32 -04:00
parent 1163c546f4
commit 93f9619de8

View File

@@ -42,12 +42,15 @@ python3 -m venv venv && source venv/bin/activate
pip install -r requirements.txt && npm install && npm run build
```
4. Build
4. Build
```
make mindocs
make SYNC_SDK=true mindocs
```
`SYNC_SDK=true` pulls down SDK-related dependencies from MinIO's community S3 libraries.
You can omit `SYNC_SDK` on subsequent builds.
5. View the generated documentation at http://localhost:8000.
```
@@ -63,7 +66,7 @@ For importing the Operator CRD Docs specifically, you must have:
In addition to all other prerequisites.
Run
Run
```
make sync-operator-crd