mirror of
https://github.com/minio/mc.git
synced 2025-11-13 12:22:45 +03:00
update docs again :)
This commit is contained in:
@@ -33,4 +33,4 @@ s3.listBuckets(function(err, data) {
|
|||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
Grab it here (example-list-buckets.js)[https://github.com/Minio-io/mc/blob/master/docs/sdks/js/example-list-buckets.js]
|
Grab it here [example-list-buckets.js](https://github.com/Minio-io/mc/blob/master/docs/sdks/js/example-list-buckets.js)
|
||||||
@@ -31,4 +31,4 @@ bucket2
|
|||||||
bucket3
|
bucket3
|
||||||
```
|
```
|
||||||
|
|
||||||
Grab it here (example-list-buckets.py)[https://github.com/Minio-io/mc/blob/master/docs/sdks/python/example-list-buckets.py]
|
Grab it here [example-list-buckets.py](https://github.com/Minio-io/mc/blob/master/docs/sdks/python/example-list-buckets.py)
|
||||||
@@ -34,4 +34,4 @@ NOTE:
|
|||||||
ruby ``aws-sdk`` requires region name should be set, please use any name which
|
ruby ``aws-sdk`` requires region name should be set, please use any name which
|
||||||
makes sense. Specifically for this example we choose ``minio``
|
makes sense. Specifically for this example we choose ``minio``
|
||||||
|
|
||||||
Grab it here (example-list-buckets.rb)[https://github.com/Minio-io/mc/blob/master/docs/sdks/ruby/example-list-buckets.rb]
|
Grab it here [example-list-buckets.rb](https://github.com/Minio-io/mc/blob/master/docs/sdks/ruby/example-list-buckets.rb)
|
||||||
@@ -3,5 +3,6 @@ pages:
|
|||||||
- ['index.md', Index]
|
- ['index.md', Index]
|
||||||
- ['sdks/js/javascript.md', 'SDKs', 'Javascript']
|
- ['sdks/js/javascript.md', 'SDKs', 'Javascript']
|
||||||
- ['sdks/python/python.md', 'SDKs', 'Python']
|
- ['sdks/python/python.md', 'SDKs', 'Python']
|
||||||
|
- ['sdks/ruby/ruby.md', 'SDKs', 'Ruby']
|
||||||
- ['contributing.md', 'Contributing', 'Overview']
|
- ['contributing.md', 'Contributing', 'Overview']
|
||||||
theme: readthedocs
|
theme: readthedocs
|
||||||
|
|||||||
Reference in New Issue
Block a user