We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1163c54 commit 93f9619Copy full SHA for 93f9619
README.md
@@ -42,12 +42,15 @@ python3 -m venv venv && source venv/bin/activate
42
pip install -r requirements.txt && npm install && npm run build
43
```
44
45
-4. Build
+4. Build
46
47
48
-make mindocs
+make SYNC_SDK=true mindocs
49
50
51
+`SYNC_SDK=true` pulls down SDK-related dependencies from MinIO's community S3 libraries.
52
+You can omit `SYNC_SDK` on subsequent builds.
53
+
54
5. View the generated documentation at http://localhost:8000.
55
56
@@ -63,7 +66,7 @@ For importing the Operator CRD Docs specifically, you must have:
63
66
64
67
In addition to all other prerequisites.
65
68
-Run
69
+Run
70
71
72
make sync-operator-crd
0 commit comments